plek 0.1.23 → 0.1.24

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.
Files changed (3) hide show
  1. data/lib/plek.rb +7 -7
  2. data/lib/plek/version.rb +1 -1
  3. metadata +4 -4
data/lib/plek.rb CHANGED
@@ -6,7 +6,7 @@ class Plek
6
6
 
7
7
  SERVICES = {
8
8
  "production.frontend" => "www.production.alphagov.co.uk",
9
- "production.authentication" => "signonotron.production.alphagov.co.uk",
9
+ "production.authentication" => "signon.production.alphagov.co.uk",
10
10
  "production.needs" => "needotron.production.alphagov.co.uk",
11
11
  "production.data" => "imminence.production.alphagov.co.uk",
12
12
  "production.arbiter" => "panopticon.production.alphagov.co.uk",
@@ -18,7 +18,7 @@ class Plek
18
18
  "production.#{DEFAULT_PATTERN}" => "%s.production.alphagov.co.uk",
19
19
 
20
20
  "preview.frontend" => "www.preview.alphagov.co.uk",
21
- "preview.authentication" => "signonotron.preview.alphagov.co.uk",
21
+ "preview.authentication" => "signon.preview.alphagov.co.uk",
22
22
  "preview.needs" => "needotron.preview.alphagov.co.uk",
23
23
  "preview.data" => "imminence.preview.alphagov.co.uk",
24
24
  "preview.arbiter" => "panopticon.preview.alphagov.co.uk",
@@ -31,7 +31,7 @@ class Plek
31
31
  "preview.#{DEFAULT_PATTERN}" => "%s.preview.alphagov.co.uk",
32
32
 
33
33
  "staging.frontend" => "demo.alphagov.co.uk",
34
- "staging.authentication" => "signonotron.alpha.gov.uk",
34
+ "staging.authentication" => "signon.alpha.gov.uk",
35
35
  "staging.needs" => "needotron.alpha.gov.uk",
36
36
  "staging.publisher" => "guides.staging.alphagov.co.uk",
37
37
  "staging.data" => "imminence.staging.alphagov.co.uk",
@@ -41,7 +41,7 @@ class Plek
41
41
  "staging.publicationpreview" => "private-frontend.staging.alphagov.co.uk",
42
42
  "staging.#{DEFAULT_PATTERN}" => "%s.staging.alphagov.co.uk",
43
43
 
44
- "development.authentication" => "signonotron.dev.gov.uk",
44
+ "development.authentication" => "signon.dev.gov.uk",
45
45
  "development.needs" => "needotron.dev.gov.uk",
46
46
  "development.data" => "imminence.dev.gov.uk",
47
47
  "development.arbiter" => "panopticon.dev.gov.uk",
@@ -50,7 +50,7 @@ class Plek
50
50
  "development.publicationpreview" => "www.dev.gov.uk",
51
51
  "development.#{DEFAULT_PATTERN}" => "%s.dev.gov.uk",
52
52
 
53
- "test.authentication" => "signonotron.test.gov.uk",
53
+ "test.authentication" => "signon.test.gov.uk",
54
54
  "test.needs" => "needotron.test.gov.uk",
55
55
  "test.data" => "imminence.test.gov.uk",
56
56
  "test.arbiter" => "panopticon.test.gov.uk",
@@ -73,14 +73,14 @@ class Plek
73
73
 
74
74
  PURPOSE_FOR_SERVICE = {
75
75
  "need-o-tron" => "needs",
76
- "sign-on-o-tron" => "authentication",
76
+ "signon" => "authentication",
77
77
  "imminence" => "data",
78
78
  "panopticon" => "arbiter"
79
79
  }.freeze
80
80
 
81
81
  SERVICE_NAMES = %w(
82
82
  panopticon
83
- sign-on-o-tron
83
+ signon
84
84
  imminence
85
85
  publisher
86
86
  need-o-tron
data/lib/plek/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Plek
2
- VERSION = '0.1.23'
2
+ VERSION = '0.1.24'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: plek
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.23
5
+ version: 0.1.24
6
6
  platform: ruby
7
7
  authors:
8
8
  - Craig R Webster
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2012-06-01 00:00:00 Z
13
+ date: 2012-06-12 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: builder
@@ -71,7 +71,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
- hash: -1576811791633391052
74
+ hash: -4269821268210139729
75
75
  segments:
76
76
  - 0
77
77
  version: "0"
@@ -80,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
80
  requirements:
81
81
  - - ">="
82
82
  - !ruby/object:Gem::Version
83
- hash: -1576811791633391052
83
+ hash: -4269821268210139729
84
84
  segments:
85
85
  - 0
86
86
  version: "0"