gems.rainbow-2.0.0.rainbow.gemspec Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sass-maven-plugin Show documentation
Show all versions of sass-maven-plugin Show documentation
A Maven Plugin that compiles Sass files.
# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'rainbow/version'
Gem::Specification.new do |spec|
spec.name = "rainbow"
spec.version = Rainbow::VERSION
spec.authors = ["Marcin Kulik"]
spec.email = ["[email protected]"]
spec.description = %q{Colorize printed text on ANSI terminals}
spec.summary = %q{Colorize printed text on ANSI terminals}
spec.homepage = "https://github.com/sickill/rainbow"
spec.license = "MIT"
spec.required_ruby_version = '>= 1.9.2'
spec.files = `git ls-files`.split($/)
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_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
spec.add_development_dependency "rspec"
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy