killbill 1.0.18 → 1.0.19
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.
- data/Jarfile +2 -2
- data/VERSION +1 -1
- data/killbill.gemspec +3 -3
- data/lib/killbill/jconverter.rb +0 -3
- metadata +5 -5
data/Jarfile
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
jar 'com.ning.billing:killbill-api', '0.1.
|
|
2
|
-
jar 'com.ning.billing:killbill-util:tests', '0.1.
|
|
1
|
+
jar 'com.ning.billing:killbill-api', '0.1.80'
|
|
2
|
+
jar 'com.ning.billing:killbill-util:tests', '0.1.80'
|
|
3
3
|
jar 'javax.servlet:javax.servlet-api', '3.0.1'
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.19
|
data/killbill.gemspec
CHANGED
|
@@ -3,16 +3,16 @@ version = File.read(File.expand_path('../VERSION', __FILE__)).strip
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = 'killbill'
|
|
5
5
|
s.version = version
|
|
6
|
-
s.summary = 'Framework to write
|
|
6
|
+
s.summary = 'Framework to write Kill Bill plugins in Ruby.'
|
|
7
7
|
s.description = 'Base classes to write plugins.'
|
|
8
8
|
|
|
9
9
|
s.required_ruby_version = '>= 1.9.3'
|
|
10
10
|
|
|
11
11
|
s.license = 'Apache License (2.0)'
|
|
12
12
|
|
|
13
|
-
s.author = '
|
|
13
|
+
s.author = 'Kill Bill core team'
|
|
14
14
|
s.email = 'killbilling-users@googlegroups.com'
|
|
15
|
-
s.homepage = 'http://
|
|
15
|
+
s.homepage = 'http://kill-bill.org'
|
|
16
16
|
|
|
17
17
|
s.files = `git ls-files`.split("\n")
|
|
18
18
|
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
data/lib/killbill/jconverter.rb
CHANGED
|
@@ -455,9 +455,6 @@ module Killbill
|
|
|
455
455
|
end
|
|
456
456
|
|
|
457
457
|
def from_object_type(type)
|
|
458
|
-
|
|
459
|
-
puts "from_object_type #{type.to_s}, type = #{type.inspect} #{Java::com.ning.billing.ObjectType::ACCOUNT.inspect} #{type.to_s == Java::com.ning.billing.ObjectType::ACCOUNT.to_s}"
|
|
460
|
-
|
|
461
458
|
if type.to_s == Java::com.ning.billing.ObjectType::ACCOUNT.to_s
|
|
462
459
|
Killbill::Plugin::Model::ObjectType.new(:ACCOUNT)
|
|
463
460
|
elsif type.to_s == Java::com.ning.billing.ObjectType::ACCOUNT_EMAIL.to_s
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: killbill
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.19
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
|
-
-
|
|
8
|
+
- Kill Bill core team
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-06-03 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: jbundler
|
|
@@ -171,7 +171,7 @@ files:
|
|
|
171
171
|
- spec/killbill/rack_handler_spec.rb
|
|
172
172
|
- spec/spec_helper.rb
|
|
173
173
|
- tools/java2ruby.rb
|
|
174
|
-
homepage: http://
|
|
174
|
+
homepage: http://kill-bill.org
|
|
175
175
|
licenses:
|
|
176
176
|
- Apache License (2.0)
|
|
177
177
|
post_install_message:
|
|
@@ -201,7 +201,7 @@ rubyforge_project:
|
|
|
201
201
|
rubygems_version: 1.8.24
|
|
202
202
|
signing_key:
|
|
203
203
|
specification_version: 3
|
|
204
|
-
summary: Framework to write
|
|
204
|
+
summary: Framework to write Kill Bill plugins in Ruby.
|
|
205
205
|
test_files:
|
|
206
206
|
- spec/killbill/base_plugin_spec.rb
|
|
207
207
|
- spec/killbill/config_test.ru
|