fastlane-plugin-trello 1.1.3 → 1.1.4
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 81ee47af3c02790b9076b7497d802098610e2003
|
|
4
|
+
data.tar.gz: a065393b8f9ede2f6b38f0fac447b12e59ca6ee6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cefb52a66e5b5caf6c148f377090e93a4f066e78ff1e5feba83778dd30246a4efc494be170e5005211135c41e6fcc8d65e101166ce69e6d9b8cf0411cbb2979d
|
|
7
|
+
data.tar.gz: b197ed060337c9d9342acc8a224d4b77ab1da829065f7314df4fdcdd58d4c13f15571b9d1092e248c63519327fb42a435718a8dc2b4747be7312eed9d0bd8622
|
|
@@ -51,7 +51,7 @@ module Fastlane
|
|
|
51
51
|
end
|
|
52
52
|
|
|
53
53
|
def self.description
|
|
54
|
-
"
|
|
54
|
+
"Adds a comment to a given Trello card"
|
|
55
55
|
end
|
|
56
56
|
|
|
57
57
|
def self.authors
|
|
@@ -62,10 +62,6 @@ module Fastlane
|
|
|
62
62
|
# If your method provides a return value, you can describe here what it does
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
def self.details
|
|
66
|
-
"Plugin for moving a trello card to a given list"
|
|
67
|
-
end
|
|
68
|
-
|
|
69
65
|
def self.available_options
|
|
70
66
|
[
|
|
71
67
|
FastlaneCore::ConfigItem.new(key: :api_key,
|
|
@@ -68,7 +68,7 @@ module Fastlane
|
|
|
68
68
|
end
|
|
69
69
|
|
|
70
70
|
def self.description
|
|
71
|
-
"Trello
|
|
71
|
+
"Moves a Trello card to a given list"
|
|
72
72
|
end
|
|
73
73
|
|
|
74
74
|
def self.authors
|
|
@@ -79,10 +79,6 @@ module Fastlane
|
|
|
79
79
|
# If your method provides a return value, you can describe here what it does
|
|
80
80
|
end
|
|
81
81
|
|
|
82
|
-
def self.details
|
|
83
|
-
"Plugin for moving a trello card to a given list"
|
|
84
|
-
end
|
|
85
|
-
|
|
86
82
|
def self.available_options
|
|
87
83
|
[
|
|
88
84
|
FastlaneCore::ConfigItem.new(key: :api_key,
|