master_manipulator 1.2.0 → 1.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/Gemfile.lock +2 -1
- data/HISTORY.md +19 -2
- data/lib/master_manipulator/version.rb +1 -1
- metadata +16 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZGM4ZTk0M2Y2NjQyNGU0OGQ1MDBhMmFjODMxZTNjZjNhOTkyMmJkMw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MGZjZTc0NmY2ZGI0YjZkYzBhN2JmYTk1YTViNDQ0MzQyYjg3YWIyOQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZDU0NWNhZWEzY2M3YThlY2Q0NDg5ZjAzOTE5ZDQyMjRlNThjY2RiYWIwNWYz
|
10
|
+
NWE3MzIzNTdiMmZjZjBkOWFlODhjZGIyZWQ0MmM5NDk0YTFhZGE2N2Q2OTUy
|
11
|
+
ZDljZmIzNTk3NDA4ZDI0YmQ5YWVkMmQ3NTNhMTcyN2IzNzViNGM=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NGY3OGFiYzQxNzIxYTMxZTdkZDM0MTNiOTgyYjViYjYxOTgwMzU5NDAwNzJj
|
14
|
+
MTNjOTlhNTYxY2U4YWE3YzViYmNlMmIxNTI0OTY3MTk4ZGU4N2YzNzg1NzVk
|
15
|
+
NmY1YjI5YWE5ZjVkYzMwN2Q4MGJkOWFlZjM1ZGU3ODc3MjE2NTk=
|
data/Gemfile.lock
CHANGED
data/HISTORY.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# default - History
|
2
2
|
## Tags
|
3
|
-
* [LATEST -
|
3
|
+
* [LATEST - 30 Oct, 2015 (a97f5458)](#LATEST)
|
4
|
+
* [1.2.0 - 29 Oct, 2015 (6d0873f7)](#1.2.0)
|
4
5
|
* [1.1.2 - 14 Jul, 2015 (13e5bb62)](#1.1.2)
|
5
6
|
* [1.1.1 - 1 Jul, 2015 (42e15400)](#1.1.1)
|
6
7
|
* [1.1.0 - 30 Jun, 2015 (c33bac06)](#1.1.0)
|
@@ -8,7 +9,23 @@
|
|
8
9
|
* [1.0.0 - 6 May, 2015 (8ae50d90)](#1.0.0)
|
9
10
|
|
10
11
|
## Details
|
11
|
-
### <a name = "LATEST">LATEST -
|
12
|
+
### <a name = "LATEST">LATEST - 30 Oct, 2015 (a97f5458)
|
13
|
+
|
14
|
+
* (GEM) update master_manipulator version to 1.2.1 (a97f5458)
|
15
|
+
|
16
|
+
* Merge pull request #14 from zreichert/add_json_runtime_dependancy (9ff2c98f)
|
17
|
+
|
18
|
+
|
19
|
+
```
|
20
|
+
Merge pull request #14 from zreichert/add_json_runtime_dependancy
|
21
|
+
|
22
|
+
(MAINT) add json runtime dependency
|
23
|
+
```
|
24
|
+
* (MAINT) add json runtime dependency (e07f7d39)
|
25
|
+
|
26
|
+
### <a name = "1.2.0">1.2.0 - 29 Oct, 2015 (6d0873f7)
|
27
|
+
|
28
|
+
* (HISTORY) update master_manipulator history for gem release 1.2.0 (6d0873f7)
|
12
29
|
|
13
30
|
* (GEM) update master_manipulator version to 1.2.0 (4be0bec7)
|
14
31
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: master_manipulator
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Puppet Labs
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-10-
|
11
|
+
date: 2015-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -128,6 +128,20 @@ dependencies:
|
|
128
128
|
- - ! '>='
|
129
129
|
- !ruby/object:Gem::Version
|
130
130
|
version: 2.7.0
|
131
|
+
- !ruby/object:Gem::Dependency
|
132
|
+
name: json
|
133
|
+
requirement: !ruby/object:Gem::Requirement
|
134
|
+
requirements:
|
135
|
+
- - ! '>='
|
136
|
+
- !ruby/object:Gem::Version
|
137
|
+
version: '0'
|
138
|
+
type: :runtime
|
139
|
+
prerelease: false
|
140
|
+
version_requirements: !ruby/object:Gem::Requirement
|
141
|
+
requirements:
|
142
|
+
- - ! '>='
|
143
|
+
- !ruby/object:Gem::Version
|
144
|
+
version: '0'
|
131
145
|
description: This Gem extends the Beaker DSL for the purpose of changing things on
|
132
146
|
a Puppet Master.
|
133
147
|
email:
|