kirby 4.2 → 4.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data.tar.gz.sig +0 -0
- data/CHANGELOG +2 -0
- data/README +7 -4
- data/kirby.gemspec +3 -3
- data/lib/kirby.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +1 -2
data.tar.gz.sig
CHANGED
Binary file
|
data/CHANGELOG
CHANGED
data/README
CHANGED
@@ -5,9 +5,11 @@ A super-clean IRC bot.
|
|
5
5
|
|
6
6
|
== License
|
7
7
|
|
8
|
-
Copyright 2007 Cloudburst, LLC. See included LICENSE file.
|
8
|
+
Copyright 2007, 2008 Cloudburst, LLC. Licensed under the AFL 3. See the included LICENSE file.
|
9
9
|
|
10
|
-
The public certificate for
|
10
|
+
The public certificate for the gem is here[http://rubyforge.org/frs/download.php/25331/evan_weaver-original-public_cert.pem].
|
11
|
+
|
12
|
+
If you like this software, please {make a donation}[http://blog.evanweaver.com/donate/], or {recommend Evan}[http://www.workingwithrails.com/person/7739-evan-weaver] at Working with Rails.
|
11
13
|
|
12
14
|
== Features
|
13
15
|
|
@@ -44,11 +46,12 @@ See the Kirby class for in-channel commands.
|
|
44
46
|
|
45
47
|
You can use a crontask to keep Kirby alive at all times. For example:
|
46
48
|
|
47
|
-
* * * * * bash -c 'cd /working/directory; kirby mynick mychannel irc.freenode.net
|
49
|
+
* * * * * bash -c 'cd /working/directory; kirby mynick mychannel irc.freenode.net \
|
50
|
+
--daemon --log --silent &> /dev/null'
|
48
51
|
|
49
52
|
== Reporting problems
|
50
53
|
|
51
|
-
|
54
|
+
The support forum is here[http://rubyforge.org/forum/forum.php?forum_id=13984].
|
52
55
|
|
53
56
|
Patches and contributions are very welcome. Please note that contributors are required to assign copyright for their additions to Cloudburst, LLC.
|
54
57
|
|
data/kirby.gemspec
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
|
2
|
-
# Gem::Specification for Kirby-4.2
|
2
|
+
# Gem::Specification for Kirby-4.2.1
|
3
3
|
# Originally generated by Echoe
|
4
4
|
|
5
5
|
Gem::Specification.new do |s|
|
6
6
|
s.name = %q{kirby}
|
7
|
-
s.version = "4.2"
|
7
|
+
s.version = "4.2.1"
|
8
8
|
|
9
9
|
s.specification_version = 2 if s.respond_to? :specification_version=
|
10
10
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
12
12
|
s.authors = [""]
|
13
|
-
s.date = %q{
|
13
|
+
s.date = %q{2008-01-30}
|
14
14
|
s.default_executable = %q{kirby}
|
15
15
|
s.description = %q{A super-clean IRC bot with sandboxed Ruby evaluation, svn watching, and link-logging to del.icio.us.}
|
16
16
|
s.email = %q{}
|
data/lib/kirby.rb
CHANGED
@@ -82,7 +82,7 @@ class Kirby
|
|
82
82
|
log "<#{nick}> #{msg}"
|
83
83
|
if !config[:silent]
|
84
84
|
case msg
|
85
|
-
when /^>>\s*(.+)/ then try $1
|
85
|
+
when /^>>\s*(.+)/ then try $1
|
86
86
|
when /^#{config[:nick]}:/
|
87
87
|
["Usage:", " '>> CODE': evaluate code in IRB", " 'reset_irb': get a clean IRB session", " 'add_svn [repository_url]': watch an SVN repository", " 'add_atom [atom_feed_url]': watch an atom feed, such as a Git repository"].each {|s| say s}
|
88
88
|
when /^reset_irb/ then reset_irb
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kirby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 4.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ""
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
30
30
|
yZ0=
|
31
31
|
-----END CERTIFICATE-----
|
32
32
|
|
33
|
-
date:
|
33
|
+
date: 2008-01-30 00:00:00 -05:00
|
34
34
|
default_executable:
|
35
35
|
dependencies:
|
36
36
|
- !ruby/object:Gem::Dependency
|
metadata.gz.sig
CHANGED
@@ -1,2 +1 @@
|
|
1
|
-
R�
|
2
|
-
�
|
1
|
+
��t`�P՚c2��p��YDi�ir����.�6�[vt��5���/`�}j�igAp����������7�t�-V�T8�����M8�{�RǷ��-���~���BA�h���0H�f#v��������O@�G�&�;z~GF̧'@��v�ޓ>��eD��l6���O*��1���ˡ
|