killbill-client 0.2.1 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,42 @@
1
+ ###################################################################################
2
+ # #
3
+ # Copyright 2010-2013 Ning, Inc. #
4
+ # #
5
+ # Ning licenses this file to you under the Apache License, version 2.0 #
6
+ # (the "License"); you may not use this file except in compliance with the #
7
+ # License. You may obtain a copy of the License at: #
8
+ # #
9
+ # http://www.apache.org/licenses/LICENSE-2.0 #
10
+ # #
11
+ # Unless required by applicable law or agreed to in writing, software #
12
+ # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT #
13
+ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the #
14
+ # License for the specific language governing permissions and limitations #
15
+ # under the License. #
16
+ # #
17
+ ###################################################################################
18
+
19
+
20
+ #
21
+ # DO NOT EDIT!!!
22
+ # File automatically generated by killbill-java-parser (git@github.com:killbill/killbill-java-parser.git)
23
+ #
24
+
25
+
26
+ module KillBillClient
27
+ module Model
28
+ class EntitlementAttributesNoEvents < Resource
29
+ attribute :account_id
30
+ attribute :bundle_id
31
+ attribute :subscription_id
32
+ attribute :external_key
33
+ attribute :start_date
34
+ attribute :product_name
35
+ attribute :product_category
36
+ attribute :billing_period
37
+ attribute :price_list
38
+ attribute :cancelled_date
39
+ attribute :audit_logs
40
+ end
41
+ end
42
+ end
@@ -25,8 +25,11 @@
25
25
 
26
26
  module KillBillClient
27
27
  module Model
28
- class SubscriptionAttributesSimple < Resource
28
+ class EntitlementAttributesSimple < Resource
29
+ attribute :account_id
30
+ attribute :bundle_id
29
31
  attribute :subscription_id
32
+ attribute :external_key
30
33
  attribute :audit_logs
31
34
  end
32
35
  end
@@ -47,6 +47,8 @@ require 'killbill_client/models/gen/chargeback_attributes'
47
47
  require 'killbill_client/models/gen/credit_collection_attributes'
48
48
  require 'killbill_client/models/gen/credit_attributes'
49
49
  require 'killbill_client/models/gen/custom_field_attributes'
50
+ require 'killbill_client/models/gen/entitlement_attributes_no_events'
51
+ require 'killbill_client/models/gen/entitlement_attributes_simple'
50
52
  require 'killbill_client/models/gen/invoice_email_attributes'
51
53
  require 'killbill_client/models/gen/invoice_item_attributes_simple'
52
54
  require 'killbill_client/models/gen/invoice_attributes_simple'
@@ -62,7 +64,6 @@ require 'killbill_client/models/gen/payment_method_attributes'
62
64
  require 'killbill_client/models/gen/plan_detail_attributes'
63
65
  require 'killbill_client/models/gen/refund_attributes'
64
66
  require 'killbill_client/models/gen/subscription_attributes_no_events'
65
- require 'killbill_client/models/gen/subscription_attributes_simple'
66
67
  require 'killbill_client/models/gen/subscription_read_event_attributes'
67
68
  require 'killbill_client/models/gen/subscription_deleted_event_attributes'
68
69
  require 'killbill_client/models/gen/subscription_new_event_attributes'
@@ -26,16 +26,20 @@
26
26
  module KillBillClient
27
27
  module Model
28
28
  class SubscriptionAttributesNoEvents < Resource
29
- attribute :subscription_id
29
+ attribute :account_id
30
30
  attribute :bundle_id
31
+ attribute :subscription_id
32
+ attribute :external_key
31
33
  attribute :start_date
32
34
  attribute :product_name
33
35
  attribute :product_category
34
36
  attribute :billing_period
35
37
  attribute :price_list
36
- attribute :charged_through_date
37
38
  attribute :cancelled_date
38
39
  attribute :audit_logs
40
+ attribute :charged_through_date
41
+ attribute :billing_start_date
42
+ attribute :billing_end_date
39
43
  end
40
44
  end
41
45
  end
@@ -26,7 +26,10 @@
26
26
  module KillBillClient
27
27
  module Model
28
28
  class SubscriptionAttributesWithEvents < Resource
29
- attribute :subscription_id
29
+ attribute :account_id
30
+ attribute :bundle_id
31
+ attribute :entitlement_id
32
+ attribute :external_key
30
33
  attribute :events
31
34
  attribute :new_events
32
35
  attribute :deleted_events
@@ -1,7 +1,7 @@
1
1
  module KillBillClient
2
2
  module Version
3
3
  MAJOR = 0
4
- MINOR = 2
4
+ MINOR = 3
5
5
  PATCH = 1
6
6
  PRE = nil
7
7
 
metadata CHANGED
@@ -1,32 +1,36 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.1
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Killbill core team
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-08-20 00:00:00.000000000 Z
12
+ date: 2013-08-23 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: rake
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
- - - '>='
19
+ - - ! '>='
18
20
  - !ruby/object:Gem::Version
19
21
  version: 10.0.0
20
22
  type: :development
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
23
26
  requirements:
24
- - - '>='
27
+ - - ! '>='
25
28
  - !ruby/object:Gem::Version
26
29
  version: 10.0.0
27
30
  - !ruby/object:Gem::Dependency
28
31
  name: rspec
29
32
  requirement: !ruby/object:Gem::Requirement
33
+ none: false
30
34
  requirements:
31
35
  - - ~>
32
36
  - !ruby/object:Gem::Version
@@ -34,6 +38,7 @@ dependencies:
34
38
  type: :development
35
39
  prerelease: false
36
40
  version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
37
42
  requirements:
38
43
  - - ~>
39
44
  - !ruby/object:Gem::Version
@@ -80,6 +85,8 @@ files:
80
85
  - lib/killbill_client/models/gen/credit_attributes.rb
81
86
  - lib/killbill_client/models/gen/credit_collection_attributes.rb
82
87
  - lib/killbill_client/models/gen/custom_field_attributes.rb
88
+ - lib/killbill_client/models/gen/entitlement_attributes_no_events.rb
89
+ - lib/killbill_client/models/gen/entitlement_attributes_simple.rb
83
90
  - lib/killbill_client/models/gen/invoice_attributes_simple.rb
84
91
  - lib/killbill_client/models/gen/invoice_attributes_with_bundle_keys.rb
85
92
  - lib/killbill_client/models/gen/invoice_attributes_with_items.rb
@@ -101,7 +108,6 @@ files:
101
108
  - lib/killbill_client/models/gen/require_gen.rb
102
109
  - lib/killbill_client/models/gen/stack_trace_element_attributes.rb
103
110
  - lib/killbill_client/models/gen/subscription_attributes_no_events.rb
104
- - lib/killbill_client/models/gen/subscription_attributes_simple.rb
105
111
  - lib/killbill_client/models/gen/subscription_attributes_with_events.rb
106
112
  - lib/killbill_client/models/gen/subscription_deleted_event_attributes.rb
107
113
  - lib/killbill_client/models/gen/subscription_new_event_attributes.rb
@@ -136,7 +142,6 @@ files:
136
142
  homepage: http://www.killbilling.org
137
143
  licenses:
138
144
  - Apache License (2.0)
139
- metadata: {}
140
145
  post_install_message:
141
146
  rdoc_options:
142
147
  - --exclude
@@ -144,20 +149,25 @@ rdoc_options:
144
149
  require_paths:
145
150
  - lib
146
151
  required_ruby_version: !ruby/object:Gem::Requirement
152
+ none: false
147
153
  requirements:
148
- - - '>='
154
+ - - ! '>='
149
155
  - !ruby/object:Gem::Version
150
156
  version: 1.8.6
151
157
  required_rubygems_version: !ruby/object:Gem::Requirement
158
+ none: false
152
159
  requirements:
153
- - - '>='
160
+ - - ! '>='
154
161
  - !ruby/object:Gem::Version
155
162
  version: '0'
163
+ segments:
164
+ - 0
165
+ hash: 180782920600309884
156
166
  requirements: []
157
167
  rubyforge_project:
158
- rubygems_version: 2.0.3
168
+ rubygems_version: 1.8.25
159
169
  signing_key:
160
- specification_version: 4
170
+ specification_version: 3
161
171
  summary: Kill Bill client library.
162
172
  test_files:
163
173
  - spec/killbill_client/model_relation_spec.rb
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: b863822c7c443a03870f65858c20649c300ccc11
4
- data.tar.gz: 5d714717550faf0eee79c7ac25f94146c0cd577c
5
- SHA512:
6
- metadata.gz: a97badf10e6f748e9bc4b51c91a465bdb3932c2b01f19053e170459f74e31594f59e71fbf8eb0054f41b9fc9c891e9cded2d50ee99db3ee1f3061d43528425c6
7
- data.tar.gz: de6973179726e218d5b1b804339d6ec7ce9018d977913c4500f6849be8de19f27b7e8e2bdccde9b49ea053b7d1e329009b64f86e88d664ad68be0804a74a1da9