summaryrefslogtreecommitdiff
path: root/spec/unit/version_constraint_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* 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-17/+17
| | | | | | | 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-43/+43
|
* Version constraints only show patch level if one is givenBrian Cobb2014-07-141-0/+28
|
* Merge pull request #848 from onddo/CHEF-4298Claire McQuin2014-06-091-2/+14
|\ | | | | [CHEF-4298] dependencies in metadata.rb require a space
| * [CHEF-4298] some tests added for "dependencies in metadata.rb require a space"Xabier de Zuazo2013-06-231-2/+14
| |
* | Make root_dir required for CookbookVersion to generate manifestJohn Keiser2014-04-231-1/+1
|/
* [CHEF-3919] Removed Chef::Version::Cookbook code and replaced by a ↵Xabier de Zuazo2013-04-111-1/+1
| | | | Chef::Version::Platform class, reverting Chef::Version class changes
* [CHEF-3919] tests added for Chef::VersionConstraint::Cookbook classXabier de Zuazo2013-04-111-0/+5
|
* [CHEF-3919] cookbook version specific code factored out from Chef::Version, ↵Xabier de Zuazo2013-04-111-1/+1
| | | | 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/+134
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!