0.0
The project is in a healthy, maintained state
Reads a Gemfile and provides description for the gems in it
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 2.14.2
 Project Readme

GemfileReader

GemfileReader is a command-line tool that retrieves descriptions of the gems listed in a Gemfile, including those not currently installed, unlike bundle list.

Installation

To install the gem, run:

$ gem install gemfile_reader

Usage

To use GemfileReader, run it from the directory containing your Gemfile:

$ gemfile_reader

Alternatively, you can specify a path to a Gemfile:

$ gemfile_reader path/to/Gemfile

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/fenec/gemfile_reader. Please ensure to follow the contribution guidelines outlined in the repository.