Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't pass directories to Gem::Specification#files. | Martin Vidner | 2013-05-23 | 1 | -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 Vidner | 2013-05-23 | 1 | -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 ↵ | sersut | 2013-02-15 | 1 | -1/+5 |
| | | | | chef-service on windows platforms. | ||||
* | CHEF-3863: Return to not trusting the JSON gem at all | Bryan McLellan | 2013-02-12 | 1 | -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 gemspec | Bryan McLellan | 2013-02-06 | 1 | -1/+1 |
| | | | | Use bundler or magic to install it | ||||
* | CHEF-2960 - Increase JSON constraint | Bryan McLellan | 2013-02-06 | 1 | -1/+1 |
| | |||||
* | CHEF-3156 - Be more optimistic about net-ssh | Bryan McLellan | 2013-02-06 | 1 | -1/+1 |
| | |||||
* | [CHEF-3571] update gemspec for chef-recipe -> chef-apply | danielsdeleo | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | CHEF-3571 add chef-recipe command | Bryan Berry | 2013-01-17 | 1 | -1/+1 |
| | |||||
* | [CHEF-3497] Require mixlib-cli ~> 1.3.0 | danielsdeleo | 2013-01-16 | 1 | -1/+1 |
| | |||||
* | update rspec dependency to 2.12.x | danielsdeleo | 2013-01-07 | 1 | -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 cksums | danielsdeleo | 2012-12-21 | 1 | -2/+1 |
| | | | | This also eliminates the dependency on moneta. | ||||
* | remove deprecated `has_rdoc` | danielsdeleo | 2012-11-19 | 1 | -1/+0 |
| | |||||
* | [OC-3564] move README to markdown format | Seth Chisamore | 2012-10-30 | 1 | -3/+3 |
| | |||||
* | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 1 | -0/+40 |
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo! |