Skip to content

Commit

Permalink
Put the gemspec back the way it was.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgriffiths committed Feb 24, 2012
1 parent 4c7b30b commit 1ae8c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkedin.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'rspec', '~> 2.6'
gem.add_development_dependency 'simplecov', '~> 0.5'
gem.add_development_dependency 'vcr', '~> 1.10'
gem.add_development_dependency 'webmock', '1.7'
gem.add_development_dependency 'webmock', '~> 1.7'
gem.authors = ["Wynn Netherland", "Josh Kalderimis"]
gem.description = %q{Ruby wrapper for the LinkedIn API}
gem.email = ['wynn.netherland@gmail.com', 'josh.kalderimis@gmail.com']
Expand Down

0 comments on commit 1ae8c7a

Please sign in to comment.