kpm 0.12.3 → 0.12.4

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
  SHA256:
3
- metadata.gz: 79b3d6ff660a84393a651053d82a3dd430a8339685f5c6dfe381b7bd7eebc38e
4
- data.tar.gz: f59ae8cb2c62297c4ecc93c7601bacbc84a665d980b0f08122f74fbaeca7992b
3
+ metadata.gz: c083a673320007c9deab5a34422c640e6504a128754ccabb5eea0758ed98caf1
4
+ data.tar.gz: b91c9f4cbe68f2fce929e8b5916f5fa648c0a8d0855fe8114657f867c1d3d074
5
5
  SHA512:
6
- metadata.gz: 3b30857decfa16e5bbe76315ac41987bbf197294143ebbce531270d0af909cabe1fa05e662518d9f2389af2e3cccfb719068fa60859ab38bb568d48b1f218f23
7
- data.tar.gz: 241f311af8824ae384048bc7efddeac8d6c91096a4f289f1ea7fd10d957d3fd630d9f3c48b59bdf702926ad5a3a875aa53e47a27a11eb7163d7d1a0326be4117
6
+ metadata.gz: 8a4fae177981d0d384407d456016d0b8383a7b3820c2547c81b9948f4be38c3bc371a125a1744995b43997eecb918712d12ea355007d3846a810f8261881f01e
7
+ data.tar.gz: 5a15dca31bab4e7bc791c7dd46b57fc8e2c232ed84b3c1cad43617d8f362b89e63486089d5ae68a7c41790d8224c7e80807345830411a97d729fa6ae5fc36046
data/lib/kpm/tasks.rb CHANGED
@@ -176,6 +176,14 @@ module KPM
176
176
  type: :boolean,
177
177
  default: true,
178
178
  desc: 'Validates sha1 sum'
179
+ method_option :overrides,
180
+ type: :hash,
181
+ default: nil,
182
+ desc: "A hashed list of overrides. Available options are 'url', 'repository', 'username', and 'password'."
183
+ method_option :ssl_verify,
184
+ type: :boolean,
185
+ default: true,
186
+ desc: 'Set to false to disable SSL Verification.'
179
187
  desc 'install_java_plugin plugin-key <kb-version>', 'Pulls a java plugin and installs it under the specified destination. If the kb-version has been specified, it is used to download the matching plugin artifact version; if not, it uses the specified plugin version or if null, the LATEST one.'
180
188
  def install_java_plugin(plugin_key, kb_version = 'LATEST')
181
189
  installer = BaseInstaller.new(logger,
data/lib/kpm/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module KPM
4
- VERSION = '0.12.3'
4
+ VERSION = '0.12.4'
5
5
  end
data/pom.xml CHANGED
@@ -22,7 +22,7 @@
22
22
  <modelVersion>4.0.0</modelVersion>
23
23
  <groupId>org.kill-bill.billing.installer</groupId>
24
24
  <artifactId>kpm</artifactId>
25
- <version>0.12.3</version>
25
+ <version>0.12.4</version>
26
26
  <packaging>pom</packaging>
27
27
  <name>KPM</name>
28
28
  <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.12.3
4
+ version: 0.12.4
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: 2025-08-04 00:00:00.000000000 Z
11
+ date: 2025-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: highline