fastlane-plugin-fir_cli 2.0.1.2 → 2.0.1.3

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: 0be02920e7dedf8123cac707cc2ee3113e70dfe28a8c34d25e603e78ad20508c
4
- data.tar.gz: 74dccb75176a4563b132b456e22eed9e983d0aaefc92f51f242a4d6fee6f883e
3
+ metadata.gz: c1196a13103552799e09f6272e7f4a772a8621bf247ddd90216074759a3a46a1
4
+ data.tar.gz: e2f431b246592c54a37c0ee667965125d11600d24295f6c1bc84acce17c4332b
5
5
  SHA512:
6
- metadata.gz: 9547351056beb5a49c2bd0cbb0de6d9a74a76f4cc4c22c59fd96564044065621df4d3e4c00e420d33ad79536d5254bfa93c2fdf7a7e7ed711224a25053fee866
7
- data.tar.gz: 0bdd1f6a5bbab855eb11caa6f2e35a96ec2feb08b1bdc904a9e2847fe123985ace27e7fafc9c8e6d5182c1667adbbe6ba3cdfa958391562cb45476c267f17ae1
6
+ metadata.gz: 7f700030ccf6883b5da2846f7f3d3364bc597c412beba62be25d141d7081279eb90c0150166af46b53d31514fec5b6e548fa52f24b17a4018e9f1dd6f7bd1951
7
+ data.tar.gz: 02faeb1f75683597e9bcbfea6eec76f22a5b4cd238a6b012e7b9ee53b48ef18e06c1e4716a82b340f93e8464d47e8fac0fa7fdf10d66e2d1e5e503e920b39e6c
data/README.md CHANGED
@@ -30,7 +30,7 @@ run `fastlane action fir_cli` in terminal to lookup the details.
30
30
  +-------------------------+------------------------------------------+-----------------------------+---------+
31
31
  | api_token | A description of your option | FIR_CLI_API_TOKEN | |
32
32
  | specify_file_path | FILE APP PATH | FIR_SPECIFY_FILE_PATH | |
33
- | short | fir short | FIR_APP_short | |
33
+ | short | fir short | FIR_APP_SHORT | |
34
34
  | force_pin_history | pin this release to download page | FIR_APP_FORCE_PIN_HISTORY | false |
35
35
  | skip_update_icon | skip upload icon | FIR_APP_SKIP_UPDATE_ICON | false |
36
36
  | specify_icon_file | APP ICON FILE PATH | FIR_SPECIFY_ICON_FILE_PATH | |
@@ -38,7 +38,7 @@ run `fastlane action fir_cli` in terminal to lookup the details.
38
38
  | open | true/false if open for everyone | FIR_APP_OPEN | true |
39
39
  | password | Set password for app | FIR_APP_PASSWORD | |
40
40
  | switch_to_qiniu | switch to qiniu upload | FIR_SWITCH_TO_QINIU | false |
41
- | need_release_id | would build download url with release id | fir_need_release_id | false |
41
+ | need_release_id | would build download url with release id | FIR_NEED_RELEASE_ID | false |
42
42
  | dingtalk_access_token | dingtalk_access_token | FIR_DINGTALK_ACCESS_TOKEN | |
43
43
  | dingtalk_custom_message | dingtalk custom message | FIR_DINGTALK_CUSTOM_MESSAGE | |
44
44
  +-------------------------+------------------------------------------+-----------------------------+---------+
@@ -60,7 +60,7 @@ module Fastlane
60
60
  default_value: nil,
61
61
  optional: true),
62
62
  FastlaneCore::ConfigItem.new(key: :short,
63
- env_name: "FIR_APP_short",
63
+ env_name: "FIR_APP_SHORT",
64
64
  description: "fir short",
65
65
  optional: true),
66
66
  FastlaneCore::ConfigItem.new(key: :force_pin_history,
@@ -102,7 +102,7 @@ module Fastlane
102
102
  type: Boolean,
103
103
  optional: true),
104
104
  FastlaneCore::ConfigItem.new(key: :need_release_id,
105
- env_name: "fir_need_release_id",
105
+ env_name: "FIR_NEED_RELEASE_ID",
106
106
  description: "would build download url with release id",
107
107
  default_value: false,
108
108
  type: Boolean,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FirCli
3
- VERSION = "2.0.1.2"
3
+ VERSION = "2.0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-fir_cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1.2
4
+ version: 2.0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - atpking
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-16 00:00:00.000000000 Z
11
+ date: 2019-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fir-cli