killbill 4.3.0 → 4.4.0

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: d5e8f8c9cbd2c7f65533fbd0dba448f6112dc7f9
4
- data.tar.gz: f13ec7b9c5023ba4d9e7008e4f26b6da420b32c7
3
+ metadata.gz: 5b639aaed938ecf637af46e615808a71eac5fcba
4
+ data.tar.gz: 1b2da466452c79fc71c7ae2fe7419079c5ba1e35
5
5
  SHA512:
6
- metadata.gz: a7d3046b88534a778eb763a0af1c0c7fbbe751f4965bc41b06fb1bdd8c3687e1486f9debc8e85c04176bccde1bb3663173af22fec51a4d4102b9e81c66fe3e89
7
- data.tar.gz: 474f1fa4fb573267ce4aa0e734bf5f1c0608c3268aac6341e2b12668940959bb4763ad31b7460148a51733f6d667d13fffd97a80cd7c61be5dd855fa8bf1306b
6
+ metadata.gz: 66a2b3fb95684789082f9370f67412cdbc6ae488dfbab1bcfc1ab8b99aaaa0d61cc509ed3ff9f581fe5917ad5bd083ca3c30daca48fdfa028609e60c22762f95
7
+ data.tar.gz: b18cb490e2c1fa6246cbd2229281f012f08414a8867b9f70b215c476bd38129cb136b32623607fa6db80d3f3abd84f94653a84c34ee0a2fbbd052db16aa70971
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- killbill (4.3.0)
4
+ killbill (4.4.0)
5
5
  rack (>= 1.5.2)
6
6
  sinatra (~> 1.3.4)
7
7
  typhoeus (~> 0.6.9)
@@ -50,7 +50,7 @@ GEM
50
50
  erubis (2.7.0)
51
51
  ethon (0.7.4)
52
52
  ffi (>= 1.3.0)
53
- ffi (1.9.8-java)
53
+ ffi (1.9.9-java)
54
54
  i18n (0.7.0)
55
55
  jbundler (0.4.3)
56
56
  maven-tools (~> 0.32.1)
data/gen_config/api.conf CHANGED
@@ -11,6 +11,7 @@ org.killbill.billing.account, \
11
11
  org.killbill.billing.account.api, \
12
12
  org.killbill.billing.catalog, \
13
13
  org.killbill.billing.catalog.api, \
14
+ org.killbill.billing.catalog.api.rules, \
14
15
  org.killbill.billing.entitlement, \
15
16
  org.killbill.billing.entitlement.api, \
16
17
  org.killbill.billing.entitlement.api.user, \
@@ -31,10 +31,6 @@ require 'killbill/gen/plugin-api/payment_plugin_api_exception'
31
31
  require 'killbill/gen/plugin-api/ext_bus_event'
32
32
  require 'killbill/gen/plugin-api/notification_plugin_api'
33
33
  require 'killbill/gen/plugin-api/invoice_plugin_api'
34
- require 'killbill/gen/plugin-api/catalog_plugin_api'
35
- require 'killbill/gen/plugin-api/plugin_property'
36
- require 'killbill/gen/plugin-api/standalone_plugin_catalog'
37
- require 'killbill/gen/plugin-api/versioned_plugin_catalog'
38
34
  require 'killbill/gen/plugin-api/currency_plugin_api'
39
35
  require 'killbill/gen/plugin-api/on_failure_payment_routing_result'
40
36
  require 'killbill/gen/plugin-api/on_success_payment_routing_result'
@@ -1,3 +1,3 @@
1
1
  module Killbill
2
- VERSION = '4.3.0'
2
+ VERSION = '4.4.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.4.0
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: 2015-06-26 00:00:00.000000000 Z
11
+ date: 2015-06-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sinatra
@@ -483,7 +483,6 @@ files:
483
483
  - lib/killbill/gen/plugin-api/payment_routing_context.rb
484
484
  - lib/killbill/gen/plugin-api/payment_routing_plugin_api.rb
485
485
  - lib/killbill/gen/plugin-api/payment_transaction_info_plugin.rb
486
- - lib/killbill/gen/plugin-api/plugin_property.rb
487
486
  - lib/killbill/gen/plugin-api/prior_payment_routing_result.rb
488
487
  - lib/killbill/gen/plugin-api/require_gen.rb
489
488
  - lib/killbill/gen/plugin-api/standalone_plugin_catalog.rb
@@ -1,51 +0,0 @@
1
- #############################################################################################
2
- # #
3
- # Copyright 2010-2013 Ning, Inc. #
4
- # Copyright 2014 Groupon, Inc. #
5
- # Copyright 2014 The Billing Project, LLC #
6
- # #
7
- # The Billing Project licenses this file to you under the Apache License, version 2.0 #
8
- # (the "License"); you may not use this file except in compliance with the #
9
- # License. You may obtain a copy of the License at: #
10
- # #
11
- # http://www.apache.org/licenses/LICENSE-2.0 #
12
- # #
13
- # Unless required by applicable law or agreed to in writing, software #
14
- # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
15
- # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
16
- # License for the specific language governing permissions and limitations #
17
- # under the License. #
18
- # #
19
- #############################################################################################
20
-
21
-
22
- #
23
- # DO NOT EDIT!!!
24
- # File automatically generated by killbill-java-parser (git@github.com:killbill/killbill-java-parser.git)
25
- #
26
-
27
-
28
- module Killbill
29
- module Plugin
30
- module Model
31
-
32
- class PluginProperty
33
-
34
-
35
- attr_accessor
36
-
37
- def initialize()
38
- end
39
-
40
- def to_java()
41
- Java::org.killbill.billing.catalog.plugin.api.PluginProperty.new()
42
- end
43
-
44
- def to_ruby(j_obj)
45
- self
46
- end
47
-
48
- end
49
- end
50
- end
51
- end