restpack-core-client 0.1.16 → 0.1.17

Sign up to get free protection for your applications and to get access to all the features.
@@ -31,7 +31,7 @@ module RestPack
31
31
  end
32
32
 
33
33
  def root_configurations
34
- p "API.root_configurations(#{id})"
34
+ p "API.root_configurations"
35
35
  json = RestClient.get("http://:#{@access_key}@#{@domain}/api/v1/configurations/root.json")
36
36
  data = Yajl::Parser.parse(json, :symbolize_keys => true)
37
37
 
@@ -1,7 +1,7 @@
1
1
  module RestPack
2
2
  module Core
3
3
  module Client
4
- VERSION = "0.1.16"
4
+ VERSION = "0.1.17"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restpack-core-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.16
4
+ version: 0.1.17
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: