kpm 0.8.0 → 0.8.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 +4 -4
- data/.rubocop.yml +4 -0
- data/lib/kpm/system.rb +1 -1
- data/lib/kpm/version.rb +1 -1
- data/pom.xml +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf70083856a899112a11657c296159ac3c6c6a10
|
|
4
|
+
data.tar.gz: 7c45344a9261e1f8094fe6e0a4e53f64660861d2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6ae19af908e706cf8871b5407f6ed22290686928e31fc70476e47694c3711f09ae5f9419b1178fe27c0a47b7f1ccc82ecb63cf339d4dc539328e9877f5e1540e
|
|
7
|
+
data.tar.gz: 8a7bec66d82889ea0773f6f3634eff4747f65e7ba4b20b0762a8e9c253c65aefd3e2f4ba01bc4840862e46fb2f385eda74520ab17eb24cbee96e7b1375787c3d
|
data/.rubocop.yml
CHANGED
data/lib/kpm/system.rb
CHANGED
|
@@ -138,7 +138,7 @@ module KPM
|
|
|
138
138
|
`#{command}`.split("\n").each do |prop|
|
|
139
139
|
break if prop.to_s.strip.empty?
|
|
140
140
|
|
|
141
|
-
if property_count
|
|
141
|
+
if property_count > 0
|
|
142
142
|
props = prop.split('=')
|
|
143
143
|
|
|
144
144
|
if !(props[1].nil? && props[1].to_s.strip.size > MAX_VALUE_COLUMN_WIDTH) && output_as_json == false
|
data/lib/kpm/version.rb
CHANGED
data/pom.xml
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
<groupId>org.kill-bill.billing.installer</groupId>
|
|
27
27
|
<artifactId>kpm</artifactId>
|
|
28
28
|
<packaging>pom</packaging>
|
|
29
|
-
<version>0.8.
|
|
29
|
+
<version>0.8.1</version>
|
|
30
30
|
<name>KPM</name>
|
|
31
31
|
<url>http://github.com/killbill/killbill-cloud</url>
|
|
32
32
|
<description>KPM: the Kill Bill Package Manager</description>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kpm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kill Bill core team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-01-
|
|
11
|
+
date: 2020-01-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: highline
|