# -*- encoding: utf-8 -*- # stub: rainbow 1.99.0 ruby lib Gem::Specification.new do |s| s.name = "rainbow".freeze s.version = "1.99.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 = ["Marcin Kulik".freeze] s.date = "2013-12-26" s.description = "Colorize printed text on ANSI terminals".freeze s.email = ["m@ku1ik.com".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Changelog".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE".freeze, "README.markdown".freeze, "Rakefile".freeze, "lib/rainbow.rb".freeze, "lib/rainbow/color.rb".freeze, "lib/rainbow/core.rb".freeze, "lib/rainbow/legacy.rb".freeze, "lib/rainbow/string.rb".freeze, "lib/rainbow/string_utils.rb".freeze, "lib/rainbow/version.rb".freeze, "lib/rainbow/wrapper.rb".freeze, "rainbow.gemspec".freeze, "spec/integration/rainbow_spec.rb".freeze, "spec/integration/string_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/color_spec.rb".freeze, "spec/unit/namespace_spec.rb".freeze, "spec/unit/string_utils_spec.rb".freeze, "spec/unit/wrapper_spec.rb".freeze] s.homepage = "https://github.com/sickill/rainbow".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Colorize printed text on ANSI terminals".freeze s.test_files = ["spec/integration/rainbow_spec.rb".freeze, "spec/integration/string_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/unit/color_spec.rb".freeze, "spec/unit/namespace_spec.rb".freeze, "spec/unit/string_utils_spec.rb".freeze, "spec/unit/wrapper_spec.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end