hiera-mysql-json-backend-jruby 2.1.0 → 2.1.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: d1f407315f467249accc57e337bf96dc3e67d84cd1bcd9bbcac779a39987459d
|
|
4
|
+
data.tar.gz: 829109efedd6577c0edc1037aa4fb66d0ad2483d0529a72ee0723b2172611e33
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15230e01a61d8f960a3eabe9d25046a6925c42e5b36653dfb1b9432b63c5cced72e368e4b357230ec3ec797be6836dcd1d49ba9d44b2de236b8e073b855011a5
|
|
7
|
+
data.tar.gz: 7ba0e9493de5dcedd0c3b9083857e470125bb0acca72a662a3f81ea395930136c9a27e25a28713390e688631051205c7ae305f23cb9b6f969c4ef134559ae677
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |gem|
|
|
4
4
|
gem.name = "hiera-mysql-json-backend-jruby"
|
|
5
|
-
gem.version = "2.1.
|
|
5
|
+
gem.version = "2.1.1"
|
|
6
6
|
gem.authors = ["Hostnet"]
|
|
7
7
|
gem.email = ["opensource@hostnet.nl"]
|
|
8
8
|
gem.description = %q{Alternative MySQL backend with json support for hiera}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |gem|
|
|
4
4
|
gem.name = "hiera-mysql-json-backend"
|
|
5
|
-
gem.version = "2.1.
|
|
5
|
+
gem.version = "2.1.1"
|
|
6
6
|
gem.authors = ["Hostnet"]
|
|
7
7
|
gem.email = ["opensource@hostnet.nl"]
|
|
8
8
|
gem.description = %q{Alternative MySQL backend with json support for hiera}
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hiera-mysql-json-backend-jruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hostnet
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jdbc-mysql
|
|
@@ -74,8 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
75
|
version: '0'
|
|
76
76
|
requirements: []
|
|
77
|
-
|
|
78
|
-
rubygems_version: 2.2.5
|
|
77
|
+
rubygems_version: 3.1.6
|
|
79
78
|
signing_key:
|
|
80
79
|
specification_version: 4
|
|
81
80
|
summary: Alternative MySQL backend with json support for hiera
|