# -*- encoding: utf-8 -*- # stub: red-colors 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "red-colors".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Kenta Murata".freeze] s.date = "2021-06-12" s.description = "".freeze s.email = ["mrkn@mrkn.jp".freeze] s.files = [".yardopts".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/colors.rb".freeze, "lib/colors/abstract_color.rb".freeze, "lib/colors/alpha_component.rb".freeze, "lib/colors/color_data.rb".freeze, "lib/colors/colormap.rb".freeze, "lib/colors/convert.rb".freeze, "lib/colors/helper.rb".freeze, "lib/colors/hsl.rb".freeze, "lib/colors/hsla.rb".freeze, "lib/colors/husl.rb".freeze, "lib/colors/linear_segmented_colormap.rb".freeze, "lib/colors/listed_colormap.rb".freeze, "lib/colors/named_colors.rb".freeze, "lib/colors/rgb.rb".freeze, "lib/colors/rgba.rb".freeze, "lib/colors/utils.rb".freeze, "lib/colors/version.rb".freeze, "lib/colors/xterm256.rb".freeze, "lib/colors/xyy.rb".freeze, "lib/colors/xyz.rb".freeze, "red-colors.gemspec".freeze, "test/helper.rb".freeze, "test/run.rb".freeze, "test/test-hsl.rb".freeze, "test/test-hsla.rb".freeze, "test/test-husl.rb".freeze, "test/test-linear-segmented-colormap.rb".freeze, "test/test-listed-colormap.rb".freeze, "test/test-named-color.rb".freeze, "test/test-rgb.rb".freeze, "test/test-rgba.rb".freeze, "test/test-xterm256.rb".freeze, "test/test-xyz.rb".freeze] s.homepage = "https://github.com/red-data-tools/red-colors".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Red Colors provides a wide array of features for dealing with colors. This includes conversion between colorspaces, desaturation, and parsing colors.".freeze s.test_files = ["test/helper.rb".freeze, "test/run.rb".freeze, "test/test-hsl.rb".freeze, "test/test-hsla.rb".freeze, "test/test-husl.rb".freeze, "test/test-linear-segmented-colormap.rb".freeze, "test/test-listed-colormap.rb".freeze, "test/test-named-color.rb".freeze, "test/test-rgb.rb".freeze, "test/test-rgba.rb".freeze, "test/test-xterm256.rb".freeze, "test/test-xyz.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end