flappy-cli 0.3.1 → 0.3.2

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: a1086e4b43f633518f005bad3a0f9db98084d55b793c3007032a64b1827655f5
4
- data.tar.gz: 880dec89c82b5317e307fa500e47b6950fe9b45173de99b1fbb4ff6bba4e637b
3
+ metadata.gz: aa0179e6d12baf25f52b775ba357c9066aeb9a7b2b32004369eb81a36e374661
4
+ data.tar.gz: 16024d7c570824eab7ec5783b4f0ddeb0c08dadf4c5661fa4197f0a6f82aa176
5
5
  SHA512:
6
- metadata.gz: 609215c84b9f444c9e205026e8bf7e4b514b7e1067e2331d5e0c903043b7af755de1d51b5b3996047212c666bda1ccab7077227b498f3a7174adce81a7858fec
7
- data.tar.gz: 0d216d6caec928c60e7b6753b1e71486e55946302fb374925a7089bbd9683026fc822590d46b9c4c91147b3e5fd102dddc662938fb38362bb6c3b69848ba0af0
6
+ metadata.gz: 50214aff16f49fe073011092b583b3b1556ed03448d41d2bef5672643391e8557cb2e5ad35b57af97966668b2f0ffcb9053505845d9eeacc70a6103d8f6aee12
7
+ data.tar.gz: de5e2c97ebf9ff7a845c610071dff1ce12704703b03afe122896c4b4ef92afe57c500b5ad304abd24ff5715778201316fb8b007c558c2a11ee96f86234386a68
data/lib/flappy/cli.rb CHANGED
@@ -27,8 +27,8 @@ module Flappy
27
27
  method_option :branch, type: :string, aliases: '-B', desc: 'Set branch if project is a git repo, the default is `master`'
28
28
  method_option :output, type: :string, aliases: '-o', desc: 'APK output path, the default is: BUILD_DIR/build/outputs/apk'
29
29
  method_option :publish, type: :boolean, aliases: '-p', desc: 'true/false if publish to fir.im'
30
- method_option :flavor, type: :string, aliases: '-f', desc: 'Set flavor if have productFlavors'
31
- method_option :debug, type: :boolean, aliases: '-d', desc: 'Set buildType if debug or release', default: false
30
+ method_option :productFlavor, type: :string, aliases: '-f', desc: 'Set flavor if have productFlavors'
31
+ method_option :buildType, type: :boolean, aliases: '-d', desc: 'Set buildType if debug or release', default: false
32
32
  method_option :short, type: :string, aliases: '-s', desc: 'Set custom short link if publish to fir.im'
33
33
  method_option :name, type: :string, aliases: '-n', desc: 'Set custom apk name when builded'
34
34
  method_option :changelog, type: :string, aliases: '-c', desc: 'Set changelog if publish to fir.im, support string/file'
@@ -6,7 +6,7 @@ module Flappy
6
6
  def build_apk(*args, options)
7
7
 
8
8
  set_flavor(options)
9
- check_not_set_flavor
9
+ # check_not_set_flavor
10
10
 
11
11
  initialize_build_common_options(args, options)
12
12
 
@@ -1,3 +1,3 @@
1
1
  module Flappy
2
- VERSION = '0.3.1'
2
+ VERSION = '0.3.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flappy-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - warmwei818, yangyao