summaryrefslogtreecommitdiff
path: root/chef.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* Don't pass directories to Gem::Specification#files.Martin Vidner2013-05-231-1/+1
| | | | | | | http://rubygems.rubyforge.org/rubygems-update/Gem/Specification.html#method-i-files "Only add files you can require to this list, not directories, etc. Directories are automatically stripped from this list when building a gem, other non-files cause an error."
* CHEF-3685: Fix rspec tests to work from the gem.Martin Vidner2013-05-231-1/+1
| | | | | | | | Some spec examples operate on .dotfiles. These files were missing from the rubygems.org gem file. Note that the fix (with FNM_DOTMATCH) correctly avoids the top-level dotfiles because the glob operates only on subdirectories.
* Create chef-service-manager using distro/service_manager.rb to control ↵sersut2013-02-151-1/+5
| | | | chef-service on windows platforms.
* CHEF-3863: Return to not trusting the JSON gem at allBryan McLellan2013-02-121-1/+3
| | | | | | Within days of relaxing to a pessmistic constraint on patch release there was a patch release with breaking changes. We'll have to go back to testing the latest version by hand again.
* CHEF-3840: remove ronn from the gemspecBryan McLellan2013-02-061-1/+1
| | | | Use bundler or magic to install it
* CHEF-2960 - Increase JSON constraintBryan McLellan2013-02-061-1/+1
|
* CHEF-3156 - Be more optimistic about net-sshBryan McLellan2013-02-061-1/+1
|
* [CHEF-3571] update gemspec for chef-recipe -> chef-applydanielsdeleo2013-01-171-1/+1
|
* CHEF-3571 add chef-recipe commandBryan Berry2013-01-171-1/+1
|
* [CHEF-3497] Require mixlib-cli ~> 1.3.0danielsdeleo2013-01-161-1/+1
|
* update rspec dependency to 2.12.xdanielsdeleo2013-01-071-1/+1
| | | | | The newer version should have the support for metadata/tag filtering of before blocks that we need for functional tests.
* [CHEF-3715] remove caching of sha256 cksumsdanielsdeleo2012-12-211-2/+1
| | | | This also eliminates the dependency on moneta.
* remove deprecated `has_rdoc`danielsdeleo2012-11-191-1/+0
|
* [OC-3564] move README to markdown formatSeth Chisamore2012-10-301-3/+3
|
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+40
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!