omniauth_china 0.0.4.beta1 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/README.markdown CHANGED
@@ -30,10 +30,9 @@ Run the generator to generate `xd_receiver.html` and include helper into Applica
30
30
 
31
31
  rails g omniauth_renren:install
32
32
 
33
- Place the Renren Connect button on any page by simply call `omniauth_renren_connect_button` and `omniauth_renren_javascript`:
33
+ Place the Renren Connect button on any page by simply call `omniauth_renren_connect_button`:
34
34
 
35
35
  <%= omniauth_renren_connect_button %>
36
- <%= omniauth_renren_javascript %>
37
36
 
38
37
  Route `/auth/renren` to the page that contain Renren Connect button:
39
38
 
@@ -66,6 +65,6 @@ The hash in question will look something like this:
66
65
 
67
66
  The `user_info` hash will automatically be populated with as much information about the user as OmniAuth was able to pull from the given API or authentication provider.
68
67
 
69
- ## TODO
68
+ ## TOTO
70
69
 
71
70
  Write better tests!!
@@ -1,4 +1,4 @@
1
- require 'omniauth_china/oauth_china'
1
+ require 'omniauth/cookie'
2
2
 
3
3
  module OmniAuth
4
4
  module Strategies
@@ -1,3 +1,3 @@
1
1
  module OmniauthChina
2
- VERSION = "0.0.4.beta1"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth_china
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: true
4
+ prerelease: false
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
8
  - 4
9
- - beta1
10
- version: 0.0.4.beta1
9
+ version: 0.0.4
11
10
  platform: ruby
12
11
  authors:
13
12
  - Qi He
@@ -209,13 +208,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
209
208
  required_rubygems_version: !ruby/object:Gem::Requirement
210
209
  none: false
211
210
  requirements:
212
- - - ">"
211
+ - - ">="
213
212
  - !ruby/object:Gem::Version
214
213
  segments:
215
- - 1
216
- - 3
217
- - 1
218
- version: 1.3.1
214
+ - 0
215
+ version: "0"
219
216
  requirements: []
220
217
 
221
218
  rubyforge_project: omniauth_china