Sha256: df7366f47430ed91ba95b89d0457c6d41d5739a4f4ac1d417bf2b3ab73bb78f1

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