# -*- encoding: utf-8 -*- # stub: pry-theme 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "pry-theme".freeze s.version = "1.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 = ["Kyrylo Silin".freeze] s.date = "2013-11-18" s.description = "The plugin enables color theme support for Pry.".freeze s.email = "kyrylosilin@gmail.com".freeze s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "VERSION".freeze, "lib/pry-theme.rb".freeze, "lib/pry-theme/basic_editor.rb".freeze, "lib/pry-theme/cli.rb".freeze, "lib/pry-theme/color.rb".freeze, "lib/pry-theme/color_table.rb".freeze, "lib/pry-theme/colors/color16.rb".freeze, "lib/pry-theme/colors/color256.rb".freeze, "lib/pry-theme/colors/color8.rb".freeze, "lib/pry-theme/commands.rb".freeze, "lib/pry-theme/declaration.rb".freeze, "lib/pry-theme/definition.rb".freeze, "lib/pry-theme/formattable.rb".freeze, "lib/pry-theme/hex.rb".freeze, "lib/pry-theme/preview.rb".freeze, "lib/pry-theme/rgb.rb".freeze, "lib/pry-theme/term.rb".freeze, "lib/pry-theme/theme.rb".freeze, "lib/pry-theme/theme_list.rb".freeze, "lib/pry-theme/when_started_hook.rb".freeze, "pry-theme.gemspec".freeze, "screenshots/railscasts.png".freeze, "screenshots/solarized.png".freeze, "screenshots/tomorrow.png".freeze, "screenshots/zenburn.png".freeze, "spec/color_table.rb".freeze, "spec/colors/color16_spec.rb".freeze, "spec/colors/color256_spec.rb".freeze, "spec/colors/color8_spec.rb".freeze, "spec/commands_spec.rb".freeze, "spec/helper.rb".freeze, "spec/hex_spec.rb".freeze, "spec/rgb_spec.rb".freeze, "spec/term_spec.rb".freeze, "spec/theme_spec.rb".freeze, "themes/github.prytheme.rb".freeze, "themes/monokai.prytheme.rb".freeze, "themes/pry-classic-16.prytheme.rb".freeze, "themes/pry-classic-256.prytheme.rb".freeze, "themes/pry-classic-8.prytheme.rb".freeze, "themes/pry-cold.prytheme.rb".freeze, "themes/pry-love-16.prytheme.rb".freeze, "themes/pry-love-8.prytheme.rb".freeze, "themes/pry-modern-16.prytheme.rb".freeze, "themes/pry-modern-256.prytheme.rb".freeze, "themes/pry-modern-8.prytheme.rb".freeze, "themes/pry-monochrome.prytheme.rb".freeze, "themes/pry-siberia-16.prytheme.rb".freeze, "themes/pry-siberia-8.prytheme.rb".freeze, "themes/pry-tepid-16.prytheme.rb".freeze, "themes/pry-tepid-8.prytheme.rb".freeze, "themes/pry-zealand-16.prytheme.rb".freeze, "themes/pry-zealand-8.prytheme.rb".freeze, "themes/railscasts.prytheme.rb".freeze, "themes/solarized.prytheme.rb".freeze, "themes/tomorrow.prytheme.rb".freeze, "themes/twilight.prytheme.rb".freeze, "themes/vim-default.prytheme.rb".freeze, "themes/vim-detailed.prytheme.rb".freeze, "themes/zenburn.prytheme.rb".freeze] s.homepage = "https://github.com/kyrylo/pry-theme".freeze s.licenses = ["zlib".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "An easy way to customize Pry colors via theme files".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]) end