omniauth_china 0.0.4.beta1 → 0.0.4
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.markdown +2 -3
- data/lib/omniauth_china/strategies/renren.rb +1 -1
- data/lib/omniauth_china/version.rb +1 -1
- metadata +5 -8
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
|
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
|
-
##
|
68
|
+
## TOTO
|
70
69
|
|
71
70
|
Write better tests!!
|
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:
|
4
|
+
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
8
|
- 4
|
9
|
-
|
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
|
-
-
|
216
|
-
|
217
|
-
- 1
|
218
|
-
version: 1.3.1
|
214
|
+
- 0
|
215
|
+
version: "0"
|
219
216
|
requirements: []
|
220
217
|
|
221
218
|
rubyforge_project: omniauth_china
|