Sha256: d4f41b41a474cc9512c3a1f80bf27f9c1c57f308b5ce1e47861b97b230f4eb34
Contents?: true
Size: 794 Bytes
Versions: 4
Compression:
Stored size: 794 Bytes
Contents
unless defined? PryTheme::VERSION require File.expand_path('../lib/pry-theme/version', __FILE__) end Gem::Specification.new do |s| s.name = "pry-theme" s.version = PryTheme::VERSION s.date = Time.now.strftime('%Y-%m-%d') s.summary = "Easy way to customize your Pry colors" s.description = "The plugin enables color theme support for your Pry. No more .pryrc bustling." s.author = "Kyrylo Silin" s.email = "kyrylosilin@gmail.com" s.homepage = "https://github.com/kyrylo/pry-theme" s.licenses = "zlib" s.require_path = "lib" s.files = `git ls-files`.split "\n" s.add_runtime_dependency "json" s.add_development_dependency "bacon" s.add_development_dependency "rake" s.add_development_dependency "pry" end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pry-theme-0.1.3 | pry-theme.gemspec |
pry-theme-0.1.2 | pry-theme.gemspec |
pry-theme-0.1.1 | pry-theme.gemspec |
pry-theme-0.1.0 | pry-theme.gemspec |