fastlane-plugin-stream_actions 0.3.55 → 0.3.56

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
  SHA256:
3
- metadata.gz: 87b0964ecf7d347867b3ad0c3b6869b4a749076b0e016e282fd2a3ceadef33a8
4
- data.tar.gz: f125dcb17e7c76d95d24d63a4df687328f544c3bad307d293e07e69265bbf66c
3
+ metadata.gz: d249166cf95a7bdf05d9768a37900a29c56f60f49ab70d086aed41ec2295bd9e
4
+ data.tar.gz: c4305ec4380aeb992bcfc499209a337f6bc456172a368a7a7b338c87797aae8c
5
5
  SHA512:
6
- metadata.gz: 53a598c9988dee81ac28fbff75299eb3e4e2c6d3c37e5d47ab4d12ced9a0a861b791b6f0bc55e05b3a94fbce79277b9274d82816d9236a306e3a118031c1a42b
7
- data.tar.gz: df3d31772ba94a33e2838e164d5434d2e81709331b3354013860b76574f4fad6bb9d36772b921021915ba052e3ab1fb9818095ff804ef7c175ccb11ac53c54fd
6
+ metadata.gz: a6ed3d0525e720286e4bf440785c9827e9d65c99659b63aea1ead5e6bd9f0a5f407becf4939c6cbc7db1aa254e03561b0cf8406a27acfff02f1c8eda2b1b5825
7
+ data.tar.gz: de805cb4fe9d13202d144def9a64129027131413903f945aebdd567e835f753ee69d622010da8b9897b7461ca5d15d5480f2ab8ede370bc88bd41a152e64afcd
@@ -4,7 +4,7 @@ module Fastlane
4
4
  def self.run(params)
5
5
  UI.user_error!('Extension should be provided') unless params[:ext]
6
6
 
7
- untracked_files = sh('git status -s', log: false).split("\n").map(&:strip)
7
+ untracked_files = sh('git status -s').split("\n").map(&:strip)
8
8
  UI.important("Git Status: #{untracked_files}")
9
9
 
10
10
  deleted_files = select_files_from(files: untracked_files, with_extension: params[:ext], that_start_with: 'D')
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module StreamActions
3
- VERSION = '0.3.55'
3
+ VERSION = '0.3.56'
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.3.55
4
+ version: 0.3.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - GetStream