Skip to content

Commit

Permalink
Regenerate gemspec for version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmueller committed Feb 13, 2011
1 parent c608b89 commit a4d1c46
Showing 1 changed file with 39 additions and 13 deletions.
52 changes: 39 additions & 13 deletions foursquare2.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{foursquare2}
s.version = "0.8.0"
s.version = "0.9.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Mueller"]
s.date = %q{2011-02-12}
s.date = %q{2011-02-13}
s.description = %q{Gives access to all endpoints in version 2 of foursquare's API with syntax that will be familiar to those who used the original foursquare gem by Jeremy Welch.}
s.email = %q{muellermr@gmail.com}
s.extra_rdoc_files = [
Expand All @@ -33,8 +33,25 @@ Gem::Specification.new do |s|
"lib/foursquare2/tips.rb",
"lib/foursquare2/users.rb",
"lib/foursquare2/venues.rb",
"test/fixtures/checkin.json",
"test/fixtures/friend_checkins.json",
"test/fixtures/photo.json",
"test/fixtures/search_specials.json",
"test/fixtures/search_tips.json",
"test/fixtures/search_users.json",
"test/fixtures/search_venues.json",
"test/fixtures/special.json",
"test/fixtures/tip.json",
"test/fixtures/user.json",
"test/fixtures/venue.json",
"test/helper.rb",
"test/test_foursquare2.rb"
"test/test_checkins.rb",
"test/test_client.rb",
"test/test_photos.rb",
"test/test_specials.rb",
"test/test_tips.rb",
"test/test_users.rb",
"test/test_venues.rb"
]
s.homepage = %q{http://github.com/mattmueller/foursquare2}
s.licenses = ["MIT"]
Expand All @@ -43,7 +60,13 @@ Gem::Specification.new do |s|
s.summary = %q{Foursquare API v2 gem in the spirit of the original foursquare gem}
s.test_files = [
"test/helper.rb",
"test/test_foursquare2.rb"
"test/test_checkins.rb",
"test/test_client.rb",
"test/test_photos.rb",
"test/test_specials.rb",
"test/test_tips.rb",
"test/test_users.rb",
"test/test_venues.rb"
]

if s.respond_to? :specification_version then
Expand All @@ -58,9 +81,10 @@ Gem::Specification.new do |s|
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_development_dependency(%q<rcov>, [">= 0"])
s.add_runtime_dependency(%q<faraday>, ["~> 0.5.3"])
s.add_runtime_dependency(%q<faraday_middleware>, ["~> 0.3.0"])
s.add_runtime_dependency(%q<hashie>, ["~> 1.0.0"])
s.add_development_dependency(%q<fakeweb>, ["~> 1.3"])
s.add_development_dependency(%q<jnunemaker-matchy>, ["~> 0.4"])
s.add_development_dependency(%q<json_pure>, ["~> 1.4"])
s.add_development_dependency(%q<multi_json>, ["~> 0.0.5"])
else
s.add_dependency(%q<faraday>, ["~> 0.5.3"])
s.add_dependency(%q<faraday_middleware>, ["~> 0.3.0"])
Expand All @@ -69,9 +93,10 @@ Gem::Specification.new do |s|
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<faraday>, ["~> 0.5.3"])
s.add_dependency(%q<faraday_middleware>, ["~> 0.3.0"])
s.add_dependency(%q<hashie>, ["~> 1.0.0"])
s.add_dependency(%q<fakeweb>, ["~> 1.3"])
s.add_dependency(%q<jnunemaker-matchy>, ["~> 0.4"])
s.add_dependency(%q<json_pure>, ["~> 1.4"])
s.add_dependency(%q<multi_json>, ["~> 0.0.5"])
end
else
s.add_dependency(%q<faraday>, ["~> 0.5.3"])
Expand All @@ -81,9 +106,10 @@ Gem::Specification.new do |s|
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.5.2"])
s.add_dependency(%q<rcov>, [">= 0"])
s.add_dependency(%q<faraday>, ["~> 0.5.3"])
s.add_dependency(%q<faraday_middleware>, ["~> 0.3.0"])
s.add_dependency(%q<hashie>, ["~> 1.0.0"])
s.add_dependency(%q<fakeweb>, ["~> 1.3"])
s.add_dependency(%q<jnunemaker-matchy>, ["~> 0.4"])
s.add_dependency(%q<json_pure>, ["~> 1.4"])
s.add_dependency(%q<multi_json>, ["~> 0.0.5"])
end
end

0 comments on commit a4d1c46

Please sign in to comment.