ellen 0.0.8 → 0.0.9

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: 203a4ce23b6169ee603f302c4cf4cb63c34aab9c
4
- data.tar.gz: a72e3c466c75837836ea97bc6c27045c01cbf200
3
+ metadata.gz: 68effc45fa07d901ab5c73e05ef6612af60896e7
4
+ data.tar.gz: c7118f7d04d83ba6d88d23e778b231754c29e186
5
5
  SHA512:
6
- metadata.gz: 65b6421c0d520df08c9f9b47477dd2fb5e493f6b73c7586a68b260a9397b6c1a180f65e4f45066473e272869e9ca3fb02585d7fc8f54efef18e6d17efb211673
7
- data.tar.gz: 0d27c7bad49d35166039e765cfeb61399456b9e31c68d0e08f1d08fcce071b3c412b3ff6fad9e49e3cc7cdb64eedf0b3e1a62a5a3714327a5db49e1f983079f3
6
+ metadata.gz: e678204e7c3106be6fc37334b281c54fe8f3e10ff4c71eba06cfd8d607d73884866f50a0925d023ce324d693faab5de7a496022b329326c7959b436bf59263fc
7
+ data.tar.gz: 469c183efdae2967d3ee15aff961fa85a15d9bf602fedfae6b8c4e953e0587f6327369894fe186c96298315e0c31561e73cba484425431da778cf28cfd779efc
@@ -1,3 +1,6 @@
1
+ ## 0.0.9
2
+ * Adapt mention name to `@<name>: <text>` format
3
+
1
4
  ## 0.0.8
2
5
  * Mount Brain
3
6
  * Change handler interface
data/README.md CHANGED
@@ -20,6 +20,7 @@ You can create your own handlers to add new behaviors from
20
20
 
21
21
  * [Ellen::Handlers::Help](https://github.com/r7kamura/ellen/blob/master/lib/ellen/handlers/help.rb)
22
22
  * [Ellen::Handlers::Ping](https://github.com/r7kamura/ellen/blob/master/lib/ellen/handlers/ping.rb)
23
+ * [Ellen::Handlers::Cron](https://github.com/r7kamura/ellen-cron)
23
24
  * [Ellen::Handlers::GoogleImage](https://github.com/r7kamura/ellen-google_image)
24
25
 
25
26
  ## Bundler
@@ -29,7 +29,7 @@ module Ellen
29
29
  if all?
30
30
  /\A#{pattern}/
31
31
  else
32
- /\A@?#{Regexp.escape(name)}\s*#{pattern}/
32
+ /\A@?#{Regexp.escape(name)}:?\s*#{pattern}/
33
33
  end
34
34
  end
35
35
  end
@@ -1,3 +1,3 @@
1
1
  module Ellen
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ellen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryo Nakamura
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-20 00:00:00.000000000 Z
11
+ date: 2014-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport