fastlane-plugin-gs_project_flow_ios 0.1.7 → 0.1.8

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: 90dcb15810b12ae079d9a89a9292f3916228a77d
4
- data.tar.gz: 4c1ab853fc086fbb3278dbc1e5f3f68382ce65f0
3
+ metadata.gz: 34c20d78f248946b5e113f66cf5e43f766715aa0
4
+ data.tar.gz: ad97818f623bbd6495c27632df2f3b0ca16b9706
5
5
  SHA512:
6
- metadata.gz: a7bdac2d0680e1dcca950796ec3c2e39b45fc3cce3cb7f0be0e966eec171a116289bf9ce74ac726ed97ae028f5b1b765f0ba5ddc9e4fa3445ca1db2d9f0a728d
7
- data.tar.gz: 136a493c92a2e4c16650472dd9bfed8a94f77ef03a1f871c6e233d5d3ae4321d08e3beddc2cda0e16e7156a747391cc97922d206a73c5373a92859f9cf73274f
6
+ metadata.gz: b95fc6bdb68a988d3b3ce8a2fc01f90894e0c2fefdba2b1edc031b98a886952b60287c7067bfd527b602880a8982fbe114383a3f24de560e25fff6e70d8ca3f5
7
+ data.tar.gz: 7ad58a0362f04ab7ca4c020501130cc94c8b60de091bc8b8b9f1e1208cbc395f038334503db7d6bf72d1d50ed00d13e01c80390de8140f6275ca515742a26b18
@@ -20,7 +20,7 @@ module Fastlane
20
20
  # CocoapodsAction.run(use_bundle_exec: false) #, clean: true, integrate: true, ansi: true)
21
21
  action = 'cocoapods'
22
22
  class_ref = Actions.action_class_ref(action)
23
- UI.message("class ref = "+class_ref)
23
+ UI.message("class ref = ")
24
24
  r = Runner.new
25
25
  r.execute_action(action, class_ref, [parameters])
26
26
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module GsProjectFlowIos
3
- VERSION = "0.1.7"
3
+ VERSION = "0.1.8"
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.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Сергей Веселовский