Sha256: ca5352f5077b4f2d8145993bb3cd9ec4667641e8429caae580d35e8e8423f0a9
Contents?: true
Size: 1.51 KB
Versions: 0
Compression: gzip
Compressed size: 686 Bytes
Stored size: 686 Bytes
Contents
--- !ruby/object:Gem::Specification name: gem-path version: !ruby/object:Gem::Version version: 0.7.0 platform: ruby authors: - Lin Jen-Shin (godfat) autorequire: bindir: bin cert_chain: [] date: 2021-08-11 00:00:00.000000000 Z dependencies: [] description: |- Find the path for a given gem or require path for editing or greping. For examples, under [fish](http://fishshell.com/): cd (gem path gem-path) vim (gem path gem-path) grep require -R (gem path gem-path) Or checkout [gem-eit][], [gem-grep][] for shorthands. [gem-eit]: https://github.com/godfat/gem-eit [gem-grep]: https://github.com/godfat/gem-grep email: - godfat (XD) godfat.org executables: [] extensions: [] extra_rdoc_files: [] 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 homepage: https://github.com/godfat/gem-path licenses: - Apache-2.0 metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubygems_version: 3.2.25 signing_key: specification_version: 4 summary: Find the path for a given gem or require path for editing or greping. test_files: []