oa-oauth 0.2.4 → 0.2.5
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/lib/omniauth/oauth.rb +33 -24
- data/lib/omniauth/strategies/bitly.rb +4 -4
- data/lib/omniauth/strategies/doit.rb +8 -8
- data/lib/omniauth/strategies/dopplr.rb +6 -6
- data/lib/omniauth/strategies/douban.rb +60 -0
- data/lib/omniauth/strategies/evernote.rb +1 -6
- data/lib/omniauth/strategies/facebook.rb +5 -5
- data/lib/omniauth/strategies/foursquare.rb +12 -7
- data/lib/omniauth/strategies/github.rb +6 -6
- data/lib/omniauth/strategies/goodreads.rb +3 -3
- data/lib/omniauth/strategies/gowalla.rb +6 -6
- data/lib/omniauth/strategies/hyves.rb +14 -14
- data/lib/omniauth/strategies/instagram.rb +7 -7
- data/lib/omniauth/strategies/instapaper.rb +6 -6
- data/lib/omniauth/strategies/linked_in.rb +9 -9
- data/lib/omniauth/strategies/miso.rb +5 -5
- data/lib/omniauth/strategies/mixi.rb +8 -8
- data/lib/omniauth/strategies/oauth2.rb +21 -22
- data/lib/omniauth/strategies/qzone.rb +69 -0
- data/lib/omniauth/strategies/rdio.rb +45 -0
- data/lib/omniauth/strategies/renren.rb +87 -0
- data/lib/omniauth/strategies/salesforce.rb +1 -1
- data/lib/omniauth/strategies/smug_mug.rb +4 -4
- data/lib/omniauth/strategies/sound_cloud.rb +7 -7
- data/lib/omniauth/strategies/t163.rb +57 -0
- data/lib/omniauth/strategies/thirty_seven_signals.rb +5 -5
- data/lib/omniauth/strategies/tqq.rb +64 -0
- data/lib/omniauth/strategies/trade_me.rb +4 -4
- data/lib/omniauth/strategies/tsina.rb +79 -0
- data/lib/omniauth/strategies/tsohu.rb +57 -0
- data/lib/omniauth/strategies/twitter.rb +7 -7
- data/lib/omniauth/strategies/type_pad.rb +6 -6
- data/lib/omniauth/strategies/vkontakte.rb +1 -1
- data/lib/omniauth/strategies/xauth.rb +9 -9
- data/lib/omniauth/strategies/yahoo.rb +4 -4
- data/lib/omniauth/strategies/yammer.rb +43 -0
- data/lib/omniauth/version.rb +19 -0
- data/oa-oauth.gemspec +13 -10
- data/spec/omniauth/strategies/bitly_spec.rb +1 -1
- data/spec/omniauth/strategies/dailymile_spec.rb +1 -1
- data/spec/omniauth/strategies/doit_spec.rb +2 -2
- data/spec/omniauth/strategies/dopplr_spec.rb +1 -1
- data/spec/omniauth/strategies/douban_spec.rb +5 -0
- data/spec/omniauth/strategies/evernote_spec.rb +3 -5
- data/spec/omniauth/strategies/facebook_spec.rb +2 -2
- data/spec/omniauth/strategies/foursquare_spec.rb +15 -1
- data/spec/omniauth/strategies/github_spec.rb +1 -1
- data/spec/omniauth/strategies/goodreads_spec.rb +1 -1
- data/spec/omniauth/strategies/google_spec.rb +1 -1
- data/spec/omniauth/strategies/gowalla_spec.rb +3 -3
- data/spec/omniauth/strategies/hyves_spec.rb +2 -2
- data/spec/omniauth/strategies/identica_spec.rb +1 -1
- data/spec/omniauth/strategies/linked_in_spec.rb +1 -1
- data/spec/omniauth/strategies/meetup_spec.rb +1 -1
- data/spec/omniauth/strategies/miso_spec.rb +2 -2
- data/spec/omniauth/strategies/netflix_spec.rb +1 -1
- data/spec/omniauth/strategies/oauth_spec.rb +1 -1
- data/spec/omniauth/strategies/rdio_spec.rb +5 -0
- data/spec/omniauth/strategies/salesforce_spec.rb +1 -1
- data/spec/omniauth/strategies/smug_mug_spec.rb +3 -3
- data/spec/omniauth/strategies/sound_cloud_spec.rb +2 -2
- data/spec/omniauth/strategies/t163_spec.rb +5 -0
- data/spec/omniauth/strategies/teambox_spec.rb +1 -1
- data/spec/omniauth/strategies/thirty_seven_signals_spec.rb +2 -2
- data/spec/omniauth/strategies/trade_me_spec.rb +2 -2
- data/spec/omniauth/strategies/trip_it_spec.rb +1 -1
- data/spec/omniauth/strategies/tsina_spec.rb +5 -0
- data/spec/omniauth/strategies/tumblr_spec.rb +2 -2
- data/spec/omniauth/strategies/twitter_spec.rb +4 -4
- data/spec/omniauth/strategies/type_pad_spec.rb +1 -1
- data/spec/omniauth/strategies/vimeo_spec.rb +2 -2
- data/spec/omniauth/strategies/vkontakte_spec.rb +1 -1
- data/spec/omniauth/strategies/yahoo_spec.rb +1 -1
- data/spec/omniauth/strategies/yammer_spec.rb +5 -0
- data/spec/omniauth/strategies/you_tube_spec.rb +1 -1
- data/spec/spec_helper.rb +4 -9
- data/spec/support/shared_examples.rb +3 -3
- metadata +77 -25
- data/Gemfile +0 -3
@@ -1,5 +1,5 @@
|
|
1
|
-
require File.expand_path(
|
1
|
+
require File.expand_path('../../../spec_helper', __FILE__)
|
2
2
|
|
3
3
|
describe OmniAuth::Strategies::SmugMug do
|
4
|
-
|
5
|
-
end
|
4
|
+
it_should_behave_like 'an oauth strategy'
|
5
|
+
end
|
@@ -1,5 +1,5 @@
|
|
1
|
-
require File.expand_path(
|
1
|
+
require File.expand_path('../../../spec_helper', __FILE__)
|
2
2
|
|
3
3
|
describe OmniAuth::Strategies::TradeMe do
|
4
|
-
|
4
|
+
it_should_behave_like 'an oauth strategy'
|
5
5
|
end
|
@@ -1,8 +1,8 @@
|
|
1
|
-
require File.expand_path(
|
1
|
+
require File.expand_path('../../../spec_helper', __FILE__)
|
2
2
|
|
3
3
|
describe OmniAuth::Strategies::Twitter do
|
4
4
|
it_should_behave_like 'an oauth strategy'
|
5
|
-
|
5
|
+
|
6
6
|
it 'should use the authenticate (sign in) path by default' do
|
7
7
|
s = strategy_class.new(app, 'abc', 'def')
|
8
8
|
s.consumer.options[:authorize_path].should == '/oauth/authenticate'
|
@@ -12,9 +12,9 @@ describe OmniAuth::Strategies::Twitter do
|
|
12
12
|
s = strategy_class.new(app, 'abc', 'def', :force_login => true)
|
13
13
|
s.options[:authorize_params].should == { :force_login => 'true' }
|
14
14
|
end
|
15
|
-
|
15
|
+
|
16
16
|
it 'should use the authorize path if :sign_in is false' do
|
17
17
|
s = strategy_class.new(app, 'abc', 'def', :sign_in => false)
|
18
18
|
s.consumer.options[:authorize_path].should == '/oauth/authorize'
|
19
19
|
end
|
20
|
-
end
|
20
|
+
end
|
data/spec/spec_helper.rb
CHANGED
@@ -1,15 +1,12 @@
|
|
1
|
-
require '
|
2
|
-
|
3
|
-
Bundler.setup
|
1
|
+
require 'simplecov'
|
2
|
+
SimpleCov.start
|
4
3
|
require 'rspec'
|
5
|
-
require 'rspec/autorun'
|
6
|
-
require 'webmock/rspec'
|
7
4
|
require 'rack/test'
|
5
|
+
require 'webmock/rspec'
|
8
6
|
require 'omniauth/core'
|
9
7
|
require 'omniauth/test'
|
10
8
|
require 'omniauth/oauth'
|
11
|
-
|
12
|
-
Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each {|f| require f}
|
9
|
+
require File.expand_path('../support/shared_examples', __FILE__)
|
13
10
|
|
14
11
|
RSpec.configure do |config|
|
15
12
|
config.include WebMock::API
|
@@ -28,5 +25,3 @@ end
|
|
28
25
|
def app
|
29
26
|
lambda{|env| [200, {}, ['Hello']]}
|
30
27
|
end
|
31
|
-
|
32
|
-
WebMock.disable_net_connect!
|
@@ -2,7 +2,7 @@ shared_examples_for "an oauth strategy" do
|
|
2
2
|
it 'should be initializable with only three arguments' do
|
3
3
|
lambda{ strategy_class.new(lambda{|env| [200, {}, ['Hello World']]}, 'key', 'secret') }.should_not raise_error
|
4
4
|
end
|
5
|
-
|
5
|
+
|
6
6
|
it 'should be initializable with a block' do
|
7
7
|
lambda{ strategy_class.new(lambda{|env| [200, {}, ['Hello World']]}){|s| s.consumer_key = 'abc'} }.should_not raise_error
|
8
8
|
end
|
@@ -17,7 +17,7 @@ shared_examples_for "an oauth2 strategy" do
|
|
17
17
|
it 'should be initializable with only three arguments' do
|
18
18
|
lambda{ strategy_class.new(lambda{|env| [200, {}, ['Hello World']]}, 'key', 'secret') }.should_not raise_error
|
19
19
|
end
|
20
|
-
|
20
|
+
|
21
21
|
it 'should be initializable with a block' do
|
22
22
|
lambda{ strategy_class.new(lambda{|env| [200, {}, ['Hello World']]}){|s| s.client_id = 'abc'} }.should_not raise_error
|
23
23
|
end
|
@@ -26,4 +26,4 @@ shared_examples_for "an oauth2 strategy" do
|
|
26
26
|
s = strategy_class.new(lambda{|env| [200, {}, ['Hello World']]}, 'key', 'secret', :client_options => {:abc => 'def'})
|
27
27
|
s.client.options[:abc].should == 'def'
|
28
28
|
end
|
29
|
-
end
|
29
|
+
end
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: oa-oauth
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.2.
|
5
|
+
version: 0.2.5
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Michael Bleigh
|
@@ -11,17 +11,17 @@ autorequire:
|
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
13
|
|
14
|
-
date: 2011-04-
|
14
|
+
date: 2011-04-29 00:00:00 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
|
-
name:
|
17
|
+
name: faraday
|
18
18
|
prerelease: false
|
19
19
|
requirement: &id001 !ruby/object:Gem::Requirement
|
20
20
|
none: false
|
21
21
|
requirements:
|
22
|
-
- -
|
22
|
+
- - ~>
|
23
23
|
- !ruby/object:Gem::Version
|
24
|
-
version: 0.
|
24
|
+
version: 0.6.1
|
25
25
|
type: :runtime
|
26
26
|
version_requirements: *id001
|
27
27
|
- !ruby/object:Gem::Dependency
|
@@ -30,42 +30,42 @@ dependencies:
|
|
30
30
|
requirement: &id002 !ruby/object:Gem::Requirement
|
31
31
|
none: false
|
32
32
|
requirements:
|
33
|
-
- -
|
33
|
+
- - ~>
|
34
34
|
- !ruby/object:Gem::Version
|
35
|
-
version: 0.0
|
35
|
+
version: 1.0.0
|
36
36
|
type: :runtime
|
37
37
|
version_requirements: *id002
|
38
38
|
- !ruby/object:Gem::Dependency
|
39
|
-
name:
|
39
|
+
name: multi_xml
|
40
40
|
prerelease: false
|
41
41
|
requirement: &id003 !ruby/object:Gem::Requirement
|
42
42
|
none: false
|
43
43
|
requirements:
|
44
44
|
- - ~>
|
45
45
|
- !ruby/object:Gem::Version
|
46
|
-
version:
|
46
|
+
version: 0.2.2
|
47
47
|
type: :runtime
|
48
48
|
version_requirements: *id003
|
49
49
|
- !ruby/object:Gem::Dependency
|
50
|
-
name:
|
50
|
+
name: oa-core
|
51
51
|
prerelease: false
|
52
52
|
requirement: &id004 !ruby/object:Gem::Requirement
|
53
53
|
none: false
|
54
54
|
requirements:
|
55
|
-
- -
|
55
|
+
- - "="
|
56
56
|
- !ruby/object:Gem::Version
|
57
|
-
version: 0.
|
57
|
+
version: 0.2.5
|
58
58
|
type: :runtime
|
59
59
|
version_requirements: *id004
|
60
60
|
- !ruby/object:Gem::Dependency
|
61
|
-
name:
|
61
|
+
name: oauth
|
62
62
|
prerelease: false
|
63
63
|
requirement: &id005 !ruby/object:Gem::Requirement
|
64
64
|
none: false
|
65
65
|
requirements:
|
66
66
|
- - ~>
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 0.
|
68
|
+
version: 0.4.0
|
69
69
|
type: :runtime
|
70
70
|
version_requirements: *id005
|
71
71
|
- !ruby/object:Gem::Dependency
|
@@ -91,60 +91,93 @@ dependencies:
|
|
91
91
|
type: :development
|
92
92
|
version_requirements: *id007
|
93
93
|
- !ruby/object:Gem::Dependency
|
94
|
-
name:
|
94
|
+
name: maruku
|
95
95
|
prerelease: false
|
96
96
|
requirement: &id008 !ruby/object:Gem::Requirement
|
97
97
|
none: false
|
98
98
|
requirements:
|
99
99
|
- - ~>
|
100
100
|
- !ruby/object:Gem::Version
|
101
|
-
version: "0.
|
101
|
+
version: "0.6"
|
102
102
|
type: :development
|
103
103
|
version_requirements: *id008
|
104
104
|
- !ruby/object:Gem::Dependency
|
105
|
-
name:
|
105
|
+
name: rack-test
|
106
106
|
prerelease: false
|
107
107
|
requirement: &id009 !ruby/object:Gem::Requirement
|
108
108
|
none: false
|
109
109
|
requirements:
|
110
110
|
- - ~>
|
111
111
|
- !ruby/object:Gem::Version
|
112
|
-
version: "0.
|
112
|
+
version: "0.5"
|
113
113
|
type: :development
|
114
114
|
version_requirements: *id009
|
115
115
|
- !ruby/object:Gem::Dependency
|
116
|
-
name:
|
116
|
+
name: rake
|
117
117
|
prerelease: false
|
118
118
|
requirement: &id010 !ruby/object:Gem::Requirement
|
119
119
|
none: false
|
120
120
|
requirements:
|
121
121
|
- - ~>
|
122
122
|
- !ruby/object:Gem::Version
|
123
|
-
version: "
|
123
|
+
version: "0.8"
|
124
124
|
type: :development
|
125
125
|
version_requirements: *id010
|
126
126
|
- !ruby/object:Gem::Dependency
|
127
|
-
name:
|
127
|
+
name: rspec
|
128
128
|
prerelease: false
|
129
129
|
requirement: &id011 !ruby/object:Gem::Requirement
|
130
130
|
none: false
|
131
131
|
requirements:
|
132
132
|
- - ~>
|
133
133
|
- !ruby/object:Gem::Version
|
134
|
-
version: "
|
134
|
+
version: "2.5"
|
135
135
|
type: :development
|
136
136
|
version_requirements: *id011
|
137
137
|
- !ruby/object:Gem::Dependency
|
138
|
-
name:
|
138
|
+
name: simplecov
|
139
139
|
prerelease: false
|
140
140
|
requirement: &id012 !ruby/object:Gem::Requirement
|
141
141
|
none: false
|
142
142
|
requirements:
|
143
143
|
- - ~>
|
144
144
|
- !ruby/object:Gem::Version
|
145
|
-
version: "0.
|
145
|
+
version: "0.4"
|
146
146
|
type: :development
|
147
147
|
version_requirements: *id012
|
148
|
+
- !ruby/object:Gem::Dependency
|
149
|
+
name: webmock
|
150
|
+
prerelease: false
|
151
|
+
requirement: &id013 !ruby/object:Gem::Requirement
|
152
|
+
none: false
|
153
|
+
requirements:
|
154
|
+
- - ~>
|
155
|
+
- !ruby/object:Gem::Version
|
156
|
+
version: "1.6"
|
157
|
+
type: :development
|
158
|
+
version_requirements: *id013
|
159
|
+
- !ruby/object:Gem::Dependency
|
160
|
+
name: yard
|
161
|
+
prerelease: false
|
162
|
+
requirement: &id014 !ruby/object:Gem::Requirement
|
163
|
+
none: false
|
164
|
+
requirements:
|
165
|
+
- - ~>
|
166
|
+
- !ruby/object:Gem::Version
|
167
|
+
version: "0.6"
|
168
|
+
type: :development
|
169
|
+
version_requirements: *id014
|
170
|
+
- !ruby/object:Gem::Dependency
|
171
|
+
name: ZenTest
|
172
|
+
prerelease: false
|
173
|
+
requirement: &id015 !ruby/object:Gem::Requirement
|
174
|
+
none: false
|
175
|
+
requirements:
|
176
|
+
- - ~>
|
177
|
+
- !ruby/object:Gem::Version
|
178
|
+
version: "4.5"
|
179
|
+
type: :development
|
180
|
+
version_requirements: *id015
|
148
181
|
description: OAuth strategies for OmniAuth.
|
149
182
|
email:
|
150
183
|
- michael@intridea.com
|
@@ -159,7 +192,6 @@ files:
|
|
159
192
|
- .gemtest
|
160
193
|
- .rspec
|
161
194
|
- .yardopts
|
162
|
-
- Gemfile
|
163
195
|
- LICENSE
|
164
196
|
- README.rdoc
|
165
197
|
- Rakefile
|
@@ -170,6 +202,7 @@ files:
|
|
170
202
|
- lib/omniauth/strategies/dailymile.rb
|
171
203
|
- lib/omniauth/strategies/doit.rb
|
172
204
|
- lib/omniauth/strategies/dopplr.rb
|
205
|
+
- lib/omniauth/strategies/douban.rb
|
173
206
|
- lib/omniauth/strategies/evernote.rb
|
174
207
|
- lib/omniauth/strategies/facebook.rb
|
175
208
|
- lib/omniauth/strategies/foursquare.rb
|
@@ -188,13 +221,20 @@ files:
|
|
188
221
|
- lib/omniauth/strategies/netflix.rb
|
189
222
|
- lib/omniauth/strategies/oauth.rb
|
190
223
|
- lib/omniauth/strategies/oauth2.rb
|
224
|
+
- lib/omniauth/strategies/qzone.rb
|
225
|
+
- lib/omniauth/strategies/rdio.rb
|
226
|
+
- lib/omniauth/strategies/renren.rb
|
191
227
|
- lib/omniauth/strategies/salesforce.rb
|
192
228
|
- lib/omniauth/strategies/smug_mug.rb
|
193
229
|
- lib/omniauth/strategies/sound_cloud.rb
|
230
|
+
- lib/omniauth/strategies/t163.rb
|
194
231
|
- lib/omniauth/strategies/teambox.rb
|
195
232
|
- lib/omniauth/strategies/thirty_seven_signals.rb
|
233
|
+
- lib/omniauth/strategies/tqq.rb
|
196
234
|
- lib/omniauth/strategies/trade_me.rb
|
197
235
|
- lib/omniauth/strategies/trip_it.rb
|
236
|
+
- lib/omniauth/strategies/tsina.rb
|
237
|
+
- lib/omniauth/strategies/tsohu.rb
|
198
238
|
- lib/omniauth/strategies/tumblr.rb
|
199
239
|
- lib/omniauth/strategies/twitter.rb
|
200
240
|
- lib/omniauth/strategies/type_pad.rb
|
@@ -202,7 +242,9 @@ files:
|
|
202
242
|
- lib/omniauth/strategies/vkontakte.rb
|
203
243
|
- lib/omniauth/strategies/xauth.rb
|
204
244
|
- lib/omniauth/strategies/yahoo.rb
|
245
|
+
- lib/omniauth/strategies/yammer.rb
|
205
246
|
- lib/omniauth/strategies/you_tube.rb
|
247
|
+
- lib/omniauth/version.rb
|
206
248
|
- oa-oauth.gemspec
|
207
249
|
- spec/fixtures/basecamp_200.xml
|
208
250
|
- spec/fixtures/campfire_200.json
|
@@ -210,6 +252,7 @@ files:
|
|
210
252
|
- spec/omniauth/strategies/dailymile_spec.rb
|
211
253
|
- spec/omniauth/strategies/doit_spec.rb
|
212
254
|
- spec/omniauth/strategies/dopplr_spec.rb
|
255
|
+
- spec/omniauth/strategies/douban_spec.rb
|
213
256
|
- spec/omniauth/strategies/evernote_spec.rb
|
214
257
|
- spec/omniauth/strategies/facebook_spec.rb
|
215
258
|
- spec/omniauth/strategies/foursquare_spec.rb
|
@@ -225,19 +268,23 @@ files:
|
|
225
268
|
- spec/omniauth/strategies/netflix_spec.rb
|
226
269
|
- spec/omniauth/strategies/oauth2_spec.rb
|
227
270
|
- spec/omniauth/strategies/oauth_spec.rb
|
271
|
+
- spec/omniauth/strategies/rdio_spec.rb
|
228
272
|
- spec/omniauth/strategies/salesforce_spec.rb
|
229
273
|
- spec/omniauth/strategies/smug_mug_spec.rb
|
230
274
|
- spec/omniauth/strategies/sound_cloud_spec.rb
|
275
|
+
- spec/omniauth/strategies/t163_spec.rb
|
231
276
|
- spec/omniauth/strategies/teambox_spec.rb
|
232
277
|
- spec/omniauth/strategies/thirty_seven_signals_spec.rb
|
233
278
|
- spec/omniauth/strategies/trade_me_spec.rb
|
234
279
|
- spec/omniauth/strategies/trip_it_spec.rb
|
280
|
+
- spec/omniauth/strategies/tsina_spec.rb
|
235
281
|
- spec/omniauth/strategies/tumblr_spec.rb
|
236
282
|
- spec/omniauth/strategies/twitter_spec.rb
|
237
283
|
- spec/omniauth/strategies/type_pad_spec.rb
|
238
284
|
- spec/omniauth/strategies/vimeo_spec.rb
|
239
285
|
- spec/omniauth/strategies/vkontakte_spec.rb
|
240
286
|
- spec/omniauth/strategies/yahoo_spec.rb
|
287
|
+
- spec/omniauth/strategies/yammer_spec.rb
|
241
288
|
- spec/omniauth/strategies/you_tube_spec.rb
|
242
289
|
- spec/spec_helper.rb
|
243
290
|
- spec/support/shared_examples.rb
|
@@ -275,6 +322,7 @@ test_files:
|
|
275
322
|
- spec/omniauth/strategies/dailymile_spec.rb
|
276
323
|
- spec/omniauth/strategies/doit_spec.rb
|
277
324
|
- spec/omniauth/strategies/dopplr_spec.rb
|
325
|
+
- spec/omniauth/strategies/douban_spec.rb
|
278
326
|
- spec/omniauth/strategies/evernote_spec.rb
|
279
327
|
- spec/omniauth/strategies/facebook_spec.rb
|
280
328
|
- spec/omniauth/strategies/foursquare_spec.rb
|
@@ -290,19 +338,23 @@ test_files:
|
|
290
338
|
- spec/omniauth/strategies/netflix_spec.rb
|
291
339
|
- spec/omniauth/strategies/oauth2_spec.rb
|
292
340
|
- spec/omniauth/strategies/oauth_spec.rb
|
341
|
+
- spec/omniauth/strategies/rdio_spec.rb
|
293
342
|
- spec/omniauth/strategies/salesforce_spec.rb
|
294
343
|
- spec/omniauth/strategies/smug_mug_spec.rb
|
295
344
|
- spec/omniauth/strategies/sound_cloud_spec.rb
|
345
|
+
- spec/omniauth/strategies/t163_spec.rb
|
296
346
|
- spec/omniauth/strategies/teambox_spec.rb
|
297
347
|
- spec/omniauth/strategies/thirty_seven_signals_spec.rb
|
298
348
|
- spec/omniauth/strategies/trade_me_spec.rb
|
299
349
|
- spec/omniauth/strategies/trip_it_spec.rb
|
350
|
+
- spec/omniauth/strategies/tsina_spec.rb
|
300
351
|
- spec/omniauth/strategies/tumblr_spec.rb
|
301
352
|
- spec/omniauth/strategies/twitter_spec.rb
|
302
353
|
- spec/omniauth/strategies/type_pad_spec.rb
|
303
354
|
- spec/omniauth/strategies/vimeo_spec.rb
|
304
355
|
- spec/omniauth/strategies/vkontakte_spec.rb
|
305
356
|
- spec/omniauth/strategies/yahoo_spec.rb
|
357
|
+
- spec/omniauth/strategies/yammer_spec.rb
|
306
358
|
- spec/omniauth/strategies/you_tube_spec.rb
|
307
359
|
- spec/spec_helper.rb
|
308
360
|
- spec/support/shared_examples.rb
|