summaryrefslogtreecommitdiff
path: root/chef.gemspec
Commit message (Collapse)AuthorAgeFilesLines
...
* | Update gemspec URL and domain nameJulian C. Dunn2014-07-161-2/+2
| |
* | Lock down rest-client to <= 1.6.7Seth Chisamore2014-07-151-1/+4
|/ | | | | | | | The 1.6.8 release of rest-client introduced rdoc as a new runtime dependency. rdoc has ships with fixture data which contains spaces in the filenames which in turn breaks Omnibus builds on Solaris. Full details can be found on the original issue: https://github.com/opscode/chef/pull/1211
* Support --chef-zero-port=A-B,C,D-E syntax for finding portsJohn Keiser2014-07-071-1/+1
|
* Pick the ffi version compliant ohai version.sersut2014-06-271-1/+1
|
* Remove confusing gemspec comment about the no-longer-used json gemJulian C. Dunn2014-06-251-1/+0
|
* remove commented linesLamont Granquist2014-06-231-2/+0
|
* replace yajl and json gem with ffi-yajlLamont Granquist2014-06-231-2/+3
|
* pin rspec_junit_formatter at 0.1.x for ruby 1.8.7Lamont Granquist2014-06-051-2/+6
|
* Pin release versions of ohai and wmi-lite for Ruby 2.0 windows compatibility.sersut2014-05-301-1/+1
|
* Depend on chef-zero 2.1.4John Keiser2014-05-281-1/+1
|
* Bump required revision of chef-zero to 2.1.3John Keiser2014-05-271-1/+1
|
* Explicitly add org defaults to pedant testJohn Keiser2014-05-271-2/+1
| | | | | so that it passes, but don't feed the defaults to the user by default.
* Depend on chef-zero 2.1, which has the right test hooksJohn Keiser2014-05-261-1/+1
|
* Use the released versions of mixlib-shellout and ohai.sersut2014-04-111-2/+2
|
* Bump the version number for RC release and update shellout and ohai dep ↵sersut2014-03-301-2/+2
| | | | versions.
* Restrict rake to 10.1.x because ruby 1.8 support was droppeddanielsdeleo2014-03-241-1/+4
|
* Upgrade Chef Zero & remove PumaSeth Vargo2014-03-121-2/+2
| | | | | | | This commit upgrades Chef Zero to version 2.0.0, which removed Puma entirely. Chef no longer requires Puma at runtime, so it can be moved into the development gem group. Chef Zero 2.0 runs entirely in WEBrick and also uses less memory and a more direct threading approach.
* Upgrade ohai to 7.0.0.rc.0sersut2014-03-071-1/+1
|
* Remove obsolete doc generator depsdanielsdeleo2014-02-041-1/+0
|
* bump to rspec 2.14.xLamont Granquist2014-01-291-1/+1
|
* Bump the mixlib-shellout version to 1.3sersut2014-01-171-1/+1
|
* Lock `sdoc` down to `~> 0.3.0`Seth Chisamore2014-01-101-1/+2
| | | | | | | | | | | | | | | | | | TL;DR - `sdoc ~> 0.4.0` depends on `rdoc ~> 4.0` and this version of `rdoc` breaks our Omnibus builds on Solaris! The full explanation is going to sound long-winded...just bear with me. `rdoc` 0.4.0+ ships with fixture data from MarkdownTest, a Markdown validation test suite. Unfortunately this fixture data also has spaces in all of the file names. `pkgmk`, the utility we use to generate Chef Omnibus packages for Solaris, has a known issues processing file names with spaces: http://compgroups.net/comp.unix.solaris/pkgmk-fails-when-filenames-have-space-chara/295864 Yes, this fix is a metaphor for the age old battle of hipster vs greybeard.
* Remove redundant mime-types version constraint.danielsdeleo2013-12-301-1/+0
| | | | Newer versions of rubygems consider this an error.
* bump up upper limit on json gem to 1.8.1Lamont Granquist2013-12-121-1/+1
|
* Add ability to run recipes directly from chef-client command lineJohn Keiser2013-12-061-1/+1
|
* newly released mime-types requiresJohn Goulah2013-11-261-0/+1
| | | | ruby 1.9.2, so travis tests weren't passing 1.8.7
* Bump chef-zero version to at least 1.7.2danielsdeleo2013-11-191-1/+1
| | | | | | * Provides updated IPv6 support in rspec helper code * Needed for integration tests for CHEF-4616 * https://tickets.opscode.com/browse/CHEF-4616
* [CHEF-4676] Remove overly-aggressive version pinning per @lamont-granquistJulian C. Dunn2013-11-061-1/+1
|
* [CHEF-4676] Update pinning on net-ssh-multi to ~> 1.2.0Julian C. Dunn2013-11-061-1/+1
|
* Pin mime-types to a ruby 1.8 compatible versiondanielsdeleo2013-10-281-0/+5
|
* Add pry as a runtime dependencydanielsdeleo2013-10-181-1/+3
|
* Bump chef-zero to 1.6.2 so tests will passJohn Keiser2013-10-111-1/+1
|
* Add tests for start_chef_zero parameter in knifeJohn Keiser2013-10-021-2/+2
|
* Support start_chef_zero parameter in knife and chef-clientJohn Keiser2013-10-021-1/+2
|
* Normalize whitespace on all filesSeth Vargo2013-09-261-2/+1
|
* Constrain all dependencies to major versionJohn Keiser2013-09-251-8/+8
|
* Constrain mixlib-config to 2.xJohn Keiser2013-09-251-1/+1
|
* Fix activesupport daemonize issue by pulling latest mixlib-configJohn Keiser2013-09-171-1/+1
|
* Fix tests that rely on leaky Chef::ConfigJohn Keiser2013-09-161-1/+1
|
* Use Chef::Config.reset in tests instead of save/load configJohn Keiser2013-09-131-1/+1
|
* Turn off strict config mode explicitlyJohn Keiser2013-09-111-1/+1
|
* Use mixlib-config version with default()John Keiser2013-09-111-1/+1
|
* shell_out to diff => diff-lcs, cleaned up tests, updated gem versionsClaire McQuin2013-07-161-0/+2
|
* Upgrade rspec to 2.13.xdanielsdeleo2013-07-111-1/+1
|
* Add dev dependency on chef-zero for knife testsJohn Keiser2013-06-071-0/+2
|
* 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