summaryrefslogtreecommitdiff
path: root/lib/chef/version_constraint.rb
Commit message (Collapse)AuthorAgeFilesLines
* VersionConstraint does not need a raw_version attributeBrian Cobb2014-07-141-2/+2
|
* Version constraints only show patch level if one is givenBrian Cobb2014-07-141-2/+2
|
* [CHEF-4298] Coookbook::Metadata: avoid converting 2 part versions to 3 part ↵Xabier de Zuazo2014-05-251-4/+5
| | | | versions, added #normalize_version_constraint method
* [CHEF-4298] dependencies in metadata.rb require a spaceXabier de Zuazo2013-06-231-1/+1
|
* [CHEF-3919] "~> 1" pessimistic version constraint parsing fixed in ↵Xabier de Zuazo2013-04-111-1/+1
| | | | VersionConstraint class.
* [CHEF-3919] cookbook version specific code factored out from Chef::Version, ↵Xabier de Zuazo2013-04-111-4/+5
| | | | new classes created: Chef::Version::Cookbook and Chef::VersionConstraint::Cookbook
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+116
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!