summaryrefslogtreecommitdiff
path: root/lib/bundler/gem_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge #7510Bundlerbot2019-12-231-2/+1
|\
| * `cmd` is a String, we don't shelljoin thatdont_spawn_a_shell_when_git_pushing_on_releaseDavid Rodríguez2019-12-201-1/+0
| * Don't spawn a new shell on `git push` when releasingDavid Rodríguez2019-12-201-1/+1
* | Merge #7513Bundlerbot2019-12-221-1/+1
|\ \
| * | Improve error message when not logged inSteve Klabnik2019-12-201-1/+1
| |/
* | Fix `rake build` when path has spaces on itfix/rake_build_with_spaced_pathDavid Rodríguez2019-12-201-1/+1
|/
* Fix `bundle exec rake install` not workingDavid Rodríguez2019-12-101-2/+2
* Extract a `gem_command` methodDavid Rodríguez2019-12-091-5/+7
* Name variable consistenlyDavid Rodríguez2019-12-091-4/+4
* Remove unnecessary requireDavid Rodríguez2019-11-111-1/+0
* Don't silence the UI by defaultDavid Rodríguez2019-10-311-1/+0
* Fix some bundler specs (#2380)David Rodríguez2019-08-231-6/+6
* Fix `rake release` not prompting for OTP codedeivid/allow_otpDavid Rodríguez2019-06-111-1/+8
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-2/+2
* Use ENV["BUNDLE_GEM"] instead of gem command provided by system ruby.SHIBATA Hiroshi2019-02-191-2/+4
* Removed compatibility hack for old rubies.SHIBATA Hiroshi2018-10-171-22/+7
* Just remove the method since it looks like not used anymoreHibariya2018-08-101-5/+0
* Fix SystemStackError (stack level too deep) in GemHelper#sh_with_codeHibariya2018-08-081-1/+1
* Fix some rescue calls that do not specifiy error type.utilum2018-03-171-1/+1
* Support 1.8Nobuyoshi Nakada2017-09-191-7/+22
* Get rid of rubocop's grumblesNobuyoshi Nakada2017-09-191-11/+13
* Fix variableNobuyoshi Nakada2017-09-191-1/+1
* Call IO.popen instead of backticksNobuyoshi Nakada2017-09-171-20/+29
* Respect RUBYGEMS_HOST env var in release messagingWade Tandy2017-08-301-1/+5
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* List the remote host correctly in rake task desc.Michael Deering2017-05-311-7/+11
* [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-1/+1
* Unify the notation of RubyGemsKoichi ITO2017-05-041-2/+2
* Double quotes and small documentationDaniel Trierweiler2017-03-151-1/+1
* --key parameter can be set via bundle config gem.push_keyDaniel Trierweiler2017-03-151-1/+1
* Uppercase for env variablesDaniel Trierweiler2017-02-131-1/+1
* Add the option to use the --key parameter for gemstash with private gemsDaniel Trierweiler2017-02-131-0/+5
* Fallback to a temp dir when the home directory is not usableSamuel Giddins2016-09-071-1/+1
* Allow signed tags on rake releaseLaurent Arnoud2016-07-301-1/+1
* [RuboCop] Update to 0.41.2Samuel Giddins2016-07-201-1/+1
* don't error on missing rubygem cred if custom hostCohen Carlisle2016-04-151-3/+3
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-4/+6
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-17/+14
* Better support of Ruby 2.3 with enabled frozen string literaldeepj2015-12-161-1/+1
* [GemHelper] Fix crash when pushing gemseg-fix-rake-pushSamuel Giddins2015-11-291-1/+1
* [RuboCop] Enable Style/IfUnlessModifierSamuel Giddins2015-11-261-3/+1
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-1/+1
* [RuboCop] Enable Style/BlockDelimitersSamuel Giddins2015-11-261-4/+4
* [RuboCop] Enable Style/AndOrSamuel Giddins2015-11-261-1/+1
* Add missing backtick in Bundler::GemHelper#shDimitris Zorbas2015-10-061-1/+1
* Wrap filesystem operations with #filesystem_accessAgis Anastasopoulos2015-09-271-1/+1
* guard against old gemspecMartin Englund2015-08-291-2/+5
* use allowed_push_host when availableMartin Englund2015-08-281-2/+3
* make it able to specify gem host with GEM_HOST envMartin Englund2015-08-281-1/+3
* Fix Style/NestedTernaryOperatorVictor Koronen2015-08-141-1/+5