summaryrefslogtreecommitdiff
path: root/lib/chef/util/diff.rb
Commit message (Expand)AuthorAgeFilesLines
* use autoloading for many required gemsmwrock2020-09-081-3/+3
* File.exists? -> File.exist?existTim Smith2020-08-121-1/+1
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-10/+10
* Scratch this off the TODO list.Pete Higgins2020-07-241-1/+0
* Minor docs updates and MacOS -> macOSTim Smith2020-06-171-1/+1
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-181-3/+3
* Style/SymbolProcLamont Granquist2019-07-051-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+3
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-2/+2
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-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-2/+2
* Use double quotes by defaultThom May2016-01-141-5/+5
* Capitalize sentencesTim Smith2015-10-181-2/+2
* Util::Diff: remove Object::Encoding existence check (ruby 1.8 specific, issue...Xabier de Zuazo2015-01-271-4/+1
* remove JSON gem usageLamont Granquist2014-08-111-2/+1
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-1/+2
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-2/+1
* Implemented review commentameyavarade2013-10-101-0/+1
* Changes to remove redundant code and use chef/util/diff for knife diffameyavarade2013-10-101-36/+36
* Normalize whitespace on all filesSeth Vargo2013-09-261-3/+3
* IO:: -> IO.Claire McQuin2013-07-171-2/+2
* Added license informationClaire McQuin2013-07-171-0/+25
* required diff librariesClaire McQuin2013-07-161-0/+3
* shell_out to diff => diff-lcs, cleaned up tests, updated gem versionsClaire McQuin2013-07-161-34/+48
* this should have been reverted to old behavior, causes failures onLamont Granquist2013-07-031-0/+1
* diff without argument does not read in 8-bitLamont Granquist2013-07-011-2/+1
* confusingly named varLamont Granquist2013-06-281-2/+2
* fix 1.9 mixlib-shellout encoding issuesLamont Granquist2013-06-281-3/+8
* add some commentsLamont Granquist2013-06-281-0/+5
* many bugs:Lamont Granquist2013-06-281-6/+22
* Treat specialized diff output on Solaris as no diff.sersut2013-06-051-2/+6
* Remove the catch / throw in do_diff.sersut2013-05-201-14/+10
* Fix comments that include FIXME / TODO / XXX.sersut2013-05-201-1/+2
* add back diffing against no file for why-run modeLamont Granquist2013-03-291-6/+21
* refactoring of file providersLamont Granquist2013-03-151-0/+103