plek 0.1.6 → 0.1.7

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 +3 -0
  2. data/lib/plek/version.rb +1 -1
  3. metadata +3 -3
data/lib/plek.rb CHANGED
@@ -10,6 +10,7 @@ class Plek
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",
13
+ "production.assets" => "static.production.alphagov.co.uk",
13
14
  "production.#{DEFAULT_PATTERN}" => "%s.production.alphagov.co.uk",
14
15
 
15
16
  "preview.frontend" => "www.preview.alphagov.co.uk",
@@ -17,6 +18,7 @@ class Plek
17
18
  "preview.needs" => "needotron.preview.alphagov.co.uk",
18
19
  "preview.data" => "imminence.preview.alphagov.co.uk",
19
20
  "preview.arbiter" => "panopticon.preview.alphagov.co.uk",
21
+ "preview.assets" => "static.preview.alphagov.co.uk",
20
22
  "preview.#{DEFAULT_PATTERN}" => "%s.preview.alphagov.co.uk",
21
23
 
22
24
  "staging.frontend" => "demo.alphagov.co.uk",
@@ -25,6 +27,7 @@ class Plek
25
27
  "staging.publisher" => "guides.staging.alphagov.co.uk",
26
28
  "staging.data" => "imminence.staging.alphagov.co.uk",
27
29
  "staging.arbiter" => "panopticon.staging.alphagov.co.uk",
30
+ "staging.assets" => "static.staging.alphagov.co.uk",
28
31
  "staging.#{DEFAULT_PATTERN}" => "%s.staging.alphagov.co.uk",
29
32
 
30
33
  "development.authentication" => "signonotron.dev.gov.uk",
data/lib/plek/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Plek
2
- VERSION = '0.1.6'
2
+ VERSION = '0.1.7'
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.6
4
+ version: 0.1.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-11-11 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: builder
16
- requirement: &70201854929440 !ruby/object:Gem::Requirement
16
+ requirement: &70154093719620 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: '0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70201854929440
24
+ version_requirements: *70154093719620
25
25
  description: Find the right hostname for each service in an environment-dependent
26
26
  manner
27
27
  email: