fastlane-plugin-dingtalk 0.1.2 → 0.1.3

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: 51a91de6d9ecb8ca8702788d02acd88381f8e87e
4
- data.tar.gz: e73a48754c0acfdb6edaad3ac2dfa555dd79fa32
3
+ metadata.gz: e0422d8700d021cafdbc63fb65da66b628494da1
4
+ data.tar.gz: 1a6cae13db8fb550979dd99d4bd915fc9e134bbc
5
5
  SHA512:
6
- metadata.gz: 8cc664939890213f002069a8e798256b6564999058198558c9246291f5367eba8f712f70d45c0c7d50b1e4d93f934e3d565c0cfc567a58bf7fd72a4778b646f0
7
- data.tar.gz: d5c69bade94c8e1cf70dcff1e32bd4f0ab62b4175c3cdb015319c0e590c143b42623961732613d3027ea67e7613fbee92e58eebdb98b654d77a35b8de0b04ebc
6
+ metadata.gz: 20b62e05dce80c1351f84d651d061aa496b7c0d0f0c4805e5b051475cfe0355d642ef254698461b1bb2d752e52cc0ca2764b6b9dc37f3e6299e445617eb9d2ba
7
+ data.tar.gz: dda207a632c23f0bf6855d00f496d0a3a87f260b74e2aa5fd8140d003ad46307deb7cf964df22cc88313d1ad6fd33d9344ccdf747db2c228d1815878b7e4da2d
@@ -12,14 +12,12 @@ module Fastlane
12
12
  message = params[:message]
13
13
  more_title = params[:more_title]
14
14
  more_url = params[:more_url]
15
- is_at_all = params[:is_at_all]
16
15
 
17
16
  DingBot.endpoint = 'https://oapi.dingtalk.com/robot/send'
18
17
  DingBot.access_token = access_token
19
18
 
20
19
  # Send ActionCard message
21
20
  message = DingBot::Message::WholeActionCard.new(title, message, more_title, more_url)
22
- message.isAtAll = is_at_all
23
21
 
24
22
  DingBot.send_msg(message)
25
23
 
@@ -74,13 +72,7 @@ module Fastlane
74
72
  description: "More URL",
75
73
  optional: false,
76
74
  default_value: "",
77
- type: String),
78
- FastlaneCore::ConfigItem.new(key: :is_at_all,
79
- env_name: "DINGTALK_IS_AT_ALL",
80
- description: "Is at all",
81
- optional: true,
82
- default_value: false,
83
- type: String)
75
+ type: String))
84
76
  ]
85
77
  end
86
78
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Dingtalk
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-dingtalk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kim Huang
@@ -123,7 +123,7 @@ dependencies:
123
123
  - !ruby/object:Gem::Version
124
124
  version: 2.61.0
125
125
  description:
126
- email: kim4apple@qq.com
126
+ email: kim4apple@gmail.com
127
127
  executables: []
128
128
  extensions: []
129
129
  extra_rdoc_files: []