Sha256: 15563c4fdc0fd920db186d8bb344f6f848f18cb9bf7d023974934c6c2faa67eb

Contents?: true

Size: 847 Bytes

Versions: 9

Compression:

Stored size: 847 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "potato/version"

Gem::Specification.new do |s|
  s.name        = "potato"
  s.version     = Potato::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Joel Taylor"]
  s.email       = ["holla@joeldt.net"]
  s.homepage    = ""
  s.summary     = %q{A dAmn <=> IRC proxy.}
  s.description = %q{Potato is an IRC server that communicates with the deviantART Message Network and allows you to treat it like a regular IRC server, with support for user modes, kicks/bans, /whois-ing, etc.}

  s.rubyforge_project = "potato"

  s.files         = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- {test,spec,features}/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
  s.require_paths = ["lib"]
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
potato-0.0.16 potato.gemspec
potato-0.0.15 potato.gemspec
potato-0.0.14 potato.gemspec
potato-0.0.13 potato.gemspec
potato-0.0.12 potato.gemspec
potato-0.0.11 potato.gemspec
potato-0.0.10 potato.gemspec
potato-0.0.7 potato.gemspec
potato-0.0.6 potato.gemspec