Project

blank_gem

0.0
No commit activity in last 3 years
No release in over 3 years
A blank/empty Ruby gem that does nothing. Useful for testing that only specific Bundler groups are loaded when using a dummy group.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

BlankGem

A blank/empty Ruby gem that does nothing. Useful for testing that only specific Bundler groups are loaded when using a dummy group.

Installation

Add this line to your application's Gemfile, ideally under a group you'll never want:

gem 'blank_gem', group: :never

And then execute:

$ bundle install

Usage

Simply set Bundler's without option to exclude the group you've put the blank_gem within. For example:

$ bundle config set without 'never'

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/jimeh/blank_gem.