fastlane-plugin-gs_project_flow_ios 0.3.15 → 0.3.16

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a7c6455fb90eec6bddaa52e7b12d04b593ffcd9
4
- data.tar.gz: 7d5cd20ac47111e3b2e6c69e29c4e00a845dae7f
3
+ metadata.gz: 5c0fd4c03ca2ac02f20c40667c33bc550499564a
4
+ data.tar.gz: 71332b5469583e98e3e81bf3f6bd1a35934b8ae9
5
5
  SHA512:
6
- metadata.gz: e5b6aa20c27ee60ca638226ea606d9ed7349d4a1f2a74ea0088642c98b405189215c05c5f3648932914fdaad2009ea1bcca3b0085e31296e395f465b1017d4da
7
- data.tar.gz: cd9d7f3b37dd9818433f4c6a0bf8ad9571b18afadf4a7a1f105374ac71529a1e958ce08ad797fe37bf4278b539dbd07b55803c05f3e2f3edf112d97c4129b2ea
6
+ metadata.gz: c6dd41c74251f353bd4b66754bfa3450334fc2c057960952e49574b1820918f9ae83d2b16f67f03fef0a75cddfa497e02a58e4dc28ebb373a784c6023880b955
7
+ data.tar.gz: 2ff6ee4df2a728b81a3eb959ffeb1712ea8b2e1deab869b14735fd6bc165720c2f37b12e3b647f2b338889a92a8aeb42533914999298eb9e1b5d55474baf6f76
@@ -29,7 +29,7 @@ module Fastlane
29
29
  testflight_changelog = ruText + "\n\n" + enText
30
30
  UI.message("changelog = " + testflight_changelog)
31
31
 
32
- appDescription = Helper::FileHelper.read (Dir.pwd + "fastlane/metadata/ru/description.txt")
32
+ appDescription = Helper::FileHelper.read (Dir.pwd + "/fastlane/metadata/ru/description.txt")
33
33
 
34
34
 
35
35
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.3.15"
3
+ VERSION = "0.3.16"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-gs_project_flow_ios
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.15
4
+ version: 0.3.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский