Sha256: c710c3a73c30684bdb650f529ae0a5a3320bf7ffc7946e508c50f41bdb49b3c7

Contents?: true

Size: 1.22 KB

Versions: 1

Compression:

Stored size: 1.22 KB

Contents

# -*- encoding: utf-8 -*-
# stub: gem-path 0.6.0 ruby lib

Gem::Specification.new do |s|
  s.name = "gem-path"
  s.version = "0.6.0"

  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib"]
  s.authors = ["Lin Jen-Shin (godfat)"]
  s.date = "2014-10-27"
  s.description = "Find the path for a given gem or require path for editing or greping.\n\nFor examples, under [fish](http://fishshell.com/):\n\n    cd (gem path gem-path)\n    vim (gem path gem-path)\n    grep require -R (gem path gem-path)\n\nOr checkout [gem-eit][], [gem-grep][] for shorthands.\n\n[gem-eit]: https://github.com/godfat/gem-eit\n[gem-grep]: https://github.com/godfat/gem-grep"
  s.email = ["godfat (XD) godfat.org"]
  s.files = [
  ".gitignore",
  ".gitmodules",
  ".travis.yml",
  "CHANGES.md",
  "LICENSE",
  "README.md",
  "Rakefile",
  "gem-path.gemspec",
  "lib/rubygems/commands/path_command.rb",
  "lib/rubygems_plugin.rb",
  "task/README.md",
  "task/gemgem.rb",
  "test/test.rb"]
  s.homepage = "https://github.com/godfat/gem-path"
  s.licenses = ["Apache License 2.0"]
  s.rubygems_version = "2.4.2"
  s.summary = "Find the path for a given gem or require path for editing or greping."
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gem-path-0.6.0 gem-path.gemspec