omniauth-rails 0.2.0 → 0.3.0
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.
- checksums.yaml +4 -4
- data/README.md +14 -12
- data/app/helpers/omniauth/rails/application_helper.rb +5 -1
- data/lib/omniauth/rails/version.rb +1 -1
- data/spec/examples.txt +22 -20
- data/spec/helpers/application_helper_spec.rb +43 -0
- data/spec/test_app/log/test.log +1185 -0
- metadata +3 -1
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dan Rabinowitz
|
@@ -216,6 +216,7 @@ files:
|
|
216
216
|
- spec/controllers/application_controller_spec.rb
|
217
217
|
- spec/controllers/authentication_concern_spec.rb
|
218
218
|
- spec/examples.txt
|
219
|
+
- spec/helpers/application_helper_spec.rb
|
219
220
|
- spec/lib/omniauth/rails/configurator_spec.rb
|
220
221
|
- spec/models/omniauth/rails/authorization_types/emails_spec.rb
|
221
222
|
- spec/models/omniauth/rails/authorization_types/regex_spec.rb
|
@@ -364,6 +365,7 @@ test_files:
|
|
364
365
|
- spec/controllers/application_controller_spec.rb
|
365
366
|
- spec/controllers/authentication_concern_spec.rb
|
366
367
|
- spec/examples.txt
|
368
|
+
- spec/helpers/application_helper_spec.rb
|
367
369
|
- spec/lib/omniauth/rails/configurator_spec.rb
|
368
370
|
- spec/models/omniauth/rails/authorization_types/emails_spec.rb
|
369
371
|
- spec/models/omniauth/rails/authorization_types/regex_spec.rb
|