# -*- encoding: utf-8 -*- # stub: colorist 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "colorist".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Michael Bleigh".freeze] s.date = "2008-08-16" s.description = "Colorist is a library built to handle the easy conversion and manipulation of colors with a special emphasis on W3C standards and CSS-style hex color notation.".freeze s.email = "michael@intridea.com".freeze s.extra_rdoc_files = ["MIT_LICENSE.rdoc".freeze, "README.rdoc".freeze] s.files = ["MIT_LICENSE.rdoc".freeze, "README.rdoc".freeze, "lib/colorist.rb".freeze, "lib/colorist/color.rb".freeze, "lib/colorist/core_extensions.rb".freeze] s.homepage = "http://github.com/mbleigh/colorist".freeze s.rdoc_options = ["--main".freeze, "README.rdoc".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "A library built to handle the easy conversion and manipulation of colors.".freeze end