An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Pry Gem
=======

[![Circle Build Status](https://circleci.com/gh/pry/pry-gem.svg?style=shield)](https://circleci.com/gh/pry/pry-gem)
[![Gem Version](https://badge.fury.io/rb/pry-gem.svg)](http://badge.fury.io/rb/pry-gem)
[![Downloads](https://img.shields.io/gem/dt/pry-gem.svg?style=flat)](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
```