fbgraph 0.1.6 → 0.1.6.1

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -2,7 +2,7 @@ require 'rubygems'
2
2
  require 'rake'
3
3
  require 'echoe'
4
4
 
5
- Echoe.new('fbgraph', '0.1.6') do |p|
5
+ Echoe.new('fbgraph', '0.1.6.1') do |p|
6
6
  p.description = "A Gem for Facebook Open Graph API"
7
7
  p.url = "http://github.com/nsanta/fbgraph"
8
8
  p.author = "Nicolas Santa"
data/fbgraph.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{fbgraph}
5
- s.version = "0.1.6"
5
+ s.version = "0.1.6.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Nicolas Santa"]
@@ -39,7 +39,7 @@ module FBGraph
39
39
  end
40
40
 
41
41
  def picture
42
- uri = @client.facebook_uri + build_open_graph_path(@objects , 'picture')
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: 23
4
+ hash: 93
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
9
  - 6
10
- version: 0.1.6
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