public
Description: A smallish DSL for writing IRC bots.
Homepage:
Clone URL: git://github.com/ichverstehe/isaac.git
tbuehlmann (author)
Wed Oct 21 16:07:17 -0700 2009
ichverstehe (committer)
Tue Nov 03 01:27:55 -0800 2009
isaac / isaac.gemspec
100644 20 lines (18 sloc) 0.572 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Gem::Specification.new do |s|
  s.name = "isaac"
  s.version = "0.2.5"
  s.date = "2009-04-25"
  s.summary = "The smallish DSL for writing IRC bots"
  s.email = "harry@vangberg.name"
  s.homepage = "http://github.com/ichverstehe/isaac"
  s.description = "Small DSL for writing IRC bots."
  s.rubyforge_project = "isaac"
  s.has_rdoc = true
  s.authors = ["Harry Vangberg"]
  s.files = ["README.rdoc",
    "CHANGES",
"isaac.gemspec",
"lib/isaac.rb"]
  s.rdoc_options = ["--main", "README.rdoc"]
  s.extra_rdoc_files = ["CHANGES", "README.rdoc"]
end