generate-puppetfile 0.9.9 → 0.9.10
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/lib/generate_puppetfile/bin.rb +1 -1
- data/lib/generate_puppetfile/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: 74c325d7f762e47f55fba2f375beb89d3290dba6
|
|
4
|
+
data.tar.gz: f9ce877a4bb8767f929087ef88a12dafb76800ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e704859f2f28ec656203052abf78164ef957e3486598d5427dcb4d5510ae206ac8718606d5da217ea97b995630e055bd4288b2c5b14e80ff9028e9bda68ea44b
|
|
7
|
+
data.tar.gz: 298d3dee5228f34fa838f46835a71f142e922bf2da4e85641806ae82130da387aa43f94b40da74944b3e52e64bad41a0cd6ac3e0f3343797bd13622bd0b22315
|
|
@@ -226,7 +226,7 @@ Your Puppetfile has been generated. Copy and paste between the markers:
|
|
|
226
226
|
def generate_forge_module_output
|
|
227
227
|
module_output = ''
|
|
228
228
|
@module_data.keys.each do |modulename|
|
|
229
|
-
module_output += "mod #{modulename}, '#{@module_data[modulename]}'\n"
|
|
229
|
+
module_output += "mod '#{modulename}', '#{@module_data[modulename]}'\n"
|
|
230
230
|
end
|
|
231
231
|
module_output
|
|
232
232
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: generate-puppetfile
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rob Nelson
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2016-06-
|
|
12
|
+
date: 2016-06-26 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: colorize
|