Sha256: a19521a2a09b4d8bbf154c20a2a564fc6a35e4bd17f9bd45b6229bf64e51b55d
Contents?: true
Size: 902 Bytes
Versions: 4
Compression:
Stored size: 902 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_development_dependency "bundler", "~> 1.6" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pastel-0.4.0 | pastel.gemspec |
pastel-0.3.0 | pastel.gemspec |
pastel-0.2.1 | pastel.gemspec |
pastel-0.2.0 | pastel.gemspec |