cinch-memo 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -24,8 +24,8 @@ module Cinch
24
24
  end
25
25
  end
26
26
 
27
- match %r{memo (\S*) (.*)}, :method => :store_message
28
- match %r{memo\?}, :method => :get_message
27
+ match %r{memo (.+?) (.+)}, :method => :store_message
28
+ match "memo?", :method => :get_message
29
29
 
30
30
  listen_to :join
31
31
 
@@ -1,7 +1,7 @@
1
1
  module Cinch
2
2
  module Plugins
3
3
  module Memo
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 1
9
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Arthur Chiu