fastlane-plugin-fir_cli 2.0.7 → 2.0.8

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: 2b4b38dfaa25d0b4aa9c14f31c095d85e3687c5defbc24b682a6e883f3d6d9fa
4
- data.tar.gz: 5a8953d89c12d1fc791ce41621031f88c132a3aa3f01c5316c105c6ccc618906
3
+ metadata.gz: 861d8e0641d2c6f4da6d2a1b30f0256c5265cedaecc94b179d6df612e1cfe3e3
4
+ data.tar.gz: e6ecb7c1dc30b550d90ff6a855951d1a24a39ae039bd24440fa658f10c19a82b
5
5
  SHA512:
6
- metadata.gz: 177165b09a6251b9ee4c9e3fc0d8320fa59bec15914f8b72f6d4c46575ff86b33b8cd76fee8f8f40bd93f242d31f8f77606074f0e2f11bd23d924ea3c6875a99
7
- data.tar.gz: 4166c7c6e858fd8a94d41b4a1fba00898d4d398cdf81f3d438aea9dfe1b7d50874bb94af519da618832aa2bbe49aeedaa0b2cbc99b28d01d99711a6b5c39a1f1
6
+ metadata.gz: 48e59f883f882c550fbc1cdfa774326a9f543c492fcc352477226a21d8da603baff1c83f5a2bed06970be45734bc61753f5b61b722969ff544894d34952c8080
7
+ data.tar.gz: 3564aa7506b420b81461013074e1061c72db8e70dbac74215f56fdb507b5fb0de2f7be60b8ea6526458431a085f0a09d6ba30d84a8470a231104b310552ee2e9
@@ -26,7 +26,11 @@ module Fastlane
26
26
  switch_to_qiniu: params[:switch_to_qiniu],
27
27
  dingtalk_custom_message: params[:dingtalk_custom_message],
28
28
  dingtalk_at_phones: params[:dingtalk_at_phones],
29
- dingtalk_at_all: params[:dingtalk_at_all]
29
+ dingtalk_at_all: params[:dingtalk_at_all],
30
+
31
+ feishu_access_token: params[:feishu_access_token],
32
+ feishu_custom_message: params[:feishu_custom_message]
33
+
30
34
  }.reject {|_k, v| v.nil?}
31
35
  answer = FirHelper.publish(fir_args, options)
32
36
  UI.message("fastlane-plugin-fir_cli answer: #{answer}")
@@ -127,7 +131,15 @@ module Fastlane
127
131
  env_name: "FIR_DINGTALK_AT_ALL",
128
132
  description: "dingtalk at all people",
129
133
  type: Boolean,
130
- optional: true)
134
+ optional: true),
135
+ FastlaneCore::ConfigItem.new(key: :feishu_access_token,
136
+ env_name: "FIR_FEISHU_ACCESS_TOKEN",
137
+ description: "feishu_access_token",
138
+ optional: true),
139
+ FastlaneCore::ConfigItem.new(key: :feishu_custom_message,
140
+ env_name: "FIR_FEISHU_CUSTOM_MESSAGE",
141
+ description: "feishu custom message",
142
+ optional: true),
131
143
 
132
144
  ]
133
145
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module FirCli
3
- VERSION = "2.0.7"
3
+ VERSION = "2.0.8"
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.7
4
+ version: 2.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - atpking
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-14 00:00:00.000000000 Z
11
+ date: 2020-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fir-cli
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 2.0.7
19
+ version: 2.0.8
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 2.0.7
26
+ version: 2.0.8
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pry
29
29
  requirement: !ruby/object:Gem::Requirement