fastlane-plugin-trello 1.1.3 → 1.1.4

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: 18373041742b2f8685e96a736b941b0c60583ad4
4
- data.tar.gz: abc93ab3127227fe8e06adb5cf73e20379614c3c
3
+ metadata.gz: 81ee47af3c02790b9076b7497d802098610e2003
4
+ data.tar.gz: a065393b8f9ede2f6b38f0fac447b12e59ca6ee6
5
5
  SHA512:
6
- metadata.gz: e56718e5acd7bd76be965edf93774aea049721c5268268dc0fd846ebfa2921bce1925185b6009e71a3fa2e9727fc92304f780234a953705af9ab2316e0debf1b
7
- data.tar.gz: f12eae0cf8fa86cdbdec164c5d3ebff67248ae2275cc4aea08824f57ffe745b8ab695ab650b154399db64356cde152ea20f2372231572c0a509d221819cd53bd
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
- "Trello plugin for Fastlane"
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 plugin for Fastlane"
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,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Trello
3
- VERSION = "1.1.3"
3
+ VERSION = "1.1.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-trello
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oscar De Moya