dragoon 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  Dragoon
2
2
  ============
3
3
 
4
- An IRC bot that alerts you whenever certain keywords pop up in your favorite channels. Notifications are displayed via growl if supported or text highlights on the terminal.
4
+ An IRC bot that will listen to multiple networks/channels and alert you whenever your specified keywords come up. Immediate notification is enabled via growl, and you could also check the console output (with the keywords highlighted) whenever you want.
5
5
 
6
6
  Listening to multiple network connections is supported via IO.select()
7
7
 
@@ -9,7 +9,7 @@ Gem::Specification.new do |s|
9
9
  s.email = ["redge.tan@gmail.com"]
10
10
  s.homepage = "https://github.com/redgetan/dragoon"
11
11
  s.summary = %q{IRC bot for keyword notification }
12
- s.description = %q{An IRC bot that alerts you whenever certain keywords appear in your favorite channels }
12
+ s.description = %q{An IRC bot that listens to multiple networks/channels for keyword occurences}
13
13
 
14
14
  s.rubyforge_project = "dragoon"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module Dragoon
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dragoon
3
3
  version: !ruby/object:Gem::Version
4
- hash: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 8
10
- version: 0.0.8
9
+ - 9
10
+ version: 0.0.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Reginald Tan
@@ -87,7 +87,7 @@ dependencies:
87
87
  version: "0"
88
88
  type: :runtime
89
89
  version_requirements: *id005
90
- description: "An IRC bot that alerts you whenever certain keywords appear in your favorite channels "
90
+ description: An IRC bot that listens to multiple networks/channels for keyword occurences
91
91
  email:
92
92
  - redge.tan@gmail.com
93
93
  executables: