# -*- encoding: utf-8 -*- # stub: pry-theme 0.1.2 ruby lib Gem::Specification.new do |s| s.name = "pry-theme".freeze s.version = "0.1.2".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 = "2012-09-01" s.description = "The plugin enables color theme support for your Pry. No more .pryrc bustling.".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, "lib/pry-theme.rb".freeze, "lib/pry-theme/color_converter.rb".freeze, "lib/pry-theme/commands.rb".freeze, "lib/pry-theme/helper.rb".freeze, "lib/pry-theme/palette.rb".freeze, "lib/pry-theme/rgb.rb".freeze, "lib/pry-theme/term_notation.rb".freeze, "lib/pry-theme/theme.rb".freeze, "lib/pry-theme/version.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, "test/fixtures/pry-classic.prytheme".freeze, "test/helper.rb".freeze, "test/test_color_converter.rb".freeze, "test/test_commands.rb".freeze, "test/test_helper.rb".freeze, "test/test_palette.rb".freeze, "themes/github.prytheme".freeze, "themes/monokai.prytheme".freeze, "themes/pry-classic.prytheme".freeze, "themes/pry-cold.prytheme".freeze, "themes/pry-modern.prytheme".freeze, "themes/railscasts.prytheme".freeze, "themes/saturday.prytheme".freeze, "themes/solarized.prytheme".freeze, "themes/tomorrow.prytheme".freeze, "themes/twilight.prytheme".freeze, "themes/vim-default.prytheme".freeze, "themes/vim-detailed.prytheme".freeze, "themes/zenburn.prytheme".freeze] s.homepage = "https://github.com/kyrylo/pry-theme".freeze s.licenses = ["zlib".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Easy way to customize your Pry colors".freeze s.specification_version = 3 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