summaryrefslogtreecommitdiff
path: root/spec/unit/provider/package/rubygems_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Change non-default rubygems URL to default one for failing test.Pete Higgins2020-07-151-14/+1
* Workaround SSL cert verification failure in test.fix-rubygems-ssl-test-failurePete Higgins2020-07-141-0/+4
* Turn off ssl certificate verification in failing test.Pete Higgins2020-07-141-0/+9
* Factor out common test setup.Pete Higgins2020-07-141-9/+4
* some spec typosVivek Singh2020-04-071-3/+3
* Fix chefstyle violation.Pete Higgins2020-03-231-1/+1
* Make include_default_source nil by default and change implied logic.Pete Higgins2020-03-231-12/+119
* Clear sources if either a source or rubygems_url is set.Pete Higgins2020-03-231-1/+21
* Switch to canonical "https://rubygems.org" URL for rubygems.Pete Higgins2020-03-231-19/+19
* Change the default value for :rubygems_url to be nil.Pete Higgins2020-03-231-8/+8
* Move clear_sources? helper from resource to provider.Pete Higgins2020-03-231-0/+45
* Update gem_package to make clear_sources opt-out.Pete Higgins2020-03-231-5/+18
* gem_package provider supports --no-document and rubygems 3.xLamont Granquist2018-11-271-9/+47
* add centos-7 rspec testingLamont Granquist2018-08-101-3/+16
* fix Layout/IndentHeredocLamont Granquist2018-07-021-52/+52
* Unification of shell_out APIsLamont Granquist2018-06-151-19/+19
* mechanical conversion of most debug log statements to traceThom May2018-03-261-0/+2
* Fix up stubs for the new installed_versions.Noah Kantrowitz2018-03-071-2/+9
* Fixes to package upgrade behaviourJon Cowie2017-09-221-0/+5
* Fix typosAkira Kitada2017-07-301-1/+1
* Ensure that we check the embedded gem binary lasttm/gem_pathThom May2017-05-161-11/+14
* Chef-13: better solution to gem_package source issueslcg/chef-13-gem-package-take-2Lamont Granquist2017-04-051-30/+40
* add better specs around modifying gem sourcesLamont Granquist2017-04-041-6/+85
* Chef-13: tweaks to rubygems source option for urlsLamont Granquist2017-04-041-1/+1
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-38/+38
* revert --local filter for gems installed from pathslocalMatt Wrock2016-09-231-4/+2
* Fixes GH-4955, allowing local gems with remote dependenciesJoseph (Jy) Yaworski2016-09-081-4/+2
* autofixing Style/RedundantException copLamont Granquist2016-08-161-2/+2
* rubygems memory perf issueslcg/rubygems_perf2Lamont Granquist2016-08-151-38/+46
* MOAR commentsLamont Granquist2016-05-021-0/+1
* Update gem_package with version constraint on :upgrade actionWill Jordan2016-05-021-4/+37
* Update rubygems provider to support local install of gems if so specifiedksubrama+praj/FLOW-298/local_gemPrajakta Purohit2016-04-211-4/+8
* autofixing whitespace copsLamont Granquist2016-02-051-14/+14
* Refactor rubygems_spec test and make it fastjdm/rubygems-testKartik Null Cating-Subramanian2016-02-041-254/+312
* WIP make rubygems unit specs unit likeJay Mundrawala2016-02-041-10/+49
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-127/+127
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-8/+8
* Merge pull request #3383 from jfly/masterThom May2015-08-131-0/+18
|\
| * Added some pretty straightforward tests of is_omnibus?Jeremy Fleischman2015-05-181-0/+18
* | fix package timeout attributeLamont Granquist2015-06-021-9/+9
* | Drop support for rubygems 1.xdrop-rubygems-1.xdanielsdeleo2015-06-011-32/+0
* | Purge pending specscleanup-pendingdanielsdeleo2015-05-231-3/+1
|/
* Clearing sources works for string optionsPeter Burkholder2015-03-271-0/+10
* Test for current behaviorPeter Burkholder2015-03-271-0/+9
* Try to fix spec againPhil Dibowitz2015-02-041-1/+1
* fix rubygems specLamont Granquist2015-02-031-1/+1
* Multipackage fixes to superclassLamont Granquist2015-02-031-25/+45
* Setting version to an empty string in testslucywyman2014-11-191-0/+8
* Fix rubygems provider to use https instead of http.Nathan Cerny2014-11-131-6/+6