Sha256: 08f37c52e6462a068d83828eb09a5241c51cf4d5a3918afdfd9e70badd7a8685
Contents?: true
Size: 1.54 KB
Versions: 0
Compression: gzip
Compressed size: 697 Bytes
Stored size: 697 Bytes
Contents
--- !ruby/object:Gem::Specification name: gem-path version: !ruby/object:Gem::Version version: 0.6.0 platform: ruby authors: - Lin Jen-Shin (godfat) autorequire: bindir: bin cert_chain: [] date: 2014-10-27 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 License 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: [] rubyforge_project: rubygems_version: 2.4.2 signing_key: specification_version: 4 summary: Find the path for a given gem or require path for editing or greping. test_files: []