1
0
Fork 0
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:
Elise Huard 2010-06-09 13:48:55 -04:00
parent 1896dff13e
commit a93ebb54f4
3 changed files with 4 additions and 3 deletions

View file

@ -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
View file

@ -0,0 +1 @@
0.0.3

View file

@ -1 +1 @@
0.0.1
0.0.3