Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Fix bundle gem boolean settings #3579

Merged
merged 1 commit into from
Apr 20, 2015

Conversation

pducks32
Copy link
Contributor

Fixes #3443 (nmarley's problem at the bottom)
The issue was that alpha =~ beta returns nil if alpha doesn't contain beta and the position—e.g. 6—instead of false and true respectively like was assumed by whomever wrote the original logic. It coincidentely worked for yes because everything—like 6 using my above example—except for false and nil resolve to true. However, when they selected no for coc or mit they were always reasked because it resolved to nil which for boolean settings doesn't get transformed into false.

indirect added a commit that referenced this pull request Apr 20, 2015
@indirect indirect merged commit 182372b into rubygems:master Apr 20, 2015
@coilysiren coilysiren modified the milestone: Release Archive Oct 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bundle gem] Replace interactive prompts with command options
3 participants