gds-sso 13.0.0 → 13.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,7 +8,7 @@ module Signonotron2IntegrationHelpers
8
8
  while ! signonotron_started?(url)
9
9
  print '.'
10
10
  if retries > 20
11
- raise "Signonotron is not running at #{url}. Please start with 'bundle exec rake signonotron:start'. Under jenkins this should have been run automatically"
11
+ raise "Signonotron is not running at #{url}. Please start with `./start_signon.sh`. Under jenkins this should happen automatically."
12
12
  end
13
13
  retries += 1
14
14
  sleep 1
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.0.0
4
+ version: 13.1.0
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: 2016-09-22 00:00:00.000000000 Z
12
+ date: 2016-11-25 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -251,6 +251,7 @@ files:
251
251
  - lib/gds-sso/version.rb
252
252
  - lib/gds-sso/warden_config.rb
253
253
  - spec/controller/api_user_controller_spec.rb
254
+ - spec/controller/controller_methods_spec.rb
254
255
  - spec/fixtures/integration/authorize_api_users.sql
255
256
  - spec/fixtures/integration/signonotron2.sql
256
257
  - spec/internal/app/controllers/application_controller.rb
@@ -297,25 +298,26 @@ signing_key:
297
298
  specification_version: 4
298
299
  summary: Client for GDS' OAuth 2-based SSO
299
300
  test_files:
300
- - spec/requests/end_to_end_spec.rb
301
+ - spec/controller/api_user_controller_spec.rb
302
+ - spec/controller/controller_methods_spec.rb
303
+ - spec/unit/user_spec.rb
304
+ - spec/unit/api_access_spec.rb
305
+ - spec/unit/session_serialisation_spec.rb
306
+ - spec/unit/bearer_token_spec.rb
301
307
  - spec/spec_helper.rb
302
308
  - spec/support/backport_controller_test_params.rb
303
- - spec/support/signonotron2_integration_helpers.rb
304
309
  - spec/support/timecop.rb
305
- - spec/internal/app/models/user.rb
306
- - spec/internal/app/controllers/application_controller.rb
310
+ - spec/support/signonotron2_integration_helpers.rb
307
311
  - spec/internal/app/controllers/example_controller.rb
308
- - spec/internal/config/routes.rb
312
+ - spec/internal/app/controllers/application_controller.rb
313
+ - spec/internal/app/models/user.rb
314
+ - spec/internal/log/test.log
315
+ - spec/internal/public/favicon.ico
309
316
  - spec/internal/config/initializers/gds-sso.rb
310
317
  - spec/internal/config/database.yml
318
+ - spec/internal/config/routes.rb
311
319
  - spec/internal/db/schema.rb
312
320
  - spec/internal/db/combustion_test.sqlite
313
- - spec/internal/public/favicon.ico
314
- - spec/internal/log/test.log
315
- - spec/controller/api_user_controller_spec.rb
316
- - spec/unit/user_spec.rb
317
- - spec/unit/bearer_token_spec.rb
318
- - spec/unit/session_serialisation_spec.rb
319
- - spec/unit/api_access_spec.rb
321
+ - spec/requests/end_to_end_spec.rb
320
322
  - spec/fixtures/integration/signonotron2.sql
321
323
  - spec/fixtures/integration/authorize_api_users.sql