Sha256: bbdd499c6e2ed7ea5524f5cd4186d7d793b1bc915b48bfb18f5e95e226823e94

Contents?: true

Size: 1.54 KB

Versions: 0

Compression: gzip

Compressed size: 681 Bytes

Stored size: 681 Bytes

Contents

--- !ruby/object:Gem::Specification
name: gem-path
version: !ruby/object:Gem::Version
  version: 0.5.0
platform: ruby
authors:
- Lin Jen-Shin (godfat)
autorequire: 
bindir: bin
cert_chain: []
date: 2013-11-22 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-cd][], [gem-eit][], [gem-grep][] for shorthands.

  [gem-cd]: https://github.com/godfat/gem-cd
  [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
- LICENSE
- README.md
- Rakefile
- gem-path.gemspec
- lib/rubygems/commands/path_command.rb
- lib/rubygems_plugin.rb
- task/README.md
- task/gemgem.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.1.11
signing_key: 
specification_version: 4
summary: Find the path for a given gem or require path for editing or greping.
test_files: []

Package Spec version

gem-path-0.5.0