master_manipulator 1.2.1 → 1.2.2

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZGM4ZTk0M2Y2NjQyNGU0OGQ1MDBhMmFjODMxZTNjZjNhOTkyMmJkMw==
4
+ YzAyZWVhZGE1MDE3NmJkNDU3MGNjMzE5NTBhNzA5YTEyOWIxYjk4Mg==
5
5
  data.tar.gz: !binary |-
6
- MGZjZTc0NmY2ZGI0YjZkYzBhN2JmYTk1YTViNDQ0MzQyYjg3YWIyOQ==
6
+ NjYyZjRiODNhNGU3YWRkNGE5ZmMwOWEwY2ZhNGJiOTQxZWUyYmQyMg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZDU0NWNhZWEzY2M3YThlY2Q0NDg5ZjAzOTE5ZDQyMjRlNThjY2RiYWIwNWYz
10
- NWE3MzIzNTdiMmZjZjBkOWFlODhjZGIyZWQ0MmM5NDk0YTFhZGE2N2Q2OTUy
11
- ZDljZmIzNTk3NDA4ZDI0YmQ5YWVkMmQ3NTNhMTcyN2IzNzViNGM=
9
+ ZjkyN2NkNDViOGYwMmFlMWVmYjNmNGNmMzA3ZGIzOGQ3MDUzM2UyOTZkYjE2
10
+ ODZlYzQyYzk0MWYyMmUxYTYyMjM3Y2U1MzgxMDcwMjBlNTk5ZTZjZTEyNjI4
11
+ ZTUwNDA5NDdjNmMyZGU3ZWM3ZmMzZjM4MWNkZTc0MTQwZTI2NWM=
12
12
  data.tar.gz: !binary |-
13
- NGY3OGFiYzQxNzIxYTMxZTdkZDM0MTNiOTgyYjViYjYxOTgwMzU5NDAwNzJj
14
- MTNjOTlhNTYxY2U4YWE3YzViYmNlMmIxNTI0OTY3MTk4ZGU4N2YzNzg1NzVk
15
- NmY1YjI5YWE5ZjVkYzMwN2Q4MGJkOWFlZjM1ZGU3ODc3MjE2NTk=
13
+ YzcwNzcyYjNiMzYxMzYzNWM4M2VhM2VjNTY3NmU1YWE0OTgyMjU1ZjJhZDAz
14
+ YTU0NzI3YjIxMmViNjc3NjNjMzlmMTkxYjk4NThjZTVhOWQ2ZTlkZmM1Y2Jm
15
+ N2MxNGE3NTBmODJjNGRkNGFjNTE3MTk2OTVmMDRiZWY2M2Q0M2U=
@@ -1,9 +1,9 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- master_manipulator (1.2.1)
4
+ master_manipulator (1.2.2)
5
5
  beaker (~> 2.7, >= 2.7.0)
6
- json
6
+ multi_json
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
data/HISTORY.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # default - History
2
2
  ## Tags
3
- * [LATEST - 30 Oct, 2015 (a97f5458)](#LATEST)
3
+ * [LATEST - 30 Oct, 2015 (58720b61)](#LATEST)
4
+ * [1.2.1 - 30 Oct, 2015 (b59fd2cf)](#1.2.1)
4
5
  * [1.2.0 - 29 Oct, 2015 (6d0873f7)](#1.2.0)
5
6
  * [1.1.2 - 14 Jul, 2015 (13e5bb62)](#1.1.2)
6
7
  * [1.1.1 - 1 Jul, 2015 (42e15400)](#1.1.1)
@@ -9,7 +10,23 @@
9
10
  * [1.0.0 - 6 May, 2015 (8ae50d90)](#1.0.0)
10
11
 
11
12
  ## Details
12
- ### <a name = "LATEST">LATEST - 30 Oct, 2015 (a97f5458)
13
+ ### <a name = "LATEST">LATEST - 30 Oct, 2015 (58720b61)
14
+
15
+ * (GEM) update master_manipulator version to 1.2.2 (58720b61)
16
+
17
+ * Merge pull request #15 from zreichert/update_json_require (b01919b7)
18
+
19
+
20
+ ```
21
+ Merge pull request #15 from zreichert/update_json_require
22
+
23
+ update json require
24
+ ```
25
+ * update json require (8519e1ca)
26
+
27
+ ### <a name = "1.2.1">1.2.1 - 30 Oct, 2015 (b59fd2cf)
28
+
29
+ * (HISTORY) update master_manipulator history for gem release 1.2.1 (b59fd2cf)
13
30
 
14
31
  * (GEM) update master_manipulator version to 1.2.1 (a97f5458)
15
32
 
@@ -1,4 +1,4 @@
1
- require 'JSON'
1
+ require 'json'
2
2
 
3
3
  module MasterManipulator
4
4
  module Service
@@ -1,5 +1,5 @@
1
1
  module MasterManipulator
2
2
  module Version
3
- STRING = '1.2.1'
3
+ STRING = '1.2.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: master_manipulator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.1
4
+ version: 1.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Puppet Labs
@@ -129,7 +129,7 @@ dependencies:
129
129
  - !ruby/object:Gem::Version
130
130
  version: 2.7.0
131
131
  - !ruby/object:Gem::Dependency
132
- name: json
132
+ name: multi_json
133
133
  requirement: !ruby/object:Gem::Requirement
134
134
  requirements:
135
135
  - - ! '>='