summaryrefslogtreecommitdiff
path: root/lib/chef/provider/package/rubygems.rb
Commit message (Expand)AuthorAgeFilesLines
* Unification of shell_out APIsLamont Granquist2018-06-151-4/+4
* mechanical conversion of most debug log statements to traceThom May2018-03-261-18/+14
* Feed the Rubocop.Noah Kantrowitz2018-03-071-1/+1
* Fixes for bundler being a default gem so we can still manage it with gem_pack...Noah Kantrowitz2018-03-061-10/+18
* Ensure that we check the embedded gem binary lasttm/gem_pathThom May2017-05-161-5/+3
* Chef-13: better solution to gem_package source issueslcg/chef-13-gem-package-take-2Lamont Granquist2017-04-051-6/+4
* add better specs around modifying gem sourcesLamont Granquist2017-04-041-1/+3
* Chef-13: tweaks to rubygems source option for urlsLamont Granquist2017-04-041-7/+10
* Chef-13: remove deprecated run_command API entirelyLamont Granquist2017-03-311-1/+0
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-60/+60
* revert --local filter for gems installed from pathslocalMatt Wrock2016-09-231-1/+0
* Fixes GH-4955, allowing local gems with remote dependenciesJoseph (Jy) Yaworski2016-09-081-3/+1
* fix gem_package regressionlcg/gem-package-regressionLamont Granquist2016-08-291-1/+1
* rubygems memory perf issueslcg/rubygems_perf2Lamont Granquist2016-08-151-13/+16
* correctly select current gem versiontm/sorted_gemsThom May2016-06-221-3/+9
* this seems both more readable and correctLamont Granquist2016-05-021-13/+2
* Update gem_package with version constraint on :upgrade actionWill Jordan2016-05-021-11/+18
* Update rubygems provider to support local install of gems if so specifiedksubrama+praj/FLOW-298/local_gemPrajakta Purohit2016-04-211-1/+4
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-041-1/+1
|\
| * Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* | make rubygems.org configurableLamont Granquist2016-02-091-1/+1
|/
* autofixing whitespace copsLamont Granquist2016-02-051-15/+15
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-24/+24
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-24/+24
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-2/+2
* Merge pull request #3383 from jfly/masterThom May2015-08-131-1/+1
|\
| * Handling case where windows users install to a non default location.Jeremy Fleischman2015-06-291-1/+1
| * gem_package should install to the systemwide Ruby when using ChefDK.Jeremy Fleischman2015-05-181-1/+1
* | fix package timeout attributeLamont Granquist2015-06-021-4/+4
* | Drop support for rubygems 1.xdrop-rubygems-1.xdanielsdeleo2015-06-011-8/+1
|/
* Clearing sources works for string optionsPeter Burkholder2015-03-271-2/+3
* Test for current behaviorPeter Burkholder2015-03-271-3/+3
* Don't use rubygems if explicitly remotePeter Burkholder2015-03-271-0/+2
* Change 'should' to 'must'Peter Burkholder (@pburkholder)2015-03-241-1/+1
* Using warning suggested by @btmPeter Burkholder2015-03-131-4/+7
* Clarify warningPeter Burkholder2015-02-251-2/+4
* Multipackage fixes to superclassLamont Granquist2015-02-031-6/+5
* Ensure 'uri' is required where it's used.danielsdeleo2014-11-261-0/+1
* Merge branch 'master' into tball/contrib-passtyler-ball2014-11-251-1/+1
|\
| * Setting version to an empty string in testslucywyman2014-11-191-1/+1
* | Merge branch 'typofixes-vlajos-20141107' of github.com:vlajos/chef into tball...tyler-ball2014-11-251-1/+1
|\ \ | |/ |/|
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* | Fix rubygems provider to use https instead of http.Nathan Cerny2014-11-131-1/+1
|/
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+3
* Merge branch 'CHEF-4890' of github.com:rathers/chef into sersut/doc-updatessersut/doc-updatesSerdar Sutay2014-10-091-0/+1
|\
| * CHEF-4890: Allow gem upgradesDan Rathbone2013-12-171-0/+1