mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
Remove README from oa-openid
This commit is contained in:
commit
805c6193e4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Gem::Specification.new do |gem|
|
|||
gem.homepage = "http://github.com/intridea/omniauth"
|
||||
gem.authors = ["Michael Bleigh"]
|
||||
|
||||
gem.files = Dir.glob("{lib}/**/*") + %w(README.rdoc LICENSE.rdoc CHANGELOG.rdoc)
|
||||
gem.files = Dir.glob("{lib}/**/*") + %w(LICENSE.rdoc CHANGELOG.rdoc)
|
||||
|
||||
gem.add_dependency 'oa-core', version
|
||||
gem.add_dependency 'rack-openid', '~> 1.1.1'
|
||||
|
|
Loading…
Add table
Reference in a new issue