Sha256: d0b4f24ed58ded453757c96bfd4d9c9b58a7a88e5bf32fc23844a38c2c5d0f26
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 KB
Contents
# -*- encoding: utf-8 -*- # stub: gem-path 0.5.0 ruby lib Gem::Specification.new do |s| s.name = "gem-path" s.version = "0.5.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Lin Jen-Shin (godfat)"] s.date = "2013-11-22" 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-cd][], [gem-eit][], [gem-grep][] for shorthands.\n\n[gem-cd]: https://github.com/godfat/gem-cd\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", "LICENSE", "README.md", "Rakefile", "gem-path.gemspec", "lib/rubygems/commands/path_command.rb", "lib/rubygems_plugin.rb", "task/README.md", "task/gemgem.rb"] s.homepage = "https://github.com/godfat/gem-path" s.licenses = ["Apache License 2.0"] s.require_paths = ["lib"] s.rubygems_version = "2.1.11" 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.5.0 | gem-path.gemspec |