dragoon 0.0.8 → 0.0.9
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.
- data/README.md +1 -1
- data/dragoon.gemspec +1 -1
- data/lib/dragoon/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Dragoon
|
|
2
2
|
============
|
|
3
3
|
|
|
4
|
-
An IRC bot that
|
|
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
|
|
data/dragoon.gemspec
CHANGED
|
@@ -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
|
|
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
|
|
data/lib/dragoon/version.rb
CHANGED
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:
|
|
4
|
+
hash: 13
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
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:
|
|
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:
|