ruboty-response 1.1.0 → 1.1.1

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: a35bed6b5959dcee4da3803d93a4f0d2671b17e6
4
- data.tar.gz: ef1cf0323809bfd8ea36934855a2da903906f003
3
+ metadata.gz: af035575e77e606d90e40681507ba28d4577a102
4
+ data.tar.gz: b9360d3881e73c3be15e20a414c1c1010c4a49f6
5
5
  SHA512:
6
- metadata.gz: ef091a4f81f6a4f0ec4a876eb376d5ae60a83c50fdfb257b7db961402834dfa34e1f3200b29642c56a279a1f43fe4268c95a1192d99dc7920ce4ad99d5a9be71
7
- data.tar.gz: 114e156b266de488dd51d8f6c39e13695ce3cd089f41f068b2e6dc9aa269af2df134f6aa72cb3fe424f2054dbac472b62089f0031b21f4b4ae6f93f009c66a9b
6
+ metadata.gz: 6d1b8ea2f7806c227d9d253b455b91e51d4b1753922f6e41d6946d8e6ed4df2c9a7dc1605d4da2520d8ef7b85f6969eacb336b152a660306cbc5c3cb09752a34
7
+ data.tar.gz: 5d5807a2f53e1fc76d39ed37bd02d3115c70f33a2dac02f476f176ffabf9b893b706ccf5cd49184be3c2d9964546a7ed568bd3a0761d81bddbfa2b0b062af1e5
data/README.md CHANGED
@@ -18,10 +18,6 @@ gem 'ruboty-response'
18
18
  @ruboty delete response <id>
19
19
  ```
20
20
 
21
- If you would like to run a shell command, you need to surround it in back quotes.
22
-
23
- e.g. ``@ruboty add response /^time$/ `date```
24
-
25
21
  ## Example
26
22
 
27
23
  ```
@@ -30,9 +26,4 @@ Response 533 is registered.
30
26
  > foo
31
27
  bar
32
28
  > fooo
33
- >
34
- > @ruboty add response /^time$/ `ruby -e 'puts Time.now.to_s'`
35
- Response 464 is registered.
36
- > time
37
- 2014-11-20 14:00:00 +0900
38
29
  ```
@@ -1,5 +1,5 @@
1
1
  module Ruboty
2
2
  module Response
3
- VERSION = '1.1.0'
3
+ VERSION = '1.1.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruboty-response
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - kaihar4