gds-sso 13.2.0 → 13.2.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.
- checksums.yaml +4 -4
- data/README.md +4 -14
- data/lib/gds-sso/controller_methods.rb +1 -0
- data/lib/gds-sso/version.rb +1 -1
- data/spec/internal/db/combustion_test.sqlite +0 -0
- data/spec/internal/log/test.log +978 -978
- metadata +16 -16
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gds-sso
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 13.2.
|
4
|
+
version: 13.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Patterson
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2017-12-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -293,31 +293,31 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
293
293
|
version: '0'
|
294
294
|
requirements: []
|
295
295
|
rubyforge_project: gds-sso
|
296
|
-
rubygems_version: 2.
|
296
|
+
rubygems_version: 2.5.2.1
|
297
297
|
signing_key:
|
298
298
|
specification_version: 4
|
299
299
|
summary: Client for GDS' OAuth 2-based SSO
|
300
300
|
test_files:
|
301
|
-
- spec/
|
302
|
-
- spec/
|
303
|
-
- spec/unit/user_spec.rb
|
301
|
+
- spec/requests/end_to_end_spec.rb
|
302
|
+
- spec/spec_helper.rb
|
304
303
|
- spec/unit/api_access_spec.rb
|
305
|
-
- spec/unit/session_serialisation_spec.rb
|
306
304
|
- spec/unit/bearer_token_spec.rb
|
307
|
-
- spec/
|
308
|
-
- spec/
|
309
|
-
- spec/support/timecop.rb
|
310
|
-
- spec/support/signonotron2_integration_helpers.rb
|
311
|
-
- spec/internal/app/controllers/example_controller.rb
|
305
|
+
- spec/unit/session_serialisation_spec.rb
|
306
|
+
- spec/unit/user_spec.rb
|
312
307
|
- spec/internal/app/controllers/application_controller.rb
|
308
|
+
- spec/internal/app/controllers/example_controller.rb
|
313
309
|
- spec/internal/app/models/user.rb
|
310
|
+
- spec/internal/config/routes.rb
|
311
|
+
- spec/internal/config/database.yml
|
312
|
+
- spec/internal/config/initializers/gds-sso.rb
|
314
313
|
- spec/internal/log/test.log
|
315
314
|
- spec/internal/public/favicon.ico
|
316
|
-
- spec/internal/config/initializers/gds-sso.rb
|
317
|
-
- spec/internal/config/database.yml
|
318
|
-
- spec/internal/config/routes.rb
|
319
315
|
- spec/internal/db/schema.rb
|
320
316
|
- spec/internal/db/combustion_test.sqlite
|
321
|
-
- spec/
|
317
|
+
- spec/support/timecop.rb
|
318
|
+
- spec/support/backport_controller_test_params.rb
|
319
|
+
- spec/support/signonotron2_integration_helpers.rb
|
322
320
|
- spec/fixtures/integration/signonotron2.sql
|
323
321
|
- spec/fixtures/integration/authorize_api_users.sql
|
322
|
+
- spec/controller/api_user_controller_spec.rb
|
323
|
+
- spec/controller/controller_methods_spec.rb
|