Sha256: f73dcaa01575673509d47a750127f0c3e3323d8cf0266aebd0dec4f320d6fceb

Contents?: true

Size: 610 Bytes

Versions: 1

Compression:

Stored size: 610 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = "carrier-pigeon"
  s.version     = "0.1.1"
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Sean Porter"]
  s.email       = ["portertech@gmail.com"]
  s.homepage    = "https://github.com/portertech/carrier-pigeon"
  s.summary     = %q{The simplest library to say something on IRC}
  s.description = %q{The simplest library to say something on IRC}
  s.has_rdoc    = false
  s.license     = "MIT"

  s.rubyforge_project = "carrier-pigeon"

  s.add_dependency("addressable")

  s.files         = `git ls-files`.split("\n")
  s.require_paths = ["lib"]
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
carrier-pigeon-0.1.1 carrier-pigeon.gemspec