plek 0.1.2 → 0.1.4

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 +13 -2
  2. data/lib/plek/version.rb +1 -1
  3. metadata +14 -3
@@ -5,8 +5,19 @@ class Plek
5
5
  DEFAULT_PATTERN = "pattern".freeze
6
6
 
7
7
  SERVICES = {
8
- "production.arbiter" => "panopticon.staging.alphagov.co.uk",
9
- "production.#{DEFAULT_PATTERN}" => "%s.gov.uk",
8
+ "production.frontend" => "www.production.alphagov.co.uk",
9
+ "production.authentication" => "signonotron.production.alphagov.co.uk",
10
+ "production.needs" => "needotron.production.alphagov.co.uk",
11
+ "production.data" => "imminence.production.alphagov.co.uk",
12
+ "production.arbiter" => "panopticon.production.alphagov.co.uk",
13
+ "production.#{DEFAULT_PATTERN}" => "%s.production.alphagov.co.uk",
14
+
15
+ "preview.frontend" => "www.preview.alphagov.co.uk",
16
+ "preview.authentication" => "signonotron.preview.alphagov.co.uk",
17
+ "preview.needs" => "needotron.preview.alphagov.co.uk",
18
+ "preview.data" => "imminence.preview.alphagov.co.uk",
19
+ "preview.arbiter" => "panopticon.preview.alphagov.co.uk",
20
+ "preview.#{DEFAULT_PATTERN}" => "%s.preview.alphagov.co.uk",
10
21
 
11
22
  "staging.frontend" => "demo.alphagov.co.uk",
12
23
  "staging.authentication" => "signonotron.alpha.gov.uk",
@@ -1,3 +1,3 @@
1
1
  class Plek
2
- VERSION = '0.1.2'
2
+ VERSION = '0.1.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: plek
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,8 +9,19 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-05 00:00:00.000000000Z
13
- dependencies: []
12
+ date: 2011-11-04 00:00:00.000000000Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: builder
16
+ requirement: &70123760862620 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :runtime
23
+ prerelease: false
24
+ version_requirements: *70123760862620
14
25
  description: Find the right hostname for each service in an environment-dependent
15
26
  manner
16
27
  email: