fastlane-plugin-flutter 0.1.11 → 0.1.12

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: 42310ba7cef740d4b5c694e44ad5f119263e841e
4
- data.tar.gz: cbb4a3b8111848feb4fe7d4deddf8de07b4992fe
3
+ metadata.gz: 4a5c9b9a28e41593a86173cdbaf70d207af1ab6e
4
+ data.tar.gz: d1856be81db8b2ee23d1256a5f66a192d5ffec48
5
5
  SHA512:
6
- metadata.gz: 52f61bba91360389b45e990692126ca27b89f14de1951c6c2d9e860df4322f63c64effc0320d3f3e4d710e650bd025e5ef2ce0afc4144db4860c78ccdd3b9e4d
7
- data.tar.gz: 84a1b321c6327daeea49a6970d4099bd3fecbd6002f5cf0ccc69327c621990c940db4d72bdb63169456f23d5ebf983ca22f707c24f90c27225307d3bd3d4209a
6
+ metadata.gz: 1bf04d9031d6be50a97208d83b12fbf6c381a9add3399c470ba0d436070bfea728451b38de8ca7675d707b40e6e5ffdec732e5c3ac325f9848bae06fd3d1dc86
7
+ data.tar.gz: 31f77407265132eef039c6b91ee104d2e5ef5d6569aef1422834dade4221e7dae202b9c9b1b8250c0c690cb0ed72f6efbcdb6312ba15f2a8800ab1ba1ae4200d
@@ -81,8 +81,9 @@ module Fastlane
81
81
 
82
82
  extract_to_arb_options = ["--output-dir=#{output_dir}"]
83
83
  if params[:l10n_strings_locale]
84
- extract_to_arb_options =
85
- ["--locale=#{params[:l10n_strings_locale]}"]
84
+ extract_to_arb_options.push(
85
+ "--locale=#{params[:l10n_strings_locale]}"
86
+ )
86
87
  end
87
88
 
88
89
  sh *%w(flutter pub pub run intl_translation:extract_to_arb),
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Flutter
3
- VERSION = "0.1.11"
3
+ VERSION = "0.1.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-flutter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Sheremet