public
Description: Ridiculously simple library to quickly say something on IRC
Homepage: http://github.com/sr/shout-bot
Clone URL: git://github.com/sr/shout-bot.git
shout-bot / shout-bot.gemspec
100644 14 lines (13 sloc) 0.479 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Gem::Specification.new do |s|
  s.name = "shout-bot"
  s.date = "2009-10-17"
  s.version = "0.0.5"
  s.description = "Ridiculously simple library to quickly say something on IRC"
  s.summary = "Ridiculously simple library to quickly say something on IRC"
  s.homepage = "http://github.com/sr/shout-bot"
  s.authors = ["Simon Rozet", "Harry Vangberg"]
  s.email = "simon@rozet.name"
  s.files = ["lib/shout-bot.rb"]
  s.require_paths = ["."]
  s.add_dependency("addressable")
end