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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b5e6a90a07e3c6ccb7c452345ff8aa6069bcb5c9
4
- data.tar.gz: 4ced3070cd3429d7cd66dde0da13e27b4c648d8e
3
+ metadata.gz: cf70083856a899112a11657c296159ac3c6c6a10
4
+ data.tar.gz: 7c45344a9261e1f8094fe6e0a4e53f64660861d2
5
5
  SHA512:
6
- metadata.gz: 86836cc4e73c7dd7b71c0310165a746316cb8785438cce365d0a146392fd66ae995781f9a6adcf746df20ac7345c11f72b1f9fd6d56ef71ae9208f76508f96bb
7
- data.tar.gz: 6afade824831eb598506020d828e9b26baebeabc5d4f4096e839e504e969a1b526be3384df2def17bc1a4979c9b5269c07f54837da0faf0780c752a9bf68e17f
6
+ metadata.gz: 6ae19af908e706cf8871b5407f6ed22290686928e31fc70476e47694c3711f09ae5f9419b1178fe27c0a47b7f1ccc82ecb63cf339d4dc539328e9877f5e1540e
7
+ data.tar.gz: 8a7bec66d82889ea0773f6f3634eff4747f65e7ba4b20b0762a8e9c253c65aefd3e2f4ba01bc4840862e46fb2f385eda74520ab17eb24cbee96e7b1375787c3d
@@ -61,6 +61,10 @@ Style/EmptyElse:
61
61
  Style/HashSyntax:
62
62
  Enabled: false
63
63
 
64
+ # Ruby 2.3+ only
65
+ Style/NumericPredicate:
66
+ Enabled: false
67
+
64
68
  # Ruby 2.3+ only
65
69
  Style/SafeNavigation:
66
70
  Enabled: false
@@ -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.positive?
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KPM
4
- VERSION = '0.8.0'
4
+ VERSION = '0.8.1'
5
5
  end
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.0</version>
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.0
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-21 00:00:00.000000000 Z
11
+ date: 2020-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: highline