summaryrefslogtreecommitdiff
path: root/spec/unit/version_constraint
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-2/+2
| | | | | | | 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.
* Update to RSpec 3.Claire McQuin2014-10-291-7/+7
|
* Normalize whitespace on all filesSeth Vargo2013-09-261-2/+2
|
* [CHEF-3919] "~> 1" pessimistic version constraint parsing fixed in ↵Xabier de Zuazo2013-04-111-1/+13
| | | | VersionConstraint class.
* [CHEF-3919] Removed Chef::Version::Cookbook code and replaced by a ↵Xabier de Zuazo2013-04-111-7/+7
| | | | Chef::Version::Platform class, reverting Chef::Version class changes
* [CHEF-3919] tests added for Chef::VersionConstraint::Cookbook classXabier de Zuazo2013-04-111-0/+34