fb_graph.gemspec in fb_graph-1.0.0 vs fb_graph.gemspec in fb_graph-1.0.1
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{fb_graph}
- s.version = "1.0.0"
+ s.version = "1.0.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["nov matake"]
s.date = %q{2010-09-08}
s.description = %q{A Ruby wrapper for Facebook Graph API}
@@ -88,10 +88,13 @@
"lib/fb_graph/venue.rb",
"lib/fb_graph/video.rb",
"lib/fb_graph/work.rb",
"spec/fake_json/albums/photos/matake_private.json",
"spec/fake_json/albums/photos/post_with_valid_access_token.json",
+ "spec/fake_json/applications/subscriptions/fb_graph_private.json",
+ "spec/fake_json/checkins/search_private.json",
+ "spec/fake_json/checkins/search_public.json",
"spec/fake_json/events/attending/post_with_valid_access_token.json",
"spec/fake_json/events/attending/smartday_private.json",
"spec/fake_json/events/declined/post_with_valid_access_token.json",
"spec/fake_json/events/declined/smartday_private.json",
"spec/fake_json/events/invited/smartday_private.json",
@@ -198,10 +201,11 @@
"spec/fb_graph/connections/notes_spec.rb",
"spec/fb_graph/connections/photos_spec.rb",
"spec/fb_graph/connections/picture_spec.rb",
"spec/fb_graph/connections/posts_spec.rb",
"spec/fb_graph/connections/statuses_spec.rb",
+ "spec/fb_graph/connections/subscriptions_spec.rb",
"spec/fb_graph/connections/tagged_spec.rb",
"spec/fb_graph/connections/television_spec.rb",
"spec/fb_graph/connections/videos_spec.rb",
"spec/fb_graph/education_spec.rb",
"spec/fb_graph/event_spec.rb",
@@ -212,10 +216,11 @@
"spec/fb_graph/note_spec.rb",
"spec/fb_graph/page_spec.rb",
"spec/fb_graph/photo_spec.rb",
"spec/fb_graph/post_spec.rb",
"spec/fb_graph/status_spec.rb",
+ "spec/fb_graph/subscription_spec.rb",
"spec/fb_graph/tag_spec.rb",
"spec/fb_graph/user_spec.rb",
"spec/fb_graph/venue_spec.rb",
"spec/fb_graph/video_spec.rb",
"spec/fb_graph/work_spec.rb",
@@ -261,10 +266,11 @@
"spec/fb_graph/connections/notes_spec.rb",
"spec/fb_graph/connections/photos_spec.rb",
"spec/fb_graph/connections/picture_spec.rb",
"spec/fb_graph/connections/posts_spec.rb",
"spec/fb_graph/connections/statuses_spec.rb",
+ "spec/fb_graph/connections/subscriptions_spec.rb",
"spec/fb_graph/connections/tagged_spec.rb",
"spec/fb_graph/connections/television_spec.rb",
"spec/fb_graph/connections/videos_spec.rb",
"spec/fb_graph/education_spec.rb",
"spec/fb_graph/event_spec.rb",
@@ -275,9 +281,10 @@
"spec/fb_graph/note_spec.rb",
"spec/fb_graph/page_spec.rb",
"spec/fb_graph/photo_spec.rb",
"spec/fb_graph/post_spec.rb",
"spec/fb_graph/status_spec.rb",
+ "spec/fb_graph/subscription_spec.rb",
"spec/fb_graph/tag_spec.rb",
"spec/fb_graph/user_spec.rb",
"spec/fb_graph/venue_spec.rb",
"spec/fb_graph/video_spec.rb",
"spec/fb_graph/work_spec.rb",