specifications.rainbow-2.0.0.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.
# -*- encoding: utf-8 -*-
# stub: rainbow 2.0.0 ruby lib
Gem::Specification.new do |s|
s.name = "rainbow"
s.version = "2.0.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Marcin Kulik"]
s.date = "2014-01-24"
s.description = "Colorize printed text on ANSI terminals"
s.email = ["[email protected]"]
s.homepage = "https://github.com/sickill/rainbow"
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new(">= 1.9.2")
s.rubygems_version = "2.1.9"
s.summary = "Colorize printed text on ANSI terminals"
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q, ["~> 1.3"])
s.add_development_dependency(%q, [">= 0"])
s.add_development_dependency(%q, [">= 0"])
else
s.add_dependency(%q, ["~> 1.3"])
s.add_dependency(%q, [">= 0"])
s.add_dependency(%q, [">= 0"])
end
else
s.add_dependency(%q, ["~> 1.3"])
s.add_dependency(%q, [">= 0"])
s.add_dependency(%q, [">= 0"])
end
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy