kpm 0.0.4 → 0.0.5
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/lib/kpm/installer.rb +2 -2
- data/lib/kpm/version.rb +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: d32e55ddd75d39d7bba5dd1aaf3e4cc36e55ff0a
|
|
4
|
+
data.tar.gz: 8af60c027a733158657017bfb5e6bb988e2eec8c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43cd9a9d22b0ec6f7ec329ab48e864ec58d4c445a37b350070fa9305fcb2c9efb31218a0b66cc0e1bd31fc860626c6e5433642c8d2276c58a9ab11550e17f659
|
|
7
|
+
data.tar.gz: 2e0d9a390f24f5809e2af2e369540696165690a34923da046433c29a85c1907740dfeef232cb0dae8b237f373a38d47c3c20fbe39b8e46f783b4471b1e91d4f5
|
data/lib/kpm/installer.rb
CHANGED
|
@@ -95,7 +95,7 @@ module KPM
|
|
|
95
95
|
return if @config['default_bundles'] == false
|
|
96
96
|
|
|
97
97
|
group_id = 'org.kill-bill.billing'
|
|
98
|
-
artifact_id = 'killbill-osgi-bundles-defaultbundles'
|
|
98
|
+
artifact_id = 'killbill-platform-osgi-bundles-defaultbundles'
|
|
99
99
|
packaging = 'tar.gz'
|
|
100
100
|
version = @config['version'] || LATEST_VERSION
|
|
101
101
|
destination = "#{@config['plugins_dir']}/platform"
|
|
@@ -109,7 +109,7 @@ module KPM
|
|
|
109
109
|
FileUtils.rm archive[:file_path]
|
|
110
110
|
|
|
111
111
|
# The special JRuby bundle needs to be called jruby.jar
|
|
112
|
-
File.rename Dir.glob("#{destination}/killbill-osgi-bundles-jruby-*.jar").first, "#{destination}/jruby.jar"
|
|
112
|
+
File.rename Dir.glob("#{destination}/killbill-platform-osgi-bundles-jruby-*.jar").first, "#{destination}/jruby.jar"
|
|
113
113
|
end
|
|
114
114
|
|
|
115
115
|
def install_kaui
|
data/lib/kpm/version.rb
CHANGED
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.0.
|
|
4
|
+
version: 0.0.5
|
|
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: 2014-
|
|
11
|
+
date: 2014-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: highline
|