app42 0.5.7 → 0.5.8

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fff1300a426b87f217e16e059f88b957b068bdc2
4
- data.tar.gz: 2c68f5a4897d0bf178f7172b26b04b969a73ad7a
3
+ metadata.gz: 4a7b73a4d7ee06bd48fd0130bfe79e3cf6b7a33a
4
+ data.tar.gz: a06240044f322c552a35eb61263fe33c72a3b5f5
5
5
  SHA512:
6
- metadata.gz: afcc0248e4c3aad23efb6f84b77f7c8f8e477a9dc1989dd8765824390ce67581f9c2e665594cd75a11212db471d82b72fedfdea4196dca474b38823344aa494c
7
- data.tar.gz: 3ad516f90984a44a4f7e623235dc6000f0fd2865fbc7a94157de7f3479ecc5fc91156e53493ea7abd58e672b24a8867154b544b8ddcde7a4b81eb0770695f6d4
6
+ metadata.gz: fad295e449913baf159d8fadb0658c01b0cd59b30e9f09265819d60538b0e393c49fd4c6ea3e771c25a7b28c60653047cfc25cd2de1de4ed7c04a7126f6eab22
7
+ data.tar.gz: b42c85a529f806ef6d5e212f571c98be53ac9d10946a53fb8e8b4cff4ec98db86e5c782bc4100b59aee288a9a0c25d91cd65806d2e18d181ad7d6887db96a341
@@ -434,7 +434,7 @@ module App42
434
434
  begin
435
435
  body = {'app42' => {"request"=> {
436
436
  'appName' => app_name,
437
- "instanceCount" => instance
437
+ "instanceCount" => instance.to_s
438
438
  }}}.to_json
439
439
 
440
440
  query_params = params
@@ -3,7 +3,7 @@ module App42
3
3
  module VERSION
4
4
  MAJOR = 0
5
5
  MINOR = 5
6
- TINY = 7
6
+ TINY = 8
7
7
  PRE = "alpha"
8
8
 
9
9
  STRING = [MAJOR, MINOR, TINY].compact.join('.')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app42
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.7
4
+ version: 0.5.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - ShepHertz