cumulogic_client 0.0.2 → 0.0.3

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YmU5MGU4NjBkMTAxMjVjMTUwYjY0OTg0NWYyNzcxNTA3NmJmNTA1OQ==
4
+ Yzk1ZWUwOTc1NWVlOGJhMjJiMzMzZTFlNmIwYTlhOWNkN2EyZTJiNg==
5
5
  data.tar.gz: !binary |-
6
- ZDEzNDNmM2Q2OGNmNDgzNzA0OGZlMGQ0ODNmNTc2NjQxZmZlZGIzMg==
6
+ NGViYTVmYmVjNDhmN2QzYWVjNjBmZTE5N2ZiMTA5NzBlZDNiN2ViNw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ODcwMjhhMjc4Yjg2NDZkMDU1NTVjZjFlYzE4ODJmOTkyZTNhNjU1ZTE1NDcy
10
- NjY4ZDQ3YmYxNDQ2NzVlMDUwZjFjYTMzYjRkZTE3YjFmMjA0NGE0Y2I2YmE0
11
- ZGUzZWVmM2Y5MzE0NmRhMTVmODdiZTA4M2Y5ODg2ZWVmOTkwZGU=
9
+ YjczODQxYmU5YzVkMTk4NzM0YmMxYmFlNjZjYjdiYjlkMmRmMWE2MjM0YTlh
10
+ MjMyZTEzZWE0ZTRiMTZjYTQ0N2NiMDM2NGM2NzE5YTZkZDRiNmQ1Y2UyMjhh
11
+ OGUyMjNkM2QwYjc0NGVkYzQwOWVhMDFiNTBlYmU1NmFjNmVlNjI=
12
12
  data.tar.gz: !binary |-
13
- MzYyMWRhYzg5ZjdhMmFkZDhmYzQxMjg3NTg4ZGI2MGYzYmE1MzJlMjg2MjA4
14
- Y2UxNTA1ZWQ3OTAyMzhhMWQ4NzkzYmQzNzRhYzNhNDQwZGVkZDMzMzEzMWZj
15
- ODlkZTQ4NGE2MDljZGRlYmMxNzlhM2YyNWMwNTEzZGUwNDdlOTA=
13
+ ZGI0YTI5ZWZlMGIxMDFlNjU1YjFiZTAxOWYxNmZmYWIyYWYzYjczMjcwZWVi
14
+ MzgzNjdiZGE4ZGIzNWNkNDAwNGFmYmU5OTg3MDYyOWNkNDlkZDI2YTVhYzJh
15
+ M2E5NjE5NTc2OWZhMDc1YzE1ZjFmNjE2YmNmNDNmODAyOTk4YjU=
@@ -36,7 +36,7 @@ class CumulogicClient::BaseClient
36
36
  def request(command, params=nil)
37
37
  url = "#{@api_url}#{command}"
38
38
  puts url if @debug
39
- puts URI::encode(params.to_json) if @debug
39
+ puts params.to_json if @debug
40
40
  uri = URI.parse(url)
41
41
  http = Net::HTTP.new(uri.host, uri.port)
42
42
  http.use_ssl = @use_ssl
@@ -13,5 +13,5 @@
13
13
  # limitations under the License.
14
14
 
15
15
  module CumulogicClient
16
- VERSION = "0.0.2"
16
+ VERSION = "0.0.3"
17
17
  end
data/spec/nosql_spec.rb CHANGED
@@ -38,7 +38,6 @@ describe "nosql" do
38
38
  spec.port = "27017"
39
39
  spec.noSqlEngineId = "1"
40
40
  spec.targetCloudId = "1"
41
- spec.availabilityZoneName = "Zone#3"
42
41
  spec.instanceTypeId = "4"
43
42
  spec.serviceTag = 'Development'
44
43
  spec.accessGroupId = "0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cumulogic_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chip Childers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-06 00:00:00.000000000 Z
11
+ date: 2014-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler