summaryrefslogtreecommitdiff
path: root/lib/bundler/cli/gem.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge #7627stagingBundlerbot2020-03-091-2/+41
|\
| * minor language tweaks, small code refactorcolby/bundle-gem-ciAndre Arko2020-03-071-27/+20
| * update question textColby Swandale2020-02-091-1/+1
| * add new option for choosing a CI sevice in bundle gem commandColby Swandale2020-02-091-2/+48
* | Adhere to gemfile name preference also for project skeletonMasha2020-02-271-1/+1
|/
* bundler gem: Support test-unit as a testing frameworkKouhei Sutou2019-12-111-7/+14
* [CLI::Gem] Add a --rubocop optionsegiddins/bundle-gem-rubocop-optionSamuel Giddins2019-10-191-1/+10
* Fix comments and messages to refer to https urlTakayuki Nakata2019-08-211-1/+1
* Add `--[no-]git` option to `bundle gem`git_option_to_bundle_gemDavid Rodríguez2019-07-311-1/+1
* Auto-correct `Style/TrailingCommaInHashLiteral` offensesglobally_enable_some_layout_copsDavid Rodríguez2019-03-041-3/+3
* Change commentsNikita Esaulov2018-03-161-1/+1
* Fix typoNikita Esaulov2018-03-161-1/+1
* :cop:Nikita Esaulov2018-03-161-2/+1
* Add a message after new gem generation with link to bundler.io guidesNikita Esaulov2018-03-161-0/+4
* Update unencrypted http links to httpsFelix Krause2018-01-041-2/+2
* Rename .travis.yml.tt to travis.yml.tt. Because installer of ruby core ignoredSHIBATA Hiroshi2017-10-061-1/+1
* Update specs for thor handling file clashesSamuel Giddins2017-08-161-3/+4
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-2/+2
* [CLI] Avoid loading Thor::Actions when it is not usedSamuel Giddins2017-04-251-0/+8
* dont create .gitignore as well if git is not installed in the gem commandColby Swandale2017-03-191-1/+2
* dont init new git repo unless git is installed on gem commandColby Swandale2017-03-191-4/+6
* replace git_author_name, git_username, git_user_email with empty string when ...shekharrajak2017-02-231-3/+5
* Fix Github username for README.md contrib URLDaniel P. Clark2017-02-171-3/+4
* [Fix #5358] Handle files conflicts when using `bundle gem`Andrea Nodari2017-02-091-1/+6
* [CLI::Gem] Fail gracefully on an invalid constant nameseg-bundle-gem-invalid-constantSamuel Giddins2016-11-191-3/+16
* Fill in git username to the generated github urlJuanitoFatas2016-08-201-1/+2
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-311-1/+1
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-4/+6
* Use '--exe' option name in addition to '--bin' as primary option name.Chris Keele2016-01-221-2/+2
* Ensure `bundle gem` default task matches frameworkDavid Jones2015-12-251-2/+2
* Fix --no-coc and --no-mit flagsJames Wen2015-12-141-1/+2
* Auto merge of #4124 - bundler:seg-rubocop, r=indirectHomu2015-11-271-2/+2
|\
| * [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-2/+2
* | Updates Contributor Covenant to 1.3.0CoralineAda2015-11-241-1/+3
|/
* add http://masarakki2015-09-131-2/+2
* Fix Style/MethodDefParenthesesVictor Koronen2015-08-141-1/+1
* Merge pull request #3890 from esasse/fix-align-parametersAndre Arko2015-08-011-10/+8
|\
| * Fix Style/AlignParametersErick Sasse2015-07-291-8/+8
|/
* double quotes for RuboCopAndre Arko2015-07-271-2/+2
* Pessimistic test framework versions for bundle gem commandTim Fischbach2015-07-271-0/+7
* Fix Style/AccessModifierIndentationErick Sasse2015-07-211-1/+1
* Fix Style/SemicolonErick Sasse2015-07-191-1/+4
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-10/+10
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* update generated CoC to Contributor Covenant v1.1Andre Arko2015-06-251-22/+22
* Use synchronized pwd everywhereSamuel E. Giddins2015-05-281-2/+2