librarian-puppet-pr328 2.2.1pr328 → 2.2.1
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 +8 -8
- data/lib/librarian/puppet/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
N2VmM2E3NTJlZmY4MzY3MGJjZjQ3OGU3M2Q2YmNhMjFkYzAyM2IyZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZDJhYzMwOTMwNDRkZWJiYjBhNTdmOGYxOTQ0MTc5ODlmZTU5ZTMwYQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjY3ZTQwOWVhZTI0MTFkMTZkODZkNWEyZTkzNmI3ZGI3YzVkMjJjYWM5YTUz
|
|
10
|
+
Mjg2ZmU2NjYyODEyMzU5NjdhMWVmZWY0NzhhYTkzMTc1ZWMwZjUyZWUwMjg5
|
|
11
|
+
ZjM0YTViNGU1NmY5ZjA1YzY4MDE5ZGQ2YTFkYWRmYWVhNjBmYWQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ODIxYzJjNWQ5NmU5ZTI3NTliNzZiZDU3MDlkZjU0NjZkN2M3MTk3YWE4MWE4
|
|
14
|
+
MTNlNTYwMDE0NWIzY2YyN2JjNmZjZDBjMThiYzU2YTdhMjc2MmRlYTM3NGE5
|
|
15
|
+
Yzg4M2JmZTkzNGQwNjVmZDM3MjViODVmNzIxZGU1ODdkNTM3YzQ=
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: librarian-puppet-pr328
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Sharpe
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2015-12-
|
|
13
|
+
date: 2015-12-10 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: librarianp
|
|
@@ -166,9 +166,9 @@ dependencies:
|
|
|
166
166
|
- - ! '>='
|
|
167
167
|
- !ruby/object:Gem::Version
|
|
168
168
|
version: 0.9.0
|
|
169
|
-
description: !
|
|
170
|
-
PR #328
|
|
171
|
-
|
|
169
|
+
description: ! 'NOTE: This is a temporary gem. It is a workaround for rodjek/librarian-puppet
|
|
170
|
+
PR #328. Simplify deployment of your Puppet infrastructure by automatically pulling
|
|
171
|
+
in modules from the forge and git repositories with a single command.'
|
|
172
172
|
email:
|
|
173
173
|
- tim@sharpe.id.au
|
|
174
174
|
- carlos@apache.org
|
|
@@ -221,14 +221,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
221
221
|
version: 1.9.0
|
|
222
222
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
223
223
|
requirements:
|
|
224
|
-
- - ! '
|
|
224
|
+
- - ! '>='
|
|
225
225
|
- !ruby/object:Gem::Version
|
|
226
|
-
version:
|
|
226
|
+
version: '0'
|
|
227
227
|
requirements: []
|
|
228
228
|
rubyforge_project:
|
|
229
229
|
rubygems_version: 2.4.8
|
|
230
230
|
signing_key:
|
|
231
231
|
specification_version: 4
|
|
232
|
-
summary: Bundler for your Puppet modules
|
|
232
|
+
summary: Bundler for your Puppet modules with PR-328 applied
|
|
233
233
|
test_files: []
|
|
234
234
|
has_rdoc:
|