fastlane-plugin-gs_project_flow_ios 0.3.0 → 0.3.1

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: 5b4419a926b588dc6229686c71f696f229421724
4
- data.tar.gz: 2fd3e1e5a46c74b2f1c72cdc18dca7f621c030c1
3
+ metadata.gz: 499c77fc1afb2caa17704c3da0a1202930e5811a
4
+ data.tar.gz: 47bd7aed68b89606af66365a92b31891455230f6
5
5
  SHA512:
6
- metadata.gz: c7cb036dedea46ea92df89a30b9e511ba62c93819ba244f60bbd4c50cabc86eea34348e8eca7f6985ca438430106ad1acd5726f4498adb68dc8e6f829ce2418f
7
- data.tar.gz: b29122a76ee3ffaa051c52addca79152acef35fc7ae6be305bb26d06df0178934246cf8c978a1cba996d75d2049dae6c1b0ca45926d400384f8b896308532726
6
+ metadata.gz: eb58997a1055727978ab4ee0a296a53a4c8da7239563d01e5824fb119429552d252791cf19724fa4cb7474b34c52106ba04500f6634951b68ac8a49cabae84ea
7
+ data.tar.gz: fe817eac11656237b9cd2ce0d222d32735ab1b4ec816cc9b7f121eae57a66bfa649aba90b354ea676a4abf7de26a2a63df08505836f7031a158826e1099b4d1d
@@ -31,11 +31,11 @@ module Fastlane
31
31
  current_time = DateTime.now
32
32
  time_string = current_time.strftime "%d.%m.%Y %H-%M"
33
33
  crashlytics_changelog = time_string + "\n" + ruText + "\n\n" + enText
34
- Dir.chdir ".." do
34
+ # Dir.chdir ".." do
35
35
  UI.message(Dir.pwd)
36
36
  sh "chmod 744 ./DeleteDerrivedData.sh"
37
37
  sh Dir.pwd+"/DeleteDerrivedData.sh"
38
- end
38
+ # end
39
39
 
40
40
  Actions::GymAction.run(FastlaneCore::Configuration.create(GymAction.available_options,{scheme: ENV["APP_SCHEME"],
41
41
  export_method:"ad-hoc"})) # Build your app - more options available
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.3.0"
3
+ VERSION = "0.3.1"
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.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский