fbgraph 0.1.6 → 0.1.6.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/Rakefile +1 -1
- data/fbgraph.gemspec +1 -1
- data/lib/fbgraph/selection.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -2
- metadata.gz.sig +0 -0
data/Rakefile
CHANGED
data/fbgraph.gemspec
CHANGED
data/lib/fbgraph/selection.rb
CHANGED
|
@@ -39,7 +39,7 @@ module FBGraph
|
|
|
39
39
|
end
|
|
40
40
|
|
|
41
41
|
def picture
|
|
42
|
-
uri = @client.facebook_uri
|
|
42
|
+
uri = [@client.facebook_uri , build_open_graph_path(@objects , 'picture')].join('/')
|
|
43
43
|
return uri unless @client.consumer
|
|
44
44
|
uri + '?access_token=' + @client.access_token
|
|
45
45
|
end
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fbgraph
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 93
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
9
|
- 6
|
|
10
|
-
|
|
10
|
+
- 1
|
|
11
|
+
version: 0.1.6.1
|
|
11
12
|
platform: ruby
|
|
12
13
|
authors:
|
|
13
14
|
- Nicolas Santa
|
metadata.gz.sig
CHANGED
|
Binary file
|