plek 0.1.19 → 0.1.20
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.
- data/lib/plek.rb +5 -0
- data/lib/plek/version.rb +1 -1
- metadata +50 -37
data/lib/plek.rb
CHANGED
@@ -11,6 +11,7 @@ class Plek
|
|
11
11
|
"production.data" => "imminence.production.alphagov.co.uk",
|
12
12
|
"production.arbiter" => "panopticon.production.alphagov.co.uk",
|
13
13
|
"production.assets" => "static.production.alphagov.co.uk",
|
14
|
+
"production.cdn" => "d17tffe05zdvwj.cloudfront.net",
|
14
15
|
"production.publicationpreview" => "private-frontend.production.alphagov.co.uk",
|
15
16
|
"production.whitehall" => "whitehall.production.alphagov.co.uk",
|
16
17
|
"production.whitehallsearch" => "whitehall-search.production.alphagov.co.uk",
|
@@ -22,6 +23,7 @@ class Plek
|
|
22
23
|
"preview.data" => "imminence.preview.alphagov.co.uk",
|
23
24
|
"preview.arbiter" => "panopticon.preview.alphagov.co.uk",
|
24
25
|
"preview.assets" => "static.preview.alphagov.co.uk",
|
26
|
+
"preview.cdn" => "djb1962t8apu5.cloudfront.net",
|
25
27
|
"preview.publicationpreview" => "private-frontend.preview.alphagov.co.uk",
|
26
28
|
"preview.whitehall" => "whitehall.preview.alphagov.co.uk",
|
27
29
|
"preview.whitehallsearch" => "whitehall-search.preview.alphagov.co.uk",
|
@@ -34,6 +36,7 @@ class Plek
|
|
34
36
|
"staging.data" => "imminence.staging.alphagov.co.uk",
|
35
37
|
"staging.arbiter" => "panopticon.staging.alphagov.co.uk",
|
36
38
|
"staging.assets" => "static.staging.alphagov.co.uk",
|
39
|
+
"staging.assets" => "static.staging.alphagov.co.uk",
|
37
40
|
"staging.publicationpreview" => "private-frontend.staging.alphagov.co.uk",
|
38
41
|
"staging.#{DEFAULT_PATTERN}" => "%s.staging.alphagov.co.uk",
|
39
42
|
|
@@ -42,6 +45,7 @@ class Plek
|
|
42
45
|
"development.data" => "imminence.dev.gov.uk",
|
43
46
|
"development.arbiter" => "panopticon.dev.gov.uk",
|
44
47
|
"development.assets" => "static.dev.gov.uk",
|
48
|
+
"development.cdn" => "static.dev.gov.uk",
|
45
49
|
"development.publicationpreview" => "www.dev.gov.uk",
|
46
50
|
"development.#{DEFAULT_PATTERN}" => "%s.dev.gov.uk",
|
47
51
|
|
@@ -50,6 +54,7 @@ class Plek
|
|
50
54
|
"test.data" => "imminence.test.gov.uk",
|
51
55
|
"test.arbiter" => "panopticon.test.gov.uk",
|
52
56
|
"test.publicationpreview" => "www.test.gov.uk",
|
57
|
+
"test.cdn" => "static.test.gov.uk",
|
53
58
|
"test.whitehall" => "whitehall.test.alphagov.co.uk",
|
54
59
|
"test.whitehallsearch" => "whitehall-search.test.alphagov.co.uk",
|
55
60
|
"test.#{DEFAULT_PATTERN}" => "%s.test.gov.uk",
|
data/lib/plek/version.rb
CHANGED
metadata
CHANGED
@@ -1,71 +1,84 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: plek
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.19
|
3
|
+
version: !ruby/object:Gem::Version
|
5
4
|
prerelease:
|
5
|
+
version: 0.1.20
|
6
6
|
platform: ruby
|
7
|
-
authors:
|
7
|
+
authors:
|
8
8
|
- Craig R Webster
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
12
|
+
|
13
|
+
date: 2012-01-18 00:00:00 Z
|
14
|
+
dependencies:
|
15
|
+
- !ruby/object:Gem::Dependency
|
15
16
|
name: builder
|
16
|
-
requirement: &
|
17
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
17
18
|
none: false
|
18
|
-
requirements:
|
19
|
-
- -
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version:
|
19
|
+
requirements:
|
20
|
+
- - ">="
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: "0"
|
22
23
|
type: :runtime
|
23
24
|
prerelease: false
|
24
|
-
version_requirements: *
|
25
|
-
- !ruby/object:Gem::Dependency
|
25
|
+
version_requirements: *id001
|
26
|
+
- !ruby/object:Gem::Dependency
|
26
27
|
name: rake
|
27
|
-
requirement: &
|
28
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
28
29
|
none: false
|
29
|
-
requirements:
|
30
|
-
- -
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version:
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: "0"
|
33
34
|
type: :development
|
34
35
|
prerelease: false
|
35
|
-
version_requirements: *
|
36
|
-
description: Find the right hostname for each service in an environment-dependent
|
37
|
-
|
38
|
-
email:
|
36
|
+
version_requirements: *id002
|
37
|
+
description: Find the right hostname for each service in an environment-dependent manner
|
38
|
+
email:
|
39
39
|
- craig@barkingiguana.com
|
40
40
|
executables: []
|
41
|
+
|
41
42
|
extensions: []
|
43
|
+
|
42
44
|
extra_rdoc_files: []
|
43
|
-
|
44
|
-
|
45
|
+
|
46
|
+
files:
|
45
47
|
- lib/plek.rb
|
48
|
+
- lib/plek/version.rb
|
46
49
|
- README.md
|
47
50
|
homepage:
|
48
51
|
licenses: []
|
52
|
+
|
49
53
|
post_install_message:
|
50
54
|
rdoc_options: []
|
51
|
-
|
55
|
+
|
56
|
+
require_paths:
|
52
57
|
- lib
|
53
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
58
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
54
59
|
none: false
|
55
|
-
requirements:
|
56
|
-
- -
|
57
|
-
- !ruby/object:Gem::Version
|
58
|
-
|
59
|
-
|
60
|
+
requirements:
|
61
|
+
- - ">="
|
62
|
+
- !ruby/object:Gem::Version
|
63
|
+
hash: 2238407620893949065
|
64
|
+
segments:
|
65
|
+
- 0
|
66
|
+
version: "0"
|
67
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
60
68
|
none: false
|
61
|
-
requirements:
|
62
|
-
- -
|
63
|
-
- !ruby/object:Gem::Version
|
64
|
-
|
69
|
+
requirements:
|
70
|
+
- - ">="
|
71
|
+
- !ruby/object:Gem::Version
|
72
|
+
hash: 2238407620893949065
|
73
|
+
segments:
|
74
|
+
- 0
|
75
|
+
version: "0"
|
65
76
|
requirements: []
|
77
|
+
|
66
78
|
rubyforge_project:
|
67
|
-
rubygems_version: 1.8.
|
79
|
+
rubygems_version: 1.8.12
|
68
80
|
signing_key:
|
69
81
|
specification_version: 3
|
70
82
|
summary: Locations for services
|
71
83
|
test_files: []
|
84
|
+
|