killbill-client 0.12.0 → 0.13.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: 55ca36c7265062f5c8428c3788d45cea02cdcce7
4
- data.tar.gz: fa13cd2a29c8f85afb8298478b5bedb166c00ef1
3
+ metadata.gz: 1b74458c843f4540e84143f3cc4a099a602fb920
4
+ data.tar.gz: a22216578cd0950253677f0bbdd730639cbf77ca
5
5
  SHA512:
6
- metadata.gz: b6adda9cd6961b823537363b105063338d721686e6cefb36d5857753ee3c551a2a817a94c075378148b028062e81fc712ad6dd752b22f729a282fe7e4f9cc52c
7
- data.tar.gz: b8fcfa97f9ac0fe6495e25cd31b2b4784f7e2bf0a7d1188dca4d15734074a6d7ff6a4f5405e91577c630597698fb5e71ff197fba3f37fade03a1ae9673b0cdfe
6
+ metadata.gz: 1bcbf46764d43f2bb7c121e02884641b94a1f5e118cee5e8893c5804b550600322fe681b078b9db2e718296fcbf8a8616183d1d87a9cffc5b7d12e52b559147d
7
+ data.tar.gz: 61e3df6c2990bddf71d7ff9209b99532b9c75cb2b08be40677a23185341a14c07fdc5cb4ce52872a736eef2ed73986efd8abd912dc77306b5e6bae5a639d2e72
@@ -62,6 +62,7 @@ require 'killbill_client/models/gen/plan_detail_attributes'
62
62
  require 'killbill_client/models/gen/plugin_property_attributes'
63
63
  require 'killbill_client/models/gen/profiling_data_attributes_item'
64
64
  require 'killbill_client/models/gen/profiling_data_attributes'
65
+ require 'killbill_client/models/gen/role_definition_attributes'
65
66
  require 'killbill_client/models/gen/rolled_up_unit_attributes'
66
67
  require 'killbill_client/models/gen/rolled_up_usage_attributes'
67
68
  require 'killbill_client/models/gen/session_attributes'
@@ -75,3 +76,4 @@ require 'killbill_client/models/gen/tag_definition_attributes'
75
76
  require 'killbill_client/models/gen/tag_attributes'
76
77
  require 'killbill_client/models/gen/tenant_attributes'
77
78
  require 'killbill_client/models/gen/tenant_key_attributes'
79
+ require 'killbill_client/models/gen/user_roles_attributes'
@@ -0,0 +1,35 @@
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 KillBillClient
29
+ module Model
30
+ class RoleDefinitionAttributes < Resource
31
+ attribute :role
32
+ attribute :permissions
33
+ end
34
+ end
35
+ end
@@ -0,0 +1,36 @@
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 KillBillClient
29
+ module Model
30
+ class UserRolesAttributes < Resource
31
+ attribute :username
32
+ attribute :password
33
+ attribute :roles
34
+ end
35
+ end
36
+ end
@@ -1,7 +1,7 @@
1
1
  module KillBillClient
2
2
  module Version
3
3
  MAJOR = 0
4
- MINOR = 12
4
+ MINOR = 13
5
5
  PATCH = 0
6
6
  PRE = nil
7
7
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Killbill core team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-19 00:00:00.000000000 Z
11
+ date: 2015-05-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -115,6 +115,7 @@ files:
115
115
  - lib/killbill_client/models/gen/profiling_data_attributes.rb
116
116
  - lib/killbill_client/models/gen/profiling_data_attributes_item.rb
117
117
  - lib/killbill_client/models/gen/require_gen.rb
118
+ - lib/killbill_client/models/gen/role_definition_attributes.rb
118
119
  - lib/killbill_client/models/gen/rolled_up_unit_attributes.rb
119
120
  - lib/killbill_client/models/gen/rolled_up_usage_attributes.rb
120
121
  - lib/killbill_client/models/gen/session_attributes.rb
@@ -128,6 +129,7 @@ files:
128
129
  - lib/killbill_client/models/gen/tenant_key_attributes.rb
129
130
  - lib/killbill_client/models/gen/unit_usage_record_attributes.rb
130
131
  - lib/killbill_client/models/gen/usage_record_attributes.rb
132
+ - lib/killbill_client/models/gen/user_roles_attributes.rb
131
133
  - lib/killbill_client/models/helpers/custom_field_helper.rb
132
134
  - lib/killbill_client/models/helpers/tag_helper.rb
133
135
  - lib/killbill_client/models/invoice.rb
@@ -183,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
183
185
  version: '0'
184
186
  requirements: []
185
187
  rubyforge_project:
186
- rubygems_version: 2.4.6
188
+ rubygems_version: 2.2.2
187
189
  signing_key:
188
190
  specification_version: 4
189
191
  summary: Kill Bill client library.