fastlane-plugin-accessibility_test 0.1.8 → 0.1.9
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7f0ff34abf496f84ac08b4c892042063cefa4fa46286b10f5deafc13d35016cb
|
4
|
+
data.tar.gz: 1ba5c0a3d7bab4b5c37bd55cd48d8badd586a244ef9bc689c4c198aa79c0c268
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 366baf037ce5b222e4baf6b3e704cac7b77d5b8fa5f2aaedb969ebc076323a14226b5398611bfcf2ae2d7b299cc2afee3b77d219e0ae2788581aa291b2304c39
|
7
|
+
data.tar.gz: f5b147729eb17d8d080cc5e8f445c3a1f8731c597005845770effbcfcbe41167064c5c16cc2bdfa1c696cda7b92acb67ca233c484a8958099632bb70d75d44b0
|
@@ -10,7 +10,7 @@ module Fastlane
|
|
10
10
|
JSON.parse(res.body)
|
11
11
|
.select {|comment| comment["body"].start_with?(comment_prefix)}
|
12
12
|
.each {|comment|
|
13
|
-
body = "<details><summary>#{summary}</summary>\n#{comment["body"]}\n\n</details>\n"
|
13
|
+
body = "<details><summary>#{summary}</summary>\n\n#{comment["body"]}\n\n</details>\n"
|
14
14
|
patch_comment(github_owner, github_repository, comment["id"], body, github_api_token)
|
15
15
|
}
|
16
16
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane-plugin-accessibility_test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Takeshi Tsukamoto
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-09-
|
11
|
+
date: 2019-09-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-protobuf
|