fbgraph 1.7.0 → 1.7.1
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/README.textile +2 -2
- data/VERSION +1 -1
- data/fbgraph.gemspec +2 -2
- data/lib/fbgraph/selection.rb +3 -2
- metadata +4 -4
data/README.textile
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.7.
|
|
1
|
+
1.7.1
|
data/fbgraph.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{fbgraph}
|
|
8
|
-
s.version = "1.7.
|
|
8
|
+
s.version = "1.7.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Nicolas Santa"]
|
|
12
|
-
s.date = %q{2011-01-
|
|
12
|
+
s.date = %q{2011-01-27}
|
|
13
13
|
s.description = %q{A Gem for Facebook Open Graph API}
|
|
14
14
|
s.email = %q{nicolas55ar@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
data/lib/fbgraph/selection.rb
CHANGED
|
@@ -2,7 +2,8 @@ module FBGraph
|
|
|
2
2
|
class Selection < Base
|
|
3
3
|
|
|
4
4
|
OBJECTS = %w(user album event group link note page photo post status
|
|
5
|
-
video comment checkin friendlist thread order application
|
|
5
|
+
video comment checkin friendlist thread order application
|
|
6
|
+
apprequest).freeze
|
|
6
7
|
|
|
7
8
|
CONNECTION_TYPES = %w(home photos comments feed noreply
|
|
8
9
|
maybe invited attending declined picture
|
|
@@ -12,7 +13,7 @@ module FBGraph
|
|
|
12
13
|
likes inbox outbox updates accounts checkins
|
|
13
14
|
friendlists platformrequests threads participants
|
|
14
15
|
former_participants senders messages insights
|
|
15
|
-
subscriptions payments).freeze
|
|
16
|
+
subscriptions payments apprequests).freeze
|
|
16
17
|
|
|
17
18
|
OBJECTS.each do |object|
|
|
18
19
|
class_eval <<-METHOD
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fbgraph
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 9
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 7
|
|
9
|
-
-
|
|
10
|
-
version: 1.7.
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.7.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Nicolas Santa
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2011-01-
|
|
18
|
+
date: 2011-01-27 00:00:00 -03:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|