killbill-client 0.3.3 → 0.3.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,19 @@
1
1
  module KillBillClient
2
2
  module Model
3
3
  class Tag < TagAttributes
4
+
5
+ has_many :audit_logs, KillBillClient::Model::AuditLog
6
+
7
+ class << self
8
+ def find_all_by_account_id account_id, audit = "NONE", options = {}
9
+ get "#{Account::KILLBILL_API_ACCOUNTS_PREFIX}/#{account_id}/tags",
10
+ {
11
+ :audit => audit
12
+ },
13
+ options
14
+ end
15
+ end
16
+
4
17
  end
5
18
  end
6
19
  end
@@ -2,7 +2,7 @@ module KillBillClient
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- PATCH = 3
5
+ PATCH = 5
6
6
  PRE = nil
7
7
 
8
8
  VERSION = [MAJOR, MINOR, PATCH, PRE].compact.join('.').freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: killbill-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.3
4
+ version: 0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-08-29 00:00:00.000000000 Z
12
+ date: 2013-09-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  segments:
166
166
  - 0
167
- hash: -3818846432645189032
167
+ hash: -1234225818415364902
168
168
  requirements: []
169
169
  rubyforge_project:
170
170
  rubygems_version: 1.8.25