foursquare2.gemspec in foursquare2-1.3.0 vs foursquare2.gemspec in foursquare2-1.3.1

- 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.3.0" + s.version = "1.3.1" 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-11-30} + s.date = %q{2011-12-05} 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" ] @@ -52,9 +52,11 @@ "test/fixtures/user.json", "test/fixtures/user_mayorships.json", "test/fixtures/user_tips.json", "test/fixtures/user_tips_empty.json", "test/fixtures/venue.json", + "test/fixtures/venue_links.json", + "test/fixtures/venue_photos.json", "test/fixtures/venue_tips.json", "test/helper.rb", "test/test_checkins.rb", "test/test_client.rb", "test/test_photos.rb",