0.0
No commit activity in last 3 years
No release in over 3 years
Simple plugin for Bundler to generate verbose Gemfile with description of each gem. It may be useful for novice Ruby developers or when you start diving into the new Ruby project.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.10
>= 0
~> 10.0
~> 3.0
 Project Readme

Bundler::Verbose

Simple plugin for Bundler to generate verbose Gemfile with description of each gem. It may be useful for novice Ruby developers and if you only start diving into new Ruby project.

Bundler::Verbose Demo

Installation and usage

Install gem:

$ gem install bundler-verbose

Alternately, add it to Gemfile:

gem 'bundler-verbose'

And then execute command in your project directory:

$ bundle verbose

You can add the generated Gemfile.verbose to your VCS and come back to it when you forget what some of your gems is doing.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/bikolya/bundler-verbose. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.