td-client 0.8.28 → 0.8.29

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/ChangeLog CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- == 2012-09-17 version 0.8.28
2
+ == 2012-09-17 version 0.8.29
3
3
 
4
4
  * Added Client#core_utilization method
5
5
  * Added Account#guaranteed_cores and #maximum_cores methods
data/lib/td/client.rb CHANGED
@@ -44,7 +44,7 @@ class Client
44
44
  # => Account
45
45
  def account
46
46
  plan, storage, guaranteed_cores, maximum_cores = @api.show_account
47
- return Account.new(self, plan, storage)
47
+ return Account.new(self, plan, storage, guaranteed_cores, maximum_cores)
48
48
  end
49
49
 
50
50
  def core_utilization(from, to)
@@ -1,5 +1,5 @@
1
1
  module TreasureData
2
2
 
3
- VERSION = '0.8.28'
3
+ VERSION = '0.8.29'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: td-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.28
4
+ version: 0.8.29
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: