plek 0.2.1 → 0.3.0

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 +2 -2
  2. data/lib/plek/version.rb +1 -1
  3. metadata +5 -5
@@ -5,7 +5,7 @@ class Plek
5
5
  DEFAULT_PATTERN = "pattern".freeze
6
6
 
7
7
  SERVICES = {
8
- "production.frontend" => "www.production.alphagov.co.uk",
8
+ "production.www" => "www.gov.uk",
9
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",
@@ -17,7 +17,7 @@ class Plek
17
17
  "production.whitehall-search" => "whitehall-search.production.alphagov.co.uk",
18
18
  "production.#{DEFAULT_PATTERN}" => "%s.production.alphagov.co.uk",
19
19
 
20
- "preview.frontend" => "www.preview.alphagov.co.uk",
20
+ "preview.www" => "www.preview.alphagov.co.uk",
21
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",
@@ -1,3 +1,3 @@
1
1
  class Plek
2
- VERSION = '0.2.1'
2
+ VERSION = '0.3.0'
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.2.1
5
+ version: 0.3.0
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-08-01 00:00:00 Z
13
+ date: 2012-08-02 00:00:00 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: builder
@@ -41,7 +41,7 @@ dependencies:
41
41
  requirements:
42
42
  - - ~>
43
43
  - !ruby/object:Gem::Version
44
- version: 1.0.0
44
+ version: 1.1.1
45
45
  type: :development
46
46
  prerelease: false
47
47
  version_requirements: *id003
@@ -71,7 +71,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
- hash: 100651367407347618
74
+ hash: -2873474734768778572
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: 100651367407347618
83
+ hash: -2873474734768778572
84
84
  segments:
85
85
  - 0
86
86
  version: "0"