librarian-puppet-simple-force 0.0.5 → 0.0.6
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/librarian/puppet/simple/version.rb +1 -1
- data/librarian-puppet-simple-force.gemspec +2 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c39b0733832f85f48b210ecc69ede81483a8a8b2
|
4
|
+
data.tar.gz: 9670aa71f6248d9b0b28dff2dbd86df434e13604
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c41bfbce2bf96139c50c31a3c34741b4cdbddf9340f7fa4a4f084f933942f2697e4b483809cb5b6376677412d1ba802979298ec2e442d36eefe97751cb646076
|
7
|
+
data.tar.gz: e4fcb04be1c56b229db66260dd5c25f390052d5c2eb2d53f17b0dcc873570663e24a695d25bcf3f307e25a38b966ca79d74553c6310d4ecc8e777ed20095f3c8
|
@@ -12,7 +12,8 @@ Gem::Specification.new do |s|
|
|
12
12
|
s.summary = 'Bundler for your Puppet modules, with force'
|
13
13
|
s.description = 'Simplify deployment of your Puppet infrastructure by
|
14
14
|
automatically pulling in modules from the forge and git repositories with
|
15
|
-
a single command.
|
15
|
+
a single command. Identical to librarian-puppet-simple, but with a forced
|
16
|
+
git checkout of a repository reference.'
|
16
17
|
|
17
18
|
s.files = `git ls-files`.split($/)
|
18
19
|
s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: librarian-puppet-simple-force
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jon McCreery
|
@@ -41,7 +41,8 @@ dependencies:
|
|
41
41
|
description: |-
|
42
42
|
Simplify deployment of your Puppet infrastructure by
|
43
43
|
automatically pulling in modules from the forge and git repositories with
|
44
|
-
a single command.
|
44
|
+
a single command. Identical to librarian-puppet-simple, but with a forced
|
45
|
+
git checkout of a repository reference.
|
45
46
|
email:
|
46
47
|
- jonathan.mccreery@nytimes.com
|
47
48
|
executables:
|