fb_graph.gemspec in fb_graph-1.3.1 vs fb_graph.gemspec in fb_graph-1.3.2

- 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 = %q{fb_graph} - s.version = "1.3.1" + s.version = "1.3.2" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["nov matake"] s.date = %q{2011-01-05} s.description = %q{A full-stack Facebook Graph API wrapper in Ruby.} @@ -47,10 +47,11 @@ "lib/fb_graph/connections/declined.rb", "lib/fb_graph/connections/events.rb", "lib/fb_graph/connections/feed.rb", "lib/fb_graph/connections/friend_lists.rb", "lib/fb_graph/connections/friends.rb", + "lib/fb_graph/connections/games.rb", "lib/fb_graph/connections/groups.rb", "lib/fb_graph/connections/home.rb", "lib/fb_graph/connections/insights.rb", "lib/fb_graph/connections/interests.rb", "lib/fb_graph/connections/invited.rb", @@ -169,10 +170,11 @@ "spec/fake_json/users/friend_lists/matake.json", "spec/fake_json/users/friends/arjun_private.json", "spec/fake_json/users/friends/arjun_public.json", "spec/fake_json/users/friends/me_private.json", "spec/fake_json/users/friends/me_public.json", + "spec/fake_json/users/games/matake_private.json", "spec/fake_json/users/groups/matake_private.json", "spec/fake_json/users/groups/matake_public.json", "spec/fake_json/users/home/arjun_private.json", "spec/fake_json/users/home/arjun_public.json", "spec/fake_json/users/home/me_private.json", @@ -215,10 +217,11 @@ "spec/fb_graph/connections/declined_spec.rb", "spec/fb_graph/connections/events_spec.rb", "spec/fb_graph/connections/feed_spec.rb", "spec/fb_graph/connections/friend_lists_spec.rb", "spec/fb_graph/connections/friends_spec.rb", + "spec/fb_graph/connections/games_spec.rb", "spec/fb_graph/connections/groups_spec.rb", "spec/fb_graph/connections/home_spec.rb", "spec/fb_graph/connections/insights_spec.rb", "spec/fb_graph/connections/interests_spec.rb", "spec/fb_graph/connections/invited_spec.rb", @@ -249,10 +252,11 @@ "spec/fb_graph/location_spec.rb", "spec/fb_graph/node_spec.rb", "spec/fb_graph/note_spec.rb", "spec/fb_graph/page_spec.rb", "spec/fb_graph/photo_spec.rb", + "spec/fb_graph/place_spec.rb", "spec/fb_graph/post_spec.rb", "spec/fb_graph/privacy_spec.rb", "spec/fb_graph/project_spec.rb", "spec/fb_graph/query/core_spec.rb", "spec/fb_graph/searchable_spec.rb", @@ -293,10 +297,11 @@ "spec/fb_graph/connections/declined_spec.rb", "spec/fb_graph/connections/events_spec.rb", "spec/fb_graph/connections/feed_spec.rb", "spec/fb_graph/connections/friend_lists_spec.rb", "spec/fb_graph/connections/friends_spec.rb", + "spec/fb_graph/connections/games_spec.rb", "spec/fb_graph/connections/groups_spec.rb", "spec/fb_graph/connections/home_spec.rb", "spec/fb_graph/connections/insights_spec.rb", "spec/fb_graph/connections/interests_spec.rb", "spec/fb_graph/connections/invited_spec.rb", @@ -327,9 +332,10 @@ "spec/fb_graph/location_spec.rb", "spec/fb_graph/node_spec.rb", "spec/fb_graph/note_spec.rb", "spec/fb_graph/page_spec.rb", "spec/fb_graph/photo_spec.rb", + "spec/fb_graph/place_spec.rb", "spec/fb_graph/post_spec.rb", "spec/fb_graph/privacy_spec.rb", "spec/fb_graph/project_spec.rb", "spec/fb_graph/query/core_spec.rb", "spec/fb_graph/searchable_spec.rb",