rfgraph 0.1 → 0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/README.md +2 -0
  2. metadata +17 -4
data/README.md CHANGED
@@ -6,6 +6,8 @@ A simple Ruby wrapper to help use the Facebook Graph API.
6
6
  Documentation on the Graph API is available here:
7
7
  http://developers.facebook.com/docs/
8
8
 
9
+ This code is based off of the Python SDK - http://github.com/facebook/python-sdk/
10
+
9
11
  Install
10
12
  -------
11
13
 
metadata CHANGED
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
4
4
  prerelease: false
5
5
  segments:
6
6
  - 0
7
- - 1
8
- version: "0.1"
7
+ - 2
8
+ version: "0.2"
9
9
  platform: ruby
10
10
  authors:
11
11
  - Conor Hunt
@@ -15,8 +15,21 @@ cert_chain: []
15
15
 
16
16
  date: 2010-04-21 00:00:00 -04:00
17
17
  default_executable:
18
- dependencies: []
19
-
18
+ dependencies:
19
+ - !ruby/object:Gem::Dependency
20
+ name: json
21
+ prerelease: false
22
+ requirement: &id001 !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ segments:
27
+ - 1
28
+ - 2
29
+ - 4
30
+ version: 1.2.4
31
+ type: :runtime
32
+ version_requirements: *id001
20
33
  description: Ruby wrapper for Facebook Graph API
21
34
  email: conor.hunt@gmail.com
22
35
  executables: []