sr / isaac forked from ichverstehe/isaac

A smallish DSL for writing IRC bots.

This URL has Read+Write access

ichverstehe (author)
Sun Nov 16 07:22:33 -0800 2008
commit  8e786de01c27f17e69fc89d0822d87a734647197
tree    1f2617f3f091a693c92473c3c9c3fcc49217fa06
parent  1bdb9622b4a75dcedea059e91252c3e3cf533d8f
isaac / isaac.gemspec
100644 19 lines (18 sloc) 0.573 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Gem::Specification.new do |s|
  s.name = "isaac"
  s.version = "0.0.2"
  s.date = "2008-11-15"
  s.summary = "The smallish DSL for writing IRC bots"
  s.email = "ichverstehe@gmail.com"
  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",
    "LICENSE",
"isaac.gemspec",
"lib/isaac.rb"]
  s.rdoc_options = ["--main", "README.rdoc"]
  s.extra_rdoc_files = ["LICENSE", "README.rdoc"]
end