Sha256: 79477f5a788f2449803ba0f5c01f46f136d34a7a1dd452aebf97cd63ccb39c82

Contents?: true

Size: 947 Bytes

Versions: 3

Compression:

Stored size: 947 Bytes

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'pastel/version'

Gem::Specification.new do |spec|
  spec.name          = "pastel"
  spec.version       = Pastel::VERSION
  spec.authors       = ["Piotr Murach"]
  spec.email         = [""]
  spec.summary       = %q{Terminal strings styling with intuitive and clean API.}
  spec.description   = %q{Terminal strings styling with intuitive and clean API.}
  spec.homepage      = "https://github.com/peter-murach/pastel"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]

  spec.add_dependency "equatable", "~> 0.5"
  spec.add_dependency "tty-screen", "~> 0.4"

  spec.add_development_dependency "bundler", "~> 1.6"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pastel-0.5.2 pastel.gemspec
pastel-0.5.1 pastel.gemspec
pastel-0.5.0 pastel.gemspec