domed-city 1.4.0 → 1.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c10b8b4fb07fed5ab5254a97c71db633858f903e
4
- data.tar.gz: b75a86afe68868c5ef4fc61c6fa9f1b359beb0e1
3
+ metadata.gz: 3fe85a6075f26afa7616f4f88c0f187b44df0121
4
+ data.tar.gz: 46dfec2b5cc967d4f4854e773de3c827a661697a
5
5
  SHA512:
6
- metadata.gz: 26e50dcbec1fb3834bee8b9944a7243e9cb0b5df75f51192d690bba11c383f0d343024a435fc1ff4cf2c6028a54a58c388c221a2b4c50400f1d5cc3a76dca785
7
- data.tar.gz: 8c01db5d1a6873afdd41cc4abc355b67e3d36271369d8742969afd348c2257e7cb96056df1037feffbe13a6d3ae810eb510ad33301734222b5e321e51c5a2bad
6
+ metadata.gz: 6ad35d678217bfa9ffedc7cfe5f12af2d1f2c547c3e622f712f7c9cd7b88b80d30c13b02bdcc98a4e2a0fa00d83352ab40a589b81ca4614a9665438adfa0b375
7
+ data.tar.gz: 3756417a56315946dd93860a7427a13dde0e9ce25a6510b7936dd68baf8fdc0e928f4d3ccbdb0b92cb6d3b62277ee4f22383339e5561f94199940c004ee9f17c
data/README.md CHANGED
@@ -54,3 +54,6 @@ where [commands] are:
54
54
  ### NOTICE
55
55
 
56
56
  When used for the first time in an environment you need to run `dome -s` for domed-city to create the S3 bucket and and enable file versioning on it. If you run it after the bucket has been created, it will just sync the remote state, something planning already does by default.
57
+
58
+ ## Acknowledgment
59
+ The initial release of `domed-city` is based on the original, and unpublished work, done by @stefancocora and @madAndroid for an internal project at itv.
@@ -16,7 +16,7 @@ module Dome
16
16
  end
17
17
 
18
18
  def non_production_environments
19
- %w(infradev sit qa qa1 qa2 stg)
19
+ %w(infradev dev sit qa qa1 qa2 stg)
20
20
  end
21
21
 
22
22
  def production_environments
@@ -1,3 +1,3 @@
1
1
  module Dome
2
- VERSION = '1.4.0'
2
+ VERSION = '1.4.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: domed-city
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Snape
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-11 00:00:00.000000000 Z
11
+ date: 2016-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler