fastlane-plugin-gs_project_flow_ios 0.3.2 → 0.3.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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 967a66f46d212f1b9213378a975b70043d392d89
4
- data.tar.gz: 4697c3b6b592ad9d005695a8d121670820bdb8f8
3
+ metadata.gz: 32583e300f56d7d3bdb4e450881a2ba7b2579ab1
4
+ data.tar.gz: a3ac6e10684f2de7b5226d801e20ca5648ff9924
5
5
  SHA512:
6
- metadata.gz: 135273aa04ea57e47aa77a4a33dba2ef54ff8926153036145b299a8a5ef0b31cf5ac8a28ef669934065802cf68e3393c33019e8a35a7a46800e5b43513aafe06
7
- data.tar.gz: 1044cd6a15bcf1e322fe66c7c82aeac58e2822912cb1366ac1c1295f438ec9df4769f04a7bb79ce4cc95c9a03ed2fb7d92dbd7f4e971b245ef791ba6d3b6e7c4
6
+ metadata.gz: 789b73b107ffe56e3caffc1a7a84d5ce2f6d20a9b586fee1301598e135a4348a1fce574effcdd5bed2087556cfaa395a0d82781280b92ced71ea8df47cdc4d9e
7
+ data.tar.gz: 671b8b9ef82000aca980958c42cfa28c64d7e7a9bade0add2d25365769925d7d65c5f6c1f74fbde768635367b6f7854dc43c02c962a9ade1f8ee3af482c43ee2
@@ -44,7 +44,7 @@ module Fastlane
44
44
  groups: ENV["CRASHLYTICS_GROUPS"]}))
45
45
 
46
46
 
47
- Actions::GsSaveBetaVersionAction.run(FastlaneCore::Configuration.create(GsSaveBetaVersionAction.available_options,{path:Helper::GsProjectFlowIosHelper.get_versions_path}))
47
+ Actions::GsSaveBetaVersionAction.run(FastlaneCore::Configuration.create(GsSaveBetaVersionAction.available_options,{version:v, path:Helper::GsProjectFlowIosHelper.get_versions_path}))
48
48
  UI.success("✅ App is released to Crashlytics")
49
49
  # # You can also use other beta testing services here (run fastlane actions)
50
50
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.3.2"
3
+ VERSION = "0.3.3"
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.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский