fastlane-plugin-stream_actions 0.2.6 → 0.2.7

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
  SHA256:
3
- metadata.gz: 376e8f9f27e8dd18aa0270c546c129595159ece0826bcd8bddde69dabb45f1ef
4
- data.tar.gz: 1322c7d10eefdbdd768d85f25fb496095b2ccec0d813242e8807d76e124a2da5
3
+ metadata.gz: ce8fcaa508362a2c52b5e9c5afc5a1c8263a48701087170ea67eec8a33484059
4
+ data.tar.gz: c8e53e7fd466393bd091116485c7ab3e4221df602a311b76289d46aa69d65dda
5
5
  SHA512:
6
- metadata.gz: a5401b35f330d20f62faa16d8d5cb9de202495c7f0fd3f06efd5645a48bf1b4e132cc4fbc7d20aeecf9ab88dd381a82f67ea05cc0edad44109b410154df11aab
7
- data.tar.gz: 2ee465621d54c09cb6e1b7dd5c37f0429ec2f80e7033d3e0a78c77db3b41fff389dc8238cda2b9f315f9dd74d782766aff99c87c30a7189ae1384cdf8f5acb51
6
+ metadata.gz: bb27ade0c8c605bfab2eafa935553a1499928e0cd440b5ed0c87440a4a769711fe4499b57d3f11e7a108b75370f8717923713db77a68d721860354ede06c4670
7
+ data.tar.gz: 14b94ac5bfa62d79e8c3bbab4d87feda48aafdc4a5f102dcd3eb2e7c58c582ebd90df6b4f92692b32da43f06f08dc61cca9ec9c390140405787516a0fa382c29
@@ -10,7 +10,7 @@ module Fastlane
10
10
  other_action.pod_push(path: params[:podspec], allow_warnings: true, synchronous: params[:sync])
11
11
  rescue StandardError => e
12
12
  UI.message(e)
13
- if e.include?('Unable to accept duplicate entry')
13
+ if e.message.include?('Unable to accept duplicate entry')
14
14
  UI.message("pod_push passed for #{params[:podspec]} on previous run. Skipping further attempts.")
15
15
  else
16
16
  UI.message("pod_push failed for #{params[:podspec]}. Waiting a minute until retry for trunk to get updated...")
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = "0.2.6"
3
+ VERSION = "0.2.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-stream_actions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - GetStream