facebook-graphclient 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.
- data/facebook-graphclient.gemspec +3 -3
- metadata +4 -4
@@ -1,14 +1,14 @@
|
|
1
1
|
spec = Gem::Specification.new do |s|
|
2
2
|
s.name = 'facebook-graphclient'
|
3
|
-
s.version = '0.
|
4
|
-
s.date = '2010-
|
3
|
+
s.version = '0.2'
|
4
|
+
s.date = '2010-05-24'
|
5
5
|
s.summary = "A simple library for Facebook's new Graph API"
|
6
6
|
s.description = "A bare-bones implementation of Facebook's new Graph API"
|
7
7
|
|
8
8
|
s.homepage = "http://github.com/jessefarmer/facebook-graphclient"
|
9
9
|
|
10
10
|
s.authors = ["Jesse Farmer"]
|
11
|
-
s.email = "jesse@
|
11
|
+
s.email = "jesse@bumbalabs.com"
|
12
12
|
|
13
13
|
s.add_dependency('yajl-ruby')
|
14
14
|
s.add_dependency('patron')
|
metadata
CHANGED
@@ -4,8 +4,8 @@ version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 0
|
7
|
-
-
|
8
|
-
version: "0.
|
7
|
+
- 2
|
8
|
+
version: "0.2"
|
9
9
|
platform: ruby
|
10
10
|
authors:
|
11
11
|
- Jesse Farmer
|
@@ -13,7 +13,7 @@ autorequire:
|
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
15
|
|
16
|
-
date: 2010-
|
16
|
+
date: 2010-05-24 00:00:00 -07:00
|
17
17
|
default_executable:
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
@@ -53,7 +53,7 @@ dependencies:
|
|
53
53
|
type: :runtime
|
54
54
|
version_requirements: *id003
|
55
55
|
description: A bare-bones implementation of Facebook's new Graph API
|
56
|
-
email: jesse@
|
56
|
+
email: jesse@bumbalabs.com
|
57
57
|
executables: []
|
58
58
|
|
59
59
|
extensions: []
|