Sha256: a7fefc9b6b9d8c3e8f67ef2557e4df78e39ea45ccc79acef07fb1127df93a9f2

Contents?: true

Size: 1007 Bytes

Versions: 14

Compression:

Stored size: 1007 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.11"
  s.add_dependency 'pry', "~> 0.11"
  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

14 entries across 14 versions & 1 rubygems

Version Path
pry-doc-0.13.5 pry-doc.gemspec
pry-doc-0.13.4 pry-doc.gemspec
pry-doc-0.13.3 pry-doc.gemspec
pry-doc-0.13.2 pry-doc.gemspec
pry-doc-0.13.2pre7 pry-doc.gemspec
pry-doc-0.13.2pre6 pry-doc.gemspec
pry-doc-0.13.2pre5 pry-doc.gemspec
pry-doc-0.13.2pre4 pry-doc.gemspec
pry-doc-0.13.2pre3 pry-doc.gemspec
pry-doc-0.13.2pre2 pry-doc.gemspec
pry-doc-0.13.2pre1 pry-doc.gemspec
pry-doc-0.13.1 pry-doc.gemspec
pry-doc-0.13.0 pry-doc.gemspec
pry-doc-0.13.0pre14 pry-doc.gemspec