fastlane-plugin-jandi_webhook 0.1.4 → 0.1.5

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: faf43f8a7a3680dd01aeebbe38ed67584ae24cdb59335448677068dff282a576
4
- data.tar.gz: 9f1e3a08a1a68682482a87fe66aa87a20535239c9dfbcc95de9ef2620781418f
3
+ metadata.gz: '059c216d84bf8b56b78a4f8684c9f13a772d03af415cfaa2069e65187a1ad09e'
4
+ data.tar.gz: 93f724287bf48e4093dd1cd1f7709c32cc64f2acb2cfc4d799aca55db6aa3aeb
5
5
  SHA512:
6
- metadata.gz: 78bf5905c664ccd7c593f8c2b37821ef880109c6e4a8356dbf55899e22e24b547162c21450b5df934d36094ebe19751164f6958aa63945027f52a8fb677cd7cc
7
- data.tar.gz: 6059ff951686d537f87754d805d696f4b42c58e14913895e3de6852a785c962c1da4df60835451557eedb6cac48879a102fd244106c99f32089a5c4c981a682a
6
+ metadata.gz: 2cbaea087fe18d9d1494f6b85fdce5e4841301b8f337f9ce38ac29ac2d8cff008956ec542bfd0695dfc9069976f4fbeb25bbb41601c42116b00619a115d3db18
7
+ data.tar.gz: eba604dcc1d06daaca03628f73be7521549d1687987fd45b02216f02da1b4496857dd0adb7bb86753e6a821872e0186edffd9048b28677aa0663f54cd686aeb8
@@ -19,7 +19,7 @@ module Fastlane
19
19
  connectColor: "#ea002c",
20
20
  connectInfo: [
21
21
  {
22
- title: "App Tester를 확인해 주세요.",
22
+ title: "#{params[:deployService]}를 확인해 주세요.",
23
23
  description: "#{params[:version]} for #{params[:platform]}"
24
24
  }
25
25
  ]
@@ -81,6 +81,12 @@ module Fastlane
81
81
  description: "link",
82
82
  optional: true,
83
83
  type: String)
84
+
85
+ FastlaneCore::ConfigItem.new(key: :deployService,
86
+ env_name: "deployService",
87
+ description: "deployService",
88
+ optional: true,
89
+ type: String)
84
90
  ]
85
91
  end
86
92
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module JandiWebhook
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-jandi_webhook
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - respecu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-25 00:00:00.000000000 Z
11
+ date: 2020-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty