fastlane-plugin-pgyer_jvtd 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
  SHA256:
3
- metadata.gz: 8510aa01e7644449b1321d5fcfd86941124681fc52c77c3c57b44cead6c7a120
4
- data.tar.gz: 92f1be8275735184e75ed0c000ac1293190ee7e15c6deb40c42da7bf15297294
3
+ metadata.gz: 40c1c553345e74257f508dc4c02b0455fe9a5a2539d93fc5ae22365b380b3ebc
4
+ data.tar.gz: 989b8dd2043750a402ab23bc0e700a6ce2e4f8bc660d42667977b12971ed5833
5
5
  SHA512:
6
- metadata.gz: 7c99521e67bf626762ccf803788557a8cd6c218d0c44c6daa43028319e67266cc1664de9e644e8a6cf789da8064561bc6953cc0f58329dad4a009ea9fca425bb
7
- data.tar.gz: c0362971310f2f02bca8bc16ecc879a7377d99ee1386bd611090b7a7f184e5565d43880ec6f82e6e8a02c015ea5d216b9a7479881852b8ac963b12a30f447721
6
+ metadata.gz: cf6b5c97c670c7eb1e7c87ad4c632a3c6eaeae87225344ff80a6cb18d0524d4064b4bff72b50c3661a56a40f75bedf1a1226a340f19f4db05ebf19d4c9be1ef4
7
+ data.tar.gz: '08f14d26b48d0150c06fe56109dcda5780046a1d2db97c7c47de5b6629f1e2d603e55787b0c8b2a8927e00487391f7b073f16d8f8f02f03cf0aecf23e0b3e98d'
@@ -100,7 +100,7 @@ module Fastlane
100
100
  # 图标
101
101
  appIcon = "https://appicon.pgyer.com/image/view/app_icons/#{info['data']['appIcon']}"
102
102
  # 地址
103
- appUrl = "https://www.pgyer.com/#{info['data']['appShortcutUrl']"
103
+ appUrl = "https://www.pgyer.com/#{info['data']['appShortcutUrl']}"
104
104
 
105
105
  unless access_token.nil?
106
106
  DingBot.endpoint = 'https://oapi.dingtalk.com/robot/send'
@@ -121,6 +121,7 @@ module Fastlane
121
121
  )
122
122
  DingBot.send_msg(message)
123
123
  UI.success "Message send success."
124
+ else
124
125
  end
125
126
 
126
127
  end
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module PgyerJvtd
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-pgyer_jvtd
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
  - 陈磊的MacBook Pro