require './lib/pry-theme/version' 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 "pry", "~> 0.9" s.add_runtime_dependency "json" end