ircbot 0.0.2

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.
metadata ADDED
@@ -0,0 +1,82 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: ircbot
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - maiha
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2010-01-02 00:00:00 +09:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: activesupport
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 2.0.0
24
+ version:
25
+ description: old fashioned irc bot
26
+ email: maiha@wota.jp
27
+ executables:
28
+ - ircbot
29
+ extensions: []
30
+
31
+ extra_rdoc_files:
32
+ - README
33
+ - MIT-LICENSE
34
+ files:
35
+ - MIT-LICENSE
36
+ - README
37
+ - Rakefile
38
+ - lib/irc/agent.rb
39
+ - lib/irc/const.rb
40
+ - lib/irc/client.rb
41
+ - lib/irc/localize.rb
42
+ - lib/irc/irc.rb
43
+ - lib/ircbot/framework.rb
44
+ - lib/ircbot/ordered_hash.rb
45
+ - lib/ircbot/reply_client.rb
46
+ - lib/ircbot/core_ext/digest.rb
47
+ - lib/ircbot/core_ext/rand-polimorphism.rb
48
+ - lib/ircbot/core_ext/writefile.rb
49
+ - lib/ircbot/core_ext/irc.rb
50
+ - lib/ircbot/agent_manager.rb
51
+ - lib/ircbot/config_client.rb
52
+ - lib/ircbot.rb
53
+ has_rdoc: true
54
+ homepage: http://github.com/maiha/ircbot
55
+ licenses: []
56
+
57
+ post_install_message:
58
+ rdoc_options: []
59
+
60
+ require_paths:
61
+ - lib
62
+ required_ruby_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ version: "0"
67
+ version:
68
+ required_rubygems_version: !ruby/object:Gem::Requirement
69
+ requirements:
70
+ - - ">="
71
+ - !ruby/object:Gem::Version
72
+ version: "0"
73
+ version:
74
+ requirements: []
75
+
76
+ rubyforge_project: asakusarb
77
+ rubygems_version: 1.3.5
78
+ signing_key:
79
+ specification_version: 3
80
+ summary: old fashioned irc bot
81
+ test_files: []
82
+