earthquake 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -23,6 +23,7 @@ TODO
23
23
  * plugin system
24
24
  * filter
25
25
  * reconnect
26
+ * show more events
26
27
 
27
28
  Copyright
28
29
  ----
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
data/earthquake.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{earthquake}
8
- s.version = "0.1.0"
8
+ s.version = "0.1.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["jugyo"]
@@ -19,8 +19,8 @@ module Earthquake
19
19
  end
20
20
 
21
21
  # update
22
- command %r|^[^/]+| do |m|
23
- twitter.update(m[0]) if confirm(m[0])
22
+ command %r|^[^/].*| do |m|
23
+ twitter.update(m[0]) if confirm("'#{m[0]}'")
24
24
  end
25
25
 
26
26
  command %r|^/reply (\d+)\s+(.*)|, :as => :reply do |m|
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: earthquake
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.0
5
+ version: 0.1.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - jugyo