summaryrefslogtreecommitdiff
path: root/lib/chef/resource/gem_package.rb
Commit message (Expand)AuthorAgeFilesLines
* Minor updates to fix docs generationTim Smith2021-07-081-1/+2
* Improve our automated resource documentation generationTim Smith2020-12-151-2/+2
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* Move chef-config/dist to chef-utils/distLance Albertson2020-09-151-3/+3
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* Copy examples and description from website for gem_package.Pete Higgins2020-06-221-2/+35
* Use the brand name not the CLI name in more placesTim Smith2020-05-011-1/+1
* Improve descriptions and add a missing resource requireTim Smith2020-05-011-4/+4
* Add missing examples and resource formatting for docs siteTim Smith2020-04-301-1/+1
* More resource formatting and wording updatesTim Smith2020-04-291-1/+1
* Make sure all the non-multipackage packge resources can't take arrayspackageTim Smith2020-04-221-0/+7
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Make include_default_source nil by default and change implied logic.Pete Higgins2020-03-231-2/+2
* Fix whitespace.Pete Higgins2020-03-231-1/+1
* Switch to canonical "https://rubygems.org" URL for rubygems.Pete Higgins2020-03-231-1/+1
* Move clear_sources? helper from resource to provider.Pete Higgins2020-03-231-8/+0
* Update gem_package to make clear_sources opt-out.Pete Higgins2020-03-231-0/+8
* Default clear_sources to nil for chef_gem and gem_package.Pete Higgins2020-03-231-1/+1
* Remove the canonical DSLLamont Granquist2020-03-031-2/+2
* WIP: Chef-16 resource cleanup + unified_mode (#9174)Lamont Granquist2020-01-211-1/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-7/+7
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-1/+2
* Add descriptions to gem_packageTim Smith2018-08-311-19/+17
* Default gem_package.clear_sources to Chef::Config[:clear_gem_sources] (style ...tg/clear_gem_sources_optionThomas Gordon2018-05-031-1/+1
* Default gem_package.clear_sources to Chef::Config[:clear_gem_sources]Thomas Gordon2018-04-271-1/+1
* Updates from the reviewmisc_resourceTim Smith2018-03-041-1/+1
* Add new introduced and description resource properties to many resourceTim Smith2018-02-141-2/+5
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+2
* Chef-13: better solution to gem_package source issueslcg/chef-13-gem-package-take-2Lamont Granquist2017-04-051-0/+3
* Chef-13: tweaks to rubygems source option for urlsLamont Granquist2017-04-041-1/+12
* package provider cleanuplcg/package-cleanupLamont Granquist2017-02-111-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-1/+1
* Use properties in package resourcesjk/package-propertiesJohn Keiser2015-12-151-20/+5
* Overwrite resource_name with providesJohn Keiser2015-06-081-2/+0
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* Make resource_name call providesJohn Keiser2015-06-011-1/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+0
* Clearing sources works for string optionsPeter Burkholder2015-03-271-0/+5
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-1/+2
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+53
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-33/+0
* Adding rubygems provider, along with convenience resources for the package typesAdam Jacob2008-10-081-0/+33