fb_graph 1.8.0.alpha2 → 1.8.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +1 -1
  2. data/VERSION +1 -1
  3. metadata +5 -5
data/README.rdoc CHANGED
@@ -219,7 +219,7 @@ You can also see http://github.com/nov/fb_graph_sample for more details Rails3 s
219
219
  client.redirect_uri = "http://your.client.com/facebook/callback"
220
220
 
221
221
  # redirect user to facebook
222
- redirect_to client.authorize_uri(
222
+ redirect_to client.authorization_uri(
223
223
  :scope => [:email, :read_stream, :offline_access]
224
224
  )
225
225
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.8.0.alpha2
1
+ 1.8.0
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fb_graph
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: 6
5
- version: 1.8.0.alpha2
4
+ prerelease:
5
+ version: 1.8.0
6
6
  platform: ruby
7
7
  authors:
8
8
  - nov matake
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-11 00:00:00 Z
13
+ date: 2011-05-13 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: httpclient
@@ -415,9 +415,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
415
415
  required_rubygems_version: !ruby/object:Gem::Requirement
416
416
  none: false
417
417
  requirements:
418
- - - ">"
418
+ - - ">="
419
419
  - !ruby/object:Gem::Version
420
- version: 1.3.1
420
+ version: "0"
421
421
  requirements: []
422
422
 
423
423
  rubyforge_project: