Sha256: 27a603fbf98eb2d3fead7fe84fb79acc71fb4d9a06fff33c8f659cf898d555e1

Contents?: true

Size: 604 Bytes

Versions: 1

Compression:

Stored size: 604 Bytes

Contents

Gem::Specification.new do |s|
  s.authors           = ["Jens Becker"]
  s.email             = ["v2px@v2px.de"]
  s.description       = "A modular, event-driven IRC client/bot Ruby gem with plugin support"
  s.summary           = "A modular, event-driven IRC client/bot Ruby gem with plugin support"
  s.homepage          = "http://v2px.github.com/fantasy-irc"

  s.files             = `git ls-files`.split("\n")
  s.name              = "fantasy-irc"
  s.require_paths     = ['lib']
  s.version           = "0.2.0"

  s.rubyforge_project = s.name
  s.add_runtime_dependency "array-unique", "~> 1.1.1"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fantasy-irc-0.2.0 fantasy-irc.gemspec