Navigation Menu

Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Wynn Netherland committed Dec 8, 2009
1 parent c9aead8 commit a202fb2
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions linkedin.gemspec
Expand Up @@ -5,11 +5,11 @@


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


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Wynn Netherland"] s.authors = ["Wynn Netherland"]
s.date = %q{2009-11-25} s.date = %q{2009-12-08}
s.description = %q{Ruby wrapper for the LinkedIn API} s.description = %q{Ruby wrapper for the LinkedIn API}
s.email = %q{wynn.netherland@gmail.com} s.email = %q{wynn.netherland@gmail.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand All @@ -21,6 +21,11 @@ Gem::Specification.new do |s|
"README.markdown", "README.markdown",
"Rakefile", "Rakefile",
"VERSION", "VERSION",
"examples/authenticate.rb",
"examples/network.rb",
"examples/profile.rb",
"examples/status.rb",
"examples/wynn.rb",
"lib/linked_in/api_standard_profile_request.rb", "lib/linked_in/api_standard_profile_request.rb",
"lib/linked_in/client.rb", "lib/linked_in/client.rb",
"lib/linked_in/company.rb", "lib/linked_in/company.rb",
Expand Down Expand Up @@ -58,7 +63,11 @@ Gem::Specification.new do |s|
s.test_files = [ s.test_files = [
"test/client_test.rb", "test/client_test.rb",
"test/oauth_test.rb", "test/oauth_test.rb",
"test/test_helper.rb" "test/test_helper.rb",
"examples/authenticate.rb",
"examples/network.rb",
"examples/profile.rb",
"examples/status.rb"
] ]


if s.respond_to? :specification_version then if s.respond_to? :specification_version then
Expand Down

0 comments on commit a202fb2

Please sign in to comment.