Sha256: 60c7297626eef7bb64de5957ac28d634f39c45a080ec993415e87f1f60ebe37d

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.1.2"

  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.1.2 fantasy-irc.gemspec