gds-sso 13.5.0 → 13.5.1

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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gds-sso
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.5.0
4
+ version: 13.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-15 00:00:00.000000000 Z
11
+ date: 2018-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -296,26 +296,26 @@ signing_key:
296
296
  specification_version: 4
297
297
  summary: Client for GDS' OAuth 2-based SSO
298
298
  test_files:
299
- - spec/requests/end_to_end_spec.rb
300
- - spec/spec_helper.rb
301
- - spec/unit/api_access_spec.rb
302
- - spec/unit/bearer_token_spec.rb
303
- - spec/unit/session_serialisation_spec.rb
304
- - spec/unit/user_spec.rb
299
+ - spec/internal/config/database.yml
300
+ - spec/internal/config/initializers/gds-sso.rb
301
+ - spec/internal/config/routes.rb
302
+ - spec/internal/public/favicon.ico
305
303
  - spec/internal/app/controllers/application_controller.rb
306
304
  - spec/internal/app/controllers/example_controller.rb
307
305
  - spec/internal/app/models/user.rb
308
- - spec/internal/config/routes.rb
309
- - spec/internal/config/database.yml
310
- - spec/internal/config/initializers/gds-sso.rb
311
306
  - spec/internal/log/test.log
312
- - spec/internal/public/favicon.ico
313
- - spec/internal/db/schema.rb
314
307
  - spec/internal/db/combustion_test.sqlite
308
+ - spec/internal/db/schema.rb
309
+ - spec/controller/api_user_controller_spec.rb
310
+ - spec/controller/controller_methods_spec.rb
315
311
  - spec/support/timecop.rb
316
312
  - spec/support/backport_controller_test_params.rb
317
313
  - spec/support/signon_integration_helpers.rb
318
314
  - spec/fixtures/integration/signon.sql
319
315
  - spec/fixtures/integration/authorize_api_users.sql
320
- - spec/controller/api_user_controller_spec.rb
321
- - spec/controller/controller_methods_spec.rb
316
+ - spec/unit/api_access_spec.rb
317
+ - spec/unit/session_serialisation_spec.rb
318
+ - spec/unit/user_spec.rb
319
+ - spec/unit/bearer_token_spec.rb
320
+ - spec/spec_helper.rb
321
+ - spec/requests/end_to_end_spec.rb