summaryrefslogtreecommitdiff
path: root/lib/chef/resource_collection/resource_list.rb
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-4/+4
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Delegate Array methods rather than hardcoding into the ResourceList class.sersut/resource-list-specsSerdar Sutay2014-10-211-20/+9
|
* Add pending specs for resource list.Serdar Sutay2014-10-201-1/+0
|
* 1) No longer allowing multiple args passed to ResourceCollection#<< 2) ↵tyler-ball2014-10-171-12/+0
| | | | removing ResourceCollection#insert_at
* Added some documentation and cleaned up unecessary TODOs. Added first round ↵tyler-ball2014-10-161-10/+23
| | | | of specs for the new classes.
* Moving resource_set and resource_list so they are hidden from consumers more ↵tyler-ball2014-10-161-0/+100
since we don't want to change the resource_collection API yet