fastlane-plugin-flutter 0.1.5 → 0.1.6

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: 6aac05e5f85a6ca9f1c4235db221b07b0f385e53
4
- data.tar.gz: '068ecc8e86d8aed24453d19efaa50d65f55b3a7c'
3
+ metadata.gz: 23f9fd114709763b7576dd3ba3fd2ce97c590969
4
+ data.tar.gz: 1d59fa932dadb4327b25d1bc1bc123f6f5de65bc
5
5
  SHA512:
6
- metadata.gz: 8a9ab07250b5a40522cf007c9f71c06245a50f9148780372f2bc47ba94628526931e46eda29593022687c8428ef5aa7a334d5de5b6a89859f449985f3c87d219
7
- data.tar.gz: f0d490c621006b1815d14d71dee4c834486476aec6fb3d4d326721eb4d9e927bf40fe03e552954549ac9738bb65f2337793c5ff1b0668b65117501c7a99e393b
6
+ metadata.gz: 512074affe3b3e76bc1f7d4d9d6b06ea06d134334f9ee6b8ecd11338c06af9a4adc604ba402adc710ea8a196d60a2fb33c6565e19e389814a83d0217f0268cb3
7
+ data.tar.gz: ff7e5107b022be042d03d304a1c5ad2d8a5b1ef40cc5b435d24d3e1d4e4ec084d0539fa25fc20d432c0da29389ef6d431d29ff12401d24f790dfb662d3ccfe79
@@ -49,6 +49,9 @@ module Fastlane
49
49
  lane_context[FLUTTER_TO_OUTPUT[platform]] = built_file
50
50
  end
51
51
  end
52
+ else
53
+ # fastlane does not fail automatically if we provide a block.
54
+ UI.user_error! "flutter build #{platform} has failed."
52
55
  end
53
56
  end
54
57
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Flutter
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-flutter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Sheremet
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-15 00:00:00.000000000 Z
11
+ date: 2018-04-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry