fb_graph.gemspec in fb_graph-0.7.0 vs fb_graph.gemspec in fb_graph-0.7.1
- old
+ new
@@ -3,15 +3,15 @@
# 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 = "0.7.0"
+ s.version = "0.7.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["nov matake"]
- s.date = %q{2010-08-13}
+ s.date = %q{2010-09-04}
s.description = %q{A Ruby wrapper for Facebook Graph API}
s.email = %q{nov@matake.jp}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
@@ -29,10 +29,11 @@
"lib/fb_graph.rb",
"lib/fb_graph/album.rb",
"lib/fb_graph/application.rb",
"lib/fb_graph/auth.rb",
"lib/fb_graph/auth/cookie.rb",
+ "lib/fb_graph/checkin.rb",
"lib/fb_graph/collection.rb",
"lib/fb_graph/comment.rb",
"lib/fb_graph/comparison.rb",
"lib/fb_graph/connection.rb",
"lib/fb_graph/connections.rb",
@@ -74,11 +75,13 @@
"lib/fb_graph/note.rb",
"lib/fb_graph/page.rb",
"lib/fb_graph/photo.rb",
"lib/fb_graph/post.rb",
"lib/fb_graph/searchable.rb",
+ "lib/fb_graph/searchable/result.rb",
"lib/fb_graph/status.rb",
+ "lib/fb_graph/subscription.rb",
"lib/fb_graph/tag.rb",
"lib/fb_graph/user.rb",
"lib/fb_graph/venue.rb",
"lib/fb_graph/video.rb",
"lib/fb_graph/work.rb",
@@ -152,10 +155,12 @@
"spec/fake_json/users/tagged/arjun_private.json",
"spec/fake_json/users/tagged/arjun_public.json",
"spec/fake_json/users/television/matake_private.json",
"spec/fake_json/users/videos/kirk_private.json",
"spec/fb_graph/album_spec.rb",
+ "spec/fb_graph/application_spec.rb",
+ "spec/fb_graph/auth_spec.rb",
"spec/fb_graph/collection_spec.rb",
"spec/fb_graph/comment_spec.rb",
"spec/fb_graph/connection_spec.rb",
"spec/fb_graph/connections/activities_spec.rb",
"spec/fb_graph/connections/albums_spec.rb",
@@ -186,10 +191,11 @@
"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",
"spec/fb_graph/group_spec.rb",
+ "spec/fb_graph/insight_spec.rb",
"spec/fb_graph/link_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",
@@ -209,10 +215,12 @@
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{A Ruby wrapper for Facebook Graph API}
s.test_files = [
"spec/fb_graph/album_spec.rb",
+ "spec/fb_graph/application_spec.rb",
+ "spec/fb_graph/auth_spec.rb",
"spec/fb_graph/collection_spec.rb",
"spec/fb_graph/comment_spec.rb",
"spec/fb_graph/connection_spec.rb",
"spec/fb_graph/connections/activities_spec.rb",
"spec/fb_graph/connections/albums_spec.rb",
@@ -243,9 +251,10 @@
"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",
"spec/fb_graph/group_spec.rb",
+ "spec/fb_graph/insight_spec.rb",
"spec/fb_graph/link_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",