slack_trello 0.8.0 → 0.8.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: 8df04c4eb8ae3c20b8072a8226bcfb23a7979595
4
- data.tar.gz: 23ec3022f43cd17b4fb14dc53d7764fe31c7aa4a
3
+ metadata.gz: 205bf05baf99a6f384f1ddba4aef39ed5acb9aef
4
+ data.tar.gz: 42dbbf201cf40698b34dc53aa049bf5828128bf7
5
5
  SHA512:
6
- metadata.gz: c030d68f9e90a9fcaf43fb95a28a44f43a66b89a0e92742eb3628c8d13ff6f03e4141f00b78aab122b8cf2c926600eb349c2c0d746763f99aa3c702d32ceedf0
7
- data.tar.gz: 7a9bcedbc8ad4f168e183610bbc1ce290a7f2c0040f6cd777aebb7a998ec7ea9d4b5f07acfa992e45af545822736a1b39d0c15effca89fdbe4a5512623a23ff2
6
+ metadata.gz: eb86f3883f58cef1d02fa4f6e7875fc1ce6471010b28669dafbbf789b5df71c1de868e93af07566543817f2e7bea0aa632cf950d5c534d81fc3241ca80ecc119
7
+ data.tar.gz: 302a5e3200bf39cdb5c573f7849e63c2451c5bebe9ede31cf2ab5c1f33eb475ea9326a9202bc2f8de3b82aaeba368b34f551539c1d0489298cc9f10ad728e3c3
@@ -24,10 +24,8 @@ module SlackTrello; module Commands; class Retro
24
24
  def help_message
25
25
  %{:cry: Invalid format
26
26
  Your message: #{text}
27
- Example: /card (trello_list) card title
27
+ Example: /retro (#{list_names.first}) blah blah blah
28
28
  Available list names: #{list_names.join(", ")}
29
- If the Trello list has spaces, replace them with underscores
30
- For example, Some List Name => some_list_name
31
29
  }
32
30
  end
33
31
 
@@ -1,3 +1,3 @@
1
1
  module SlackTrello
2
- VERSION = "0.8.0"
2
+ VERSION = "0.8.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slack_trello
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Powers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-22 00:00:00.000000000 Z
11
+ date: 2015-11-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler