Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wynn Netherland committed Nov 26, 2009
1 parent ea547f7 commit b372d3f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion linkedin.gemspec
Expand Up @@ -5,7 +5,7 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wynn Netherland"]
Expand All @@ -29,16 +29,24 @@ Gem::Specification.new do |s|
"lib/linked_in/education.rb",
"lib/linked_in/error.rb",
"lib/linked_in/location.rb",
"lib/linked_in/network.rb",
"lib/linked_in/people.rb",
"lib/linked_in/position.rb",
"lib/linked_in/profile.rb",
"lib/linked_in/update.rb",
"lib/linked_in/url_resource.rb",
"lib/linkedin.rb",
"test/client_test.rb",
"test/fixtures/blank.xml",
"test/fixtures/connections.xml",
"test/fixtures/error.xml",
"test/fixtures/network_statuses.xml",
"test/fixtures/picture_updates.xml",
"test/fixtures/profile.xml",
"test/fixtures/profile_full.xml",
"test/fixtures/profile_with_positions.xml",
"test/fixtures/search.xml",
"test/fixtures/status.xml",
"test/oauth_test.rb",
"test/test_helper.rb"
]
Expand All @@ -60,13 +68,15 @@ 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<roxml>, ["~> 3.1.3"])
s.add_runtime_dependency(%q<crack>, ["~> 0.1.4"])
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<roxml>, ["~> 3.1.3"])
s.add_dependency(%q<crack>, ["~> 0.1.4"])
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 All @@ -75,6 +85,7 @@ Gem::Specification.new do |s|
else
s.add_dependency(%q<oauth>, ["~> 0.3.5"])
s.add_dependency(%q<roxml>, ["~> 3.1.3"])
s.add_dependency(%q<crack>, ["~> 0.1.4"])
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 b372d3f

Please sign in to comment.