https://github.com/pry/pry-gem
A collection of commands to work with gems within Pry
https://github.com/pry/pry-gem
Last synced: 3 months ago
JSON representation
A collection of commands to work with gems within Pry
- Host: GitHub
- URL: https://github.com/pry/pry-gem
- Owner: pry
- Created: 2019-03-10T14:24:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-10T23:14:47.000Z (almost 7 years ago)
- Last Synced: 2025-05-08T01:42:45.983Z (8 months ago)
- Language: Ruby
- Size: 12.7 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Pry Gem
=======
[](https://circleci.com/gh/pry/pry-gem)
[](http://badge.fury.io/rb/pry-gem)
[](https://rubygems.org/gems/pry-gem)
A collection of commands to work with gems within Pry. Adds the following
commands:
* gem-cd
* gem-list
* gem-install
* gem-open
* gem-readme
* gem-search
* gem-stat
Installation
------------
### Bundler
```
gem 'pry-gem', '~> 1.0'
```
### Manual
```
gem install pry-gem
```