botanicus-botabot 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.
Files changed (3) hide show
  1. data/bin/botabot.rb +8 -0
  2. data/bin/plugin.rb +3 -0
  3. metadata +62 -0
data/bin/botabot.rb ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env ruby1.8
2
+
3
+ $:.push(File.dirname(__FILE__) + "/../lib")
4
+
5
+ require "rubygems"
6
+ require "botabot/cli"
7
+
8
+ BotaBot::CLI.new(ARGV).run
data/bin/plugin.rb ADDED
@@ -0,0 +1,3 @@
1
+ #!/usr/bin/env ruby1.8
2
+
3
+ # create, install, uninstall
metadata ADDED
@@ -0,0 +1,62 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: botanicus-botabot
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
+ platform: ruby
6
+ authors:
7
+ - "Jakub \xC5\xA0\xC5\xA5astn\xC3\xBD aka Botanicus"
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain:
11
+ date: 2009-05-16 00:00:00 -07:00
12
+ default_executable: botabot.rb
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: xmpp4r
16
+ type: :runtime
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: "0"
23
+ version:
24
+ description: ""
25
+ email: knava.bestvinensis@gmail.com
26
+ executables:
27
+ - botabot.rb
28
+ - plugin.rb
29
+ extensions: []
30
+
31
+ extra_rdoc_files: []
32
+
33
+ files: []
34
+
35
+ has_rdoc: false
36
+ homepage: http://github.com/botanicus/botabot
37
+ post_install_message:
38
+ rdoc_options: []
39
+
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: "0"
47
+ version:
48
+ required_rubygems_version: !ruby/object:Gem::Requirement
49
+ requirements:
50
+ - - ">="
51
+ - !ruby/object:Gem::Version
52
+ version: "0"
53
+ version:
54
+ requirements: []
55
+
56
+ rubyforge_project: botabot
57
+ rubygems_version: 1.2.0
58
+ signing_key:
59
+ specification_version: 2
60
+ summary: BotaBot is bot for jabber (XMPP protocol), especialy for MUC (multi user chat). It can interact with users, save history.
61
+ test_files: []
62
+