omniauth-rails 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
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.2.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