config_curator 0.2.2 → 0.2.3
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/config_curator/units/component.rb +1 -1
- data/lib/config_curator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9af0c4d52d23b706e8e09981116e80082b81c08b
|
|
4
|
+
data.tar.gz: 317bbb50b2c7154328e2a4f8e79248ee2b03fdff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5d963e3943a58c0f02b675fd2d775965be1d494cbc4c4b249302d100dede6957e2af2ea49d0b943e7e7d632e19076990978fb38dea402d0340f8018aa8028dfd
|
|
7
|
+
data.tar.gz: d5376c45ac4da4699fe56912ddc059a40356ed63b0fefe4805dda8b147f2ecc454dced7b740d84ec5471c710cbe73630e9cf81dc26b7d63f925342d34c6ca3d5
|
data/CHANGELOG.md
CHANGED
|
@@ -40,7 +40,7 @@ module ConfigCurator
|
|
|
40
40
|
logger.debug { "Running command: #{cmd.join ' '}" }
|
|
41
41
|
system(*cmd)
|
|
42
42
|
else
|
|
43
|
-
FileUtils.remove_entry_secure destination_path
|
|
43
|
+
FileUtils.remove_entry_secure destination_path if Dir.exist? destination_path
|
|
44
44
|
FileUtils.mkdir_p destination_path
|
|
45
45
|
FileUtils.cp_r "#{source_path}/.", destination_path, preserve: true
|
|
46
46
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: config_curator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Evan Boyd Sosenko
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|