foursquare2.gemspec in foursquare2-1.6.0 vs foursquare2.gemspec in foursquare2-1.7.0
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "foursquare2"
- s.version = "1.6.0"
+ s.version = "1.7.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Mueller", "Marco Moura"]
s.date = "2012-07-08"
s.description = "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."
@@ -24,24 +24,27 @@
"Readme.md",
"VERSION",
"foursquare2.gemspec",
"lib/foursquare2.rb",
"lib/foursquare2/api_error.rb",
+ "lib/foursquare2/campaigns.rb",
"lib/foursquare2/checkins.rb",
"lib/foursquare2/client.rb",
"lib/foursquare2/pages.rb",
"lib/foursquare2/photos.rb",
"lib/foursquare2/settings.rb",
"lib/foursquare2/specials.rb",
"lib/foursquare2/tips.rb",
"lib/foursquare2/users.rb",
"lib/foursquare2/venues.rb",
"test/config.rb",
+ "test/fixtures/campaign_created.json",
"test/fixtures/checkin.json",
"test/fixtures/error.json",
"test/fixtures/explore_venues.json",
"test/fixtures/friend_checkins.json",
+ "test/fixtures/managed_venues.json",
"test/fixtures/no_venues_by_tip.json",
"test/fixtures/page.json",
"test/fixtures/page_venues.json",
"test/fixtures/photo.json",
"test/fixtures/search_pages.json",
@@ -49,10 +52,11 @@
"test/fixtures/search_tips.json",
"test/fixtures/search_users.json",
"test/fixtures/search_venues.json",
"test/fixtures/search_venues_by_tip.json",
"test/fixtures/special.json",
+ "test/fixtures/special_created.json",
"test/fixtures/suggest_completion_venues.json",
"test/fixtures/tip.json",
"test/fixtures/user.json",
"test/fixtures/user_mayorships.json",
"test/fixtures/user_tips.json",
@@ -61,9 +65,10 @@
"test/fixtures/venue_links.json",
"test/fixtures/venue_menus.json",
"test/fixtures/venue_photos.json",
"test/fixtures/venue_tips.json",
"test/helper.rb",
+ "test/test_campaigns.rb",
"test/test_checkins.rb",
"test/test_client.rb",
"test/test_pages.rb",
"test/test_photos.rb",
"test/test_specials.rb",