summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook/metadata.rb
Commit message (Expand)AuthorAgeFilesLines
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
* Stop handling the deprecated Chef version constraintsDan Webb2020-04-201-21/+20
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Fix typoVivek Singh2020-04-061-2/+2
* Implement eager_load_libraries metadata optionLamont Granquist2020-04-031-2/+26
* Update all our links to use the new docs site formatTim Smith2020-03-041-4/+5
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* Style/ClassCheckLamont Granquist2019-07-051-2/+2
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-2/+2
* Style/SymbolArrayLamont Granquist2019-07-021-4/+4
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* Convert require to require_relativeLamont Granquist2019-05-081-9/+9
* Remove 'attributes' attribute from cookbook metadataTim Smith2019-01-221-53/+2
* Add a few missing license headersTim Smith2019-01-221-1/+0
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-20/+20
* replace some instances of to_hash with to_hlcg/to-h-cleanupLamont Granquist2018-09-261-2/+4
* fix Style/MutableConstantLamont Granquist2018-07-021-2/+2
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-18/+18
* clean up whitespace againLamont Granquist2018-07-021-2/+2
* fix Layout/IndentHeredocLamont Granquist2018-07-021-17/+17
* fix Style/HashSyntaxLamont Granquist2018-07-021-26/+26
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-2/+1
* Cleanup some YARD warningsyard2Tim Smith2017-12-131-2/+2
* chef server rejects metadata with nil maintainerLamont Granquist2017-07-201-2/+2
* RFC 85: Remove unused metadataThom May2017-04-041-111/+2
* raise on cookbook self-dependencyLamont Granquist2017-02-281-2/+2
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-26/+26
* Merge pull request #5548 from chef/lcg/chefstyle-updatesThom May2016-12-071-2/+2
|\
| * fix Style/NilComparisonLamont Granquist2016-12-061-2/+2
* | Merge pull request #5622 from chef/chef-ad/3888Thom May2016-12-071-2/+2
|\ \ | |/ |/|
| * Fixing metadata.json validation, adding spec test to ensure we're actually va...ad/3888andy-dufour2016-09-211-2/+2
* | drop warn all the way down to debuglcg/ignore-unknown-metdata-rb-fieldsLamont Granquist2016-09-211-1/+1
* | ignore unknown metadata fields in metadata.rbLamont Granquist2016-09-211-0/+8
|/
* autofixing Style/AccessModifierIndentation copLamont Granquist2016-08-161-1/+1
* Merge pull request #4478 from chef/lcg/rfc-060-gem-metadataLamont Granquist2016-03-031-1/+19
|\
| * RFC-060 gem metadata MVPLamont Granquist2016-02-091-1/+19
* | flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-11/+11
* | convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-1/+1
* | autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* | auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
|/
* autofixing whitespace copsLamont Granquist2016-02-051-50/+50
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-3/+3
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Require Chef::VersionConstraint::Platform b/c it's used heredanielsdeleo2016-01-211-0/+1
* Use double quotes by defaultThom May2016-01-141-38/+38
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-14/+14
* Use platform version parser to parse supports in metadataJordan Evans2015-12-281-1/+1
* fix use as an accessorLamont Granquist2015-10-261-2/+2