mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
misc small adjustments to get the gems to install
This commit is contained in:
parent
1896dff13e
commit
a93ebb54f4
3 changed files with 4 additions and 3 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 'rack'
|
||||
|
||||
|
@ -17,4 +17,4 @@ Gem::Specification.new do |gem|
|
|||
gem.add_development_dependency "webmock"
|
||||
gem.add_development_dependency "rack-test"
|
||||
gem.add_development_dependency "mg"
|
||||
end
|
||||
end
|
||||
|
|
1
oa-oauth/VERSION
Normal file
1
oa-oauth/VERSION
Normal file
|
@ -0,0 +1 @@
|
|||
0.0.3
|
|
@ -1 +1 @@
|
|||
0.0.1
|
||||
0.0.3
|
||||
|
|
Loading…
Reference in a new issue