restpack-core-client 0.1.17 → 0.1.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -37,10 +37,9 @@ module RestPack
37
37
 
38
38
  configurations = []
39
39
  data[:configurations].each do |configuration_data|
40
- p "GJ: CONFIG: #{configuration_data}"
41
40
  configurations << Configuration.new(configuration_data)
42
41
  end
43
- configuration
42
+ configurations
44
43
  end
45
44
 
46
45
  def hydrate_channel(channel_response)
@@ -1,7 +1,7 @@
1
1
  module RestPack
2
2
  module Core
3
3
  module Client
4
- VERSION = "0.1.17"
4
+ VERSION = "0.1.18"
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.17
4
+ version: 0.1.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: