Sha256: e9e05e738c5bc202c8f484d62f3131ab36a83e2cf112df8501d12e5b802bebe5
Contents?: true
Size: 1003 Bytes
Versions: 3
Compression:
Stored size: 1003 Bytes
Contents
require './lib/pry-doc/version.rb' Gem::Specification.new do |s| s.name = "pry-doc" s.version = PryDoc::VERSION s.authors = ["John Mair (banisterfiend)"] s.email = ["jrmair@gmail.com"] s.summary = 'Provides YARD and extended documentation support for Pry' s.description = <<DESCR Pry Doc is a Pry REPL plugin. It provides extended documentation support for the REPL by means of improving the `show-doc` and `show-source` commands. With help of the plugin the commands are be able to display the source code and the docs of Ruby methods and classes implemented in C. documentation DESCR s.homepage = "https://github.com/pry/pry-doc" s.license = 'MIT' s.require_paths = ["lib"] s.files = `git ls-files`.split("\n") s.required_ruby_version = '>= 2.0' s.add_dependency 'yard', "~> 0.9" s.add_dependency 'pry', "~> 0.9" s.add_development_dependency 'latest_ruby', '~> 0.0' s.add_development_dependency 'rspec', '~> 3.5' s.add_development_dependency 'rake', "~> 10.0" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
pry-doc-0.13.0pre1 | pry-doc.gemspec |
pry-doc-0.12.0 | pry-doc.gemspec |
pry-doc-0.11.1 | pry-doc.gemspec |