fastlane-plugin-trello 0.1.0 → 1.1

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: 283790678f04424d1cda6f16b0bcd349acd4eb8d
4
- data.tar.gz: 37a1032fc82c4d2ad3ab071a45f6598ca5116daf
3
+ metadata.gz: f457b41a445cdc3121e70a6b94528d46b5455c15
4
+ data.tar.gz: 3b319ba30944ff47103b3d01ddd3bac143a692ea
5
5
  SHA512:
6
- metadata.gz: e89ab9e2c6c0511905a9e4573f02988fbbcdbc323985294aed2495824e01ab73ea8c2f26c1e1e20f96c53342e53378e18a02381bfec5827765762e06f5ce11dd
7
- data.tar.gz: a792beaa2356c1c16bf98e2c1186963b9848b6e586f3a241ae3a2c90d2e0daccc4a2a6c90256365f5689483b89cab677fdb41464455905339ffe43c67cfbe523
6
+ metadata.gz: 300f60ee7dabdd13e6907fd34d50368fc76a74d9579e6b7b8f744ecf065584d2c84b9f1e9fc186f3d87b2389d3091e7f1f1dadd6d4c73088578fb7f4b3268ae5
7
+ data.tar.gz: 67b2059d1638cc1bf4fc4bfc54a3d2cdd8ff606073651891563016302e9f2805bcfc5e72a19f66c4da34546a7623e4781e730cee006155adeef51bd1f089e1b1
data/README.md CHANGED
@@ -14,7 +14,39 @@ fastlane add_plugin trello
14
14
 
15
15
  Fastlane plugin for moving a trello card to a given list
16
16
 
17
- **Note to author:** Add a more detailed description about this plugin here. If your plugin contains multiple actions, make sure to mention them here.
17
+ ### Available Actions
18
+
19
+ #### Move Card
20
+
21
+ Use `trello` to move a card to a given list.
22
+
23
+ **Usage:**
24
+
25
+ ```
26
+ trello(
27
+ api_key: "a1B2c3D4a1B2c3D4a1B2c3D4",
28
+ api_token: "a1B2c3D4a1B2c3D4a1B2c3D4a1B2c3D4a1B2c3D4a1B2c3D4",
29
+ board_id: "a1B2c3D4",
30
+ list_name: "Done",
31
+ card_number: 123
32
+ )
33
+ ```
34
+
35
+ #### Add Comment
36
+
37
+ Use `trello_comment` to add a comment to a given card.
38
+
39
+ **Usage:**
40
+
41
+ ```
42
+ trello_comment(
43
+ api_key: "a1B2c3D4a1B2c3D4a1B2c3D4",
44
+ api_token: "a1B2c3D4a1B2c3D4a1B2c3D4a1B2c3D4a1B2c3D4a1B2c3D4",
45
+ board_id: "a1B2c3D4",
46
+ card_number: 123,
47
+ text: "This is a comment"
48
+ )
49
+ ```
18
50
 
19
51
  ## Example
20
52
 
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module Trello
3
- VERSION = "0.1.0"
3
+ VERSION = "1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-trello
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: '1.1'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Oscar De Moya
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-25 00:00:00.000000000 Z
11
+ date: 2019-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry