summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/init.rb
Commit message (Expand)AuthorAgeFilesLines
* Make `init_gems_rb` a regular settingmake_init_gems_rb_a_settingDavid Rodríguez2019-04-111-1/+1
* [Init] Check if the current directory is writableGeorg Gadinger2018-01-191-0/+5
* Let users generate gemfiles in paths whos parent path contains a GemfileColby Swandale2017-12-091-5/+1
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* [Init] Don’t create a gems.rb when a Gemfile existsSamuel Giddins2017-06-231-2/+6
* rename feature flag to `init_gems_rb` and PR feedbackColby Swandale2017-06-051-3/+3
* generate gems.rb in bundle init with feature flagColby Swandale2017-06-041-6/+12
* use Bundler.load_gemspec_uncached for reading gemspeccolby/bundler-init-invalid-gemspecColby Swandale2017-06-011-5/+1
* handle invalid gemspec and add specs for untested behaviour in bundle init --...Colby Swandale2017-06-011-0/+6
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-2/+2
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* Use synchronized pwd everywhereSamuel E. Giddins2015-05-281-3/+3
* whitespace styleAndre Arko2014-01-261-0/+1
* Removed trailing whitespacesSmit Shah2014-01-081-1/+1
* Refactored init, check, install, update, show, outdated, cache andSmit Shah2014-01-081-4/+9
* Refactored init cli commandSmit Shah2014-01-081-0/+27