mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-04-06 10:45:49 +00:00
Add self as co-author
This commit is contained in:
parent
44f17f9d98
commit
81acd75d95
3 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue