fastlane-plugin-gs_versioning 0.3.14 → 0.3.15

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: 81e86a45bc088b02d3c7b58765c143e7a0721ff7
4
- data.tar.gz: 7530a1b306ab2d8c9d01b1f7ce3b9588aa39ad0d
3
+ metadata.gz: 04560a4175adb3e0f1a8c26291f943ae3f4d6bd5
4
+ data.tar.gz: 2d40f5d95c70762a0c838bfee79e159f8bf092a9
5
5
  SHA512:
6
- metadata.gz: fbd55b14f36bff224974bb7d9cbddb0269e3c8cff2bb1118737da81bd9f7e9414f4d0dd0f9bff276d3b0b93c5b230b4bf87cc37ed6d41f6a966a9f2946699b84
7
- data.tar.gz: d6948bff6ad12498bab89bca2420a8702413097e66d2da6e3c8c200fa2711d7f95b772a2244f2772652d079667ca1261217bacf813aad54d0a68b1cd8b0d438e
6
+ metadata.gz: e3b5cc59e026943c59b8342adda4556a59adaed1d5a456bb097b48696d8b74c7fac9ea1a1ddd47741ac04ecb543c133867ca01590f2353c175869b0a502d4523
7
+ data.tar.gz: 4cbec9db648c09d49d076b0a73dbb6ed9c171d5cd5bfff478270c5738b9c3967f33d742e8f77e41e6f485715524fa89e13253e669cc3b87f5301d1615cafca4d
@@ -123,7 +123,7 @@ class GSVersionApiProvider
123
123
  }
124
124
  response = @@client.request(:patch) do |req|
125
125
  req.url url
126
- req.body = json_params
126
+ req.body = json_params.to_s
127
127
  req.headers['Content-Type'] = 'application/json'
128
128
  end
129
129
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsVersioning
3
- VERSION = "0.3.14"
3
+ VERSION = "0.3.15"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-gs_versioning
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.14
4
+ version: 0.3.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - SAVeselovskiy