foursquare2.gemspec in foursquare2-1.1.2 vs foursquare2.gemspec in foursquare2-1.2.0
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{foursquare2}
- s.version = "1.1.2"
+ s.version = "1.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Mueller", "Marco Moura"]
- s.date = %q{2011-10-07}
+ s.date = %q{2011-10-20}
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 = ["muellermr@gmail.com", "email@marcomoura.com"]
s.extra_rdoc_files = [
"LICENSE.txt"
]
@@ -23,10 +23,11 @@
"Rakefile",
"Readme.md",
"VERSION",
"foursquare2.gemspec",
"lib/foursquare2.rb",
+ "lib/foursquare2/api_error.rb",
"lib/foursquare2/checkins.rb",
"lib/foursquare2/client.rb",
"lib/foursquare2/hash.rb",
"lib/foursquare2/photos.rb",
"lib/foursquare2/settings.rb",
@@ -34,9 +35,10 @@
"lib/foursquare2/tips.rb",
"lib/foursquare2/users.rb",
"lib/foursquare2/venues.rb",
"test/config.rb",
"test/fixtures/checkin.json",
+ "test/fixtures/error.json",
"test/fixtures/explore_venues.json",
"test/fixtures/friend_checkins.json",
"test/fixtures/no_venues_by_tip.json",
"test/fixtures/photo.json",
"test/fixtures/search_specials.json",