Add self as co-author

This commit is contained in:
Erik Michaels-Ober 2011-05-06 12:22:32 -07:00
parent 44f17f9d98
commit 81acd75d95
3 changed files with 5 additions and 4 deletions

View file

@ -1,4 +1,4 @@
Copyright (c) 2010 Steve Richert
Copyright (c) 2010 Steve Richert, Erik Michaels-Ober.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the

View file

@ -16,4 +16,5 @@ Submitting a Pull Request
Copyright
---------
Copyright (c) 2010 Steve Richert. See [LICENSE](https://github.com/laserlemon/simple_oauth/blob/master/LICENSE.md) for details.
Copyright (c) 2010 Steve Richert, Erik Michaels-Ober.
See [LICENSE](https://github.com/laserlemon/simple_oauth/blob/master/LICENSE.md) for details.

View file

@ -7,9 +7,9 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'simplecov', '~> 0.4'
spec.add_development_dependency 'turn', '~> 0.8'
spec.add_development_dependency 'yard', '~> 0.6'
spec.authors = ['Steve Richert']
spec.authors = ['Steve Richert', 'Erik Michaels-Ober']
spec.description = 'Simply builds and verifies OAuth headers'
spec.email = ['steve.richert@gmail.com']
spec.email = ['steve.richert@gmail.com', 'sferik@gmail.com']
spec.extra_rdoc_files = ['README.rdoc']
spec.files = `git ls-files`.split("\n")
spec.homepage = 'http://github.com/laserlemon/simple_oauth'