cinch-memo 0.1.1 → 0.1.2

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.
@@ -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