--- !ruby/object:Gem::Specification 
name: fb_graph
version: !ruby/object:Gem::Version 
  hash: 25
  prerelease: false
  segments: 
  - 1
  - 1
  - 5
  version: 1.1.5
platform: ruby
authors: 
- nov matake
autorequire: 
bindir: bin
cert_chain: []

date: 2010-12-22 00:00:00 +09:00
default_executable: 
dependencies: 
- !ruby/object:Gem::Dependency 
  name: json
  prerelease: false
  requirement: &id001 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :runtime
  version_requirements: *id001
- !ruby/object:Gem::Dependency 
  name: activesupport
  prerelease: false
  requirement: &id002 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :runtime
  version_requirements: *id002
- !ruby/object:Gem::Dependency 
  name: rest-client
  prerelease: false
  requirement: &id003 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 7
        segments: 
        - 1
        - 4
        version: "1.4"
  type: :runtime
  version_requirements: *id003
- !ruby/object:Gem::Dependency 
  name: oauth2
  prerelease: false
  requirement: &id004 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 27
        segments: 
        - 0
        - 1
        - 0
        version: 0.1.0
  type: :runtime
  version_requirements: *id004
- !ruby/object:Gem::Dependency 
  name: rspec
  prerelease: false
  requirement: &id005 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ~>
      - !ruby/object:Gem::Version 
        hash: 9
        segments: 
        - 1
        - 3
        version: "1.3"
  type: :development
  version_requirements: *id005
- !ruby/object:Gem::Dependency 
  name: rcov
  prerelease: false
  requirement: &id006 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 3
        segments: 
        - 0
        version: "0"
  type: :development
  version_requirements: *id006
- !ruby/object:Gem::Dependency 
  name: fakeweb
  prerelease: false
  requirement: &id007 !ruby/object:Gem::Requirement 
    none: false
    requirements: 
    - - ">="
      - !ruby/object:Gem::Version 
        hash: 27
        segments: 
        - 1
        - 3
        - 0
        version: 1.3.0
  type: :development
  version_requirements: *id007
description: A full-stack Facebook Graph API wrapper in Ruby.
email: nov@matake.jp
executables: []

extensions: []

extra_rdoc_files: 
- LICENSE
- README.rdoc
files: 
- .document
- .gitignore
- LICENSE
- README.rdoc
- Rakefile
- VERSION
- assets/fb_graph.ai
- assets/fb_graph.png
- fb_graph.gemspec
- 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
- lib/fb_graph/connections/accounts.rb
- lib/fb_graph/connections/activities.rb
- lib/fb_graph/connections/albums.rb
- lib/fb_graph/connections/attending.rb
- lib/fb_graph/connections/books.rb
- lib/fb_graph/connections/checkins.rb
- lib/fb_graph/connections/comments.rb
- 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/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
- lib/fb_graph/connections/likes.rb
- lib/fb_graph/connections/links.rb
- lib/fb_graph/connections/maybe.rb
- lib/fb_graph/connections/members.rb
- lib/fb_graph/connections/movies.rb
- lib/fb_graph/connections/music.rb
- lib/fb_graph/connections/noreply.rb
- lib/fb_graph/connections/notes.rb
- lib/fb_graph/connections/photos.rb
- lib/fb_graph/connections/picture.rb
- lib/fb_graph/connections/posts.rb
- lib/fb_graph/connections/statuses.rb
- lib/fb_graph/connections/subscriptions.rb
- lib/fb_graph/connections/tagged.rb
- lib/fb_graph/connections/television.rb
- lib/fb_graph/connections/videos.rb
- lib/fb_graph/education.rb
- lib/fb_graph/event.rb
- lib/fb_graph/friend_list.rb
- lib/fb_graph/group.rb
- lib/fb_graph/insight.rb
- lib/fb_graph/link.rb
- lib/fb_graph/node.rb
- 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
- 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
- spec/fake_json/events/maybe/post_with_valid_access_token.json
- spec/fake_json/events/maybe/smartday_private.json
- spec/fake_json/events/noreply/smartday_private.json
- spec/fake_json/groups/members/emacs_private.json
- spec/fake_json/pages/checkins/gowalla_private.json
- spec/fake_json/pages/checkins/gowalla_public.json
- spec/fake_json/pages/insights/FbGraph_private.json
- spec/fake_json/pages/insights/FbGraph_public.json
- spec/fake_json/pages/insights/page_like_adds/FbGraph_private.json
- spec/fake_json/pages/insights/page_like_adds/day/FbGraph_private.json
- spec/fake_json/pages/notes/post_with_valid_access_token.json
- spec/fake_json/pages/platform_private.json
- spec/fake_json/pages/platform_public.json
- spec/fake_json/pages/statuses/platform_private.json
- spec/fake_json/pages/statuses/platform_public.json
- spec/fake_json/posts/comments/post_with_invalid_access_token.json
- spec/fake_json/posts/comments/post_with_valid_access_token.json
- spec/fake_json/posts/comments/post_without_access_token.json
- spec/fake_json/posts/likes/post_with_invalid_access_token.json
- spec/fake_json/posts/likes/post_with_valid_access_token.json
- spec/fake_json/posts/likes/post_without_access_token.json
- spec/fake_json/posts/platform_private.json
- spec/fake_json/posts/platform_public.json
- spec/fake_json/users/accounts/matake_private.json
- spec/fake_json/users/accounts/matake_private_with_manage_pages_permission.json
- spec/fake_json/users/accounts/matake_public.json
- spec/fake_json/users/activities/arjun_private.json
- spec/fake_json/users/activities/arjun_public.json
- spec/fake_json/users/albums/matake_private.json
- spec/fake_json/users/albums/matake_public.json
- spec/fake_json/users/albums/post_with_valid_access_token.json
- spec/fake_json/users/arjun_private.json
- spec/fake_json/users/arjun_public.json
- spec/fake_json/users/books/matake_private.json
- spec/fake_json/users/books/matake_public.json
- spec/fake_json/users/checkins/mattt_private.json
- spec/fake_json/users/checkins/mattt_public.json
- spec/fake_json/users/events/matake_private.json
- spec/fake_json/users/events/matake_public.json
- spec/fake_json/users/events/post_with_valid_access_token.json
- spec/fake_json/users/feed/arjun_private.json
- spec/fake_json/users/feed/arjun_public.json
- spec/fake_json/users/feed/post_with_invalid_access_token.json
- spec/fake_json/users/feed/post_with_valid_access_token.json
- spec/fake_json/users/feed/post_without_access_token.json
- 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/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
- spec/fake_json/users/home/me_private_next.json
- spec/fake_json/users/home/me_private_previous.json
- spec/fake_json/users/home/me_public.json
- spec/fake_json/users/interests/matake_private.json
- spec/fake_json/users/likes/arjun_private.json
- spec/fake_json/users/likes/arjun_public.json
- spec/fake_json/users/links/matake_private.json
- spec/fake_json/users/links/post_with_valid_access_token.json
- spec/fake_json/users/me_private.json
- spec/fake_json/users/me_public.json
- spec/fake_json/users/movies/matake_private.json
- spec/fake_json/users/music/matake_private.json
- spec/fake_json/users/notes/matake_private.json
- spec/fake_json/users/posts/arjun_private.json
- spec/fake_json/users/posts/arjun_public.json
- spec/fake_json/users/statuses/arjun_private.json
- spec/fake_json/users/statuses/arjun_public.json
- 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/checkin_spec.rb
- spec/fb_graph/collection_spec.rb
- spec/fb_graph/comment_spec.rb
- spec/fb_graph/connection_spec.rb
- spec/fb_graph/connections/accounts_spec.rb
- spec/fb_graph/connections/activities_spec.rb
- spec/fb_graph/connections/albums_spec.rb
- spec/fb_graph/connections/attending_spec.rb
- spec/fb_graph/connections/books_spec.rb
- spec/fb_graph/connections/checkins_spec.rb
- spec/fb_graph/connections/comments_spec.rb
- 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/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
- spec/fb_graph/connections/likes_spec.rb
- spec/fb_graph/connections/links_spec.rb
- spec/fb_graph/connections/maybe_spec.rb
- spec/fb_graph/connections/members_spec.rb
- spec/fb_graph/connections/movies_spec.rb
- spec/fb_graph/connections/music_spec.rb
- spec/fb_graph/connections/noreply_spec.rb
- 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
- spec/fb_graph/friend_list_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
- 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
- spec/helpers/fake_json_helper.rb
- spec/spec.opts
- spec/spec_helper.rb
has_rdoc: true
homepage: http://github.com/nov/fb_graph
licenses: []

post_install_message: 
rdoc_options: 
- --charset=UTF-8
require_paths: 
- lib
required_ruby_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
required_rubygems_version: !ruby/object:Gem::Requirement 
  none: false
  requirements: 
  - - ">="
    - !ruby/object:Gem::Version 
      hash: 3
      segments: 
      - 0
      version: "0"
requirements: []

rubyforge_project: 
rubygems_version: 1.3.7
signing_key: 
specification_version: 3
summary: A full-stack Facebook Graph API wrapper in Ruby.
test_files: 
- spec/fb_graph/album_spec.rb
- spec/fb_graph/application_spec.rb
- spec/fb_graph/auth_spec.rb
- spec/fb_graph/checkin_spec.rb
- spec/fb_graph/collection_spec.rb
- spec/fb_graph/comment_spec.rb
- spec/fb_graph/connection_spec.rb
- spec/fb_graph/connections/accounts_spec.rb
- spec/fb_graph/connections/activities_spec.rb
- spec/fb_graph/connections/albums_spec.rb
- spec/fb_graph/connections/attending_spec.rb
- spec/fb_graph/connections/books_spec.rb
- spec/fb_graph/connections/checkins_spec.rb
- spec/fb_graph/connections/comments_spec.rb
- 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/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
- spec/fb_graph/connections/likes_spec.rb
- spec/fb_graph/connections/links_spec.rb
- spec/fb_graph/connections/maybe_spec.rb
- spec/fb_graph/connections/members_spec.rb
- spec/fb_graph/connections/movies_spec.rb
- spec/fb_graph/connections/music_spec.rb
- spec/fb_graph/connections/noreply_spec.rb
- 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
- spec/fb_graph/friend_list_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
- 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
- spec/helpers/fake_json_helper.rb
- spec/spec_helper.rb