Sha256: e742d8258baa8701928526edd61b715a6fa4da374ab25c8f7150e93a521535bf

Contents?: true

Size: 766 Bytes

Versions: 1

Compression:

Stored size: 766 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "inform"
  s.version     = Inform::VERSION
  s.authors     = ["Michael Pearson", "Chris Ottrey"]
  s.email       = ["mipearson@gmail.com", ""]
  s.homepage    = "https://github.com/playup/inform"
  s.summary     = %q{Interactive, colourised logging}
  s.description = s.summary

  s.add_runtime_dependency("highline", "~> 1.6.2")
  s.add_development_dependency("rspec", "~> 2.6.0")
  
  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

1 entries across 1 versions & 1 rubygems

Version Path
inform-0.0.1 inform.gemspec