aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/gem_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* 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 gemSamuel 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
* Fix Style/AlignArrayErick Sasse2015-07-271-1/+1
* Fix Style/AccessModifierIndentationErick Sasse2015-07-211-1/+1
* Fix Lint/UnusedBlockArgumentErick Sasse2015-07-201-2/+2
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-19/+19
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-0/+1
* Added support for optional remote argument in the rake release taskDávid Halász2015-06-081-6/+6
* Merge tag 'v1.9.4'Andre Arko2015-04-131-2/+7
* Add a notice about preventing publishing the gem.Eloy Espinaco2014-08-121-1/+2
* Specs for release subtasks, remove release_gemJason R. Clark2014-06-181-7/+0
* Move separate steps of `rake release` to tasksJason R. Clark2014-06-181-2/+14
* Fix to use SharedHelpers.pwdKohei Suzuki2013-05-231-1/+1
* Prohibit Dir.pwd while another thread is doing Dir.chdirKohei Suzuki2013-05-231-1/+1
* Skip 'thor' loading if it is already loadedAndrey Savchenko2013-04-131-2/+1
* make 'install' and 'build' tasks depend on 'build'Suraj N. Kurapati2013-03-011-9/+11
* Merge pull request #2088 from benmoss/rake_release_uncommittedAndre Arko2013-02-181-1/+5
|\
| * rake:release should guard against both uncommitted and unstaged changesBen Moss2012-09-051-1/+5
* | Pass in `--local` when running `rake install` from gem helper tasks.Utkarsh Kukreti2012-12-181-1/+1
* | Fix merge conflict with gem_push patch.7rans2012-12-081-1/+5
|\ \
| * | Allow optional gem push via gem_push environment variable.7rans2012-06-171-1/+5
| |/
* | gem helper spec updated for new messageAndre Arko2012-11-201-8/+8
* | fix gem helper shell, set default shell correctlyAndre Arko2012-11-201-1/+1
* | clean up #2157Andre Arko2012-11-201-5/+3
* | Make rake release task to re-use a tagshtirlic2012-11-121-6/+6
|/
* Add Bundler::GemHelper.gemspec.Akinori MUSHA2012-01-201-5/+17
* Merge Travis fixes from branch '1-0-stable'Andre Arko2011-08-291-1/+1
|\
| * Changed the output of gem build to verbose, that it will work with new RubyGe...Daniel Spangenberg2011-08-161-1/+1
* | Merge branch '1-0-stable'Terence Lee2011-08-121-1/+1
|\|
| * support hidden gemspec file7rans2011-07-091-1/+1
* | Merge branch '1-0-stable'Terence Lee2011-08-061-3/+6
|\|
| * Use a check for rubygems.org credentials that actually worksAndre Arko2011-06-121-3/+6