Sha256: e47fcb855004acbfa6bfff875ba771001b33367d1d3316da6ccce889ddf7afee

Contents?: true

Size: 612 Bytes

Versions: 1

Compression:

Stored size: 612 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 gem for Ruby with plugin support"
  s.summary           = "A modular, event-driven IRC client/bot gem for Ruby 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.1"

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