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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1103e0c1045b3a4bb4d09486381b6baa0eed2d2e
4
- data.tar.gz: 84521cc40cd90d0154678a7ebf54e3a8f823bad2
3
+ metadata.gz: d32e55ddd75d39d7bba5dd1aaf3e4cc36e55ff0a
4
+ data.tar.gz: 8af60c027a733158657017bfb5e6bb988e2eec8c
5
5
  SHA512:
6
- metadata.gz: 1ff6d10b893cfac7bbe5e6040b985ac6990f00253dfa5cd64eb7fcea9e54472e5a6a74301ea93ef7613f7c878dc99548209549f9cb0c3cfbb7e26a1b424a9992
7
- data.tar.gz: f0b01a0f7aee0395e5b1ea3122488428ef9fd5821f8fe82dd807a4711bfbafc3199db6b306d8a1881c84ec93c642c16f181cb6f83e3435b6c813bea319b8160d
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
@@ -1,3 +1,3 @@
1
1
  module KPM
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
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
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-06-30 00:00:00.000000000 Z
11
+ date: 2014-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: highline