Project

false

0.0
No commit activity in last 3 years
No release in over 3 years
Don't install this gem. It's a canary, signifying that your gemspec is messed up.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

False

Welcome to false! Don't install this gem. You don't need it.

Installation

Do not add this to your Gemfile.

gem 'false'

And then you should certainly not execute:

$ bundle install

This might be okay:

$ gem install false

Usage

You're probably wondering how you wound up here. You likely have something in a gemspec that looks like this:

spec.add_runtime_dependency 'rails' <= "5.0"

When what you really meant to put was this:

spec.add_runtime_dependency 'rails', "<= 5.0"

Contributing

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

License

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