Skip to content

Commit

Permalink
Regenerated gemspec for version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wynn Netherland committed Nov 25, 2009
1 parent 01e71d0 commit 8500d56
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions linkedin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{linkedin}
s.version = "0.0.1"
s.version = "0.0.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wynn Netherland"]
s.date = %q{2009-11-24}
s.date = %q{2009-11-25}
s.description = %q{Ruby wrapper for the LinkedIn API}
s.email = %q{wynn.netherland@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -21,8 +21,24 @@ Gem::Specification.new do |s|
"README.markdown",
"Rakefile",
"VERSION",
"lib/linked_in/api_standard_profile_request.rb",
"lib/linked_in/client.rb",
"lib/linked_in/company.rb",
"lib/linked_in/connections.rb",
"lib/linked_in/country.rb",
"lib/linked_in/education.rb",
"lib/linked_in/error.rb",
"lib/linked_in/location.rb",
"lib/linked_in/position.rb",
"lib/linked_in/profile.rb",
"lib/linked_in/url_resource.rb",
"lib/linkedin.rb",
"test/client_test.rb",
"test/fixtures/connections.xml",
"test/fixtures/error.xml",
"test/fixtures/profile.xml",
"test/fixtures/profile_full.xml",
"test/fixtures/profile_with_positions.xml",
"test/oauth_test.rb",
"test/test_helper.rb"
]
Expand All @@ -32,7 +48,8 @@ Gem::Specification.new do |s|
s.rubygems_version = %q{1.3.5}
s.summary = %q{Ruby wrapper for the LinkedIn API}
s.test_files = [
"test/oauth_test.rb",
"test/client_test.rb",
"test/oauth_test.rb",
"test/test_helper.rb"
]

Expand All @@ -42,25 +59,22 @@ Gem::Specification.new do |s|

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<oauth>, ["~> 0.3.5"])
s.add_runtime_dependency(%q<hashie>, ["~> 0.1.3"])
s.add_runtime_dependency(%q<crack>, ["~> 0.1.4"])
s.add_runtime_dependency(%q<roxml>, ["~> 3.1.3"])
s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 2.10.1"])
s.add_development_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"])
s.add_development_dependency(%q<mocha>, ["= 0.9.4"])
s.add_development_dependency(%q<fakeweb>, [">= 1.2.5"])
else
s.add_dependency(%q<oauth>, ["~> 0.3.5"])
s.add_dependency(%q<hashie>, ["~> 0.1.3"])
s.add_dependency(%q<crack>, ["~> 0.1.4"])
s.add_dependency(%q<roxml>, ["~> 3.1.3"])
s.add_dependency(%q<thoughtbot-shoulda>, [">= 2.10.1"])
s.add_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"])
s.add_dependency(%q<mocha>, ["= 0.9.4"])
s.add_dependency(%q<fakeweb>, [">= 1.2.5"])
end
else
s.add_dependency(%q<oauth>, ["~> 0.3.5"])
s.add_dependency(%q<hashie>, ["~> 0.1.3"])
s.add_dependency(%q<crack>, ["~> 0.1.4"])
s.add_dependency(%q<roxml>, ["~> 3.1.3"])
s.add_dependency(%q<thoughtbot-shoulda>, [">= 2.10.1"])
s.add_dependency(%q<jnunemaker-matchy>, ["= 0.4.0"])
s.add_dependency(%q<mocha>, ["= 0.9.4"])
Expand Down

0 comments on commit 8500d56

Please sign in to comment.