summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* enable changelog generatorThom May2016-08-042-0/+10
| | | | Signed-off-by: Thom May <thom@may.lt>
* Merge pull request #16 from chef/tm/update_travisThom May2016-08-042-11/+15
|\ | | | | test with updated ruby versions and run cucumber
| * test with updated ruby versions and run cucumbertm/update_travisThom May2016-08-032-11/+15
| | | | | | | | | | | | bonus Rakefile updates Signed-off-by: Thom May <thom@may.lt>
* | fix chefstyleThom May2016-08-031-2/+2
|/ | | | Signed-off-by: Thom May <thom@may.lt>
* Merge pull request #13 from mhorbul/close-on-resetThom May2016-08-032-0/+58
|\ | | | | File log devices opened by mixlib-log should be closed.
| * make travis-ci happyMax Horbul2016-03-181-4/+4
| |
| * clean up warnings related to the old rspec syntaxMax Horbul2016-03-181-2/+2
| |
| * add comment to the shady codeMax Horbul2016-03-181-0/+4
| |
| * File log devices opened by mixlib-log should be closed.Max Horbul2016-03-182-0/+54
|/ | | | | | | Ruby does not have a destructor concept so the opened files should be closed explicitely. The ruby logger which is used as a default logger here does not close logdevices it opened until #close method is called. When #rest! happens the logger instance gets destroyed but the #close method is not triggered. This patch should help to solve the problem described here: https://github.com/chef/chef/issues/3435
* Merge pull request #15 from chef/cleanupThom May2016-03-021-0/+1
|\ | | | | Add dev dependency on chefstyle
| * Add dev dependency on chefstyleTim Smith2016-03-021-0/+1
| |
* | Merge pull request #14 from chef/cleanupThom May2016-03-0215-162/+202
|\ \ | |/ | | Misc cleanup + add Travis
| * Update to rspec 3.X formatcleanupTim Smith2016-03-013-27/+25
| | | | | | | | It's possible the specs need more cleanup. I only focuses on deprecation messages.
| * Add travis configTim Smith2016-03-011-0/+19
| |
| * Use https rubygemsTim Smith2016-03-011-1/+1
| |
| * Resolve chef style issuesTim Smith2016-03-0110-78/+73
| |
| * Opscode -> ChefTim Smith2016-03-0110-33/+34
| |
| * Convert readme to markdown and add contentTim Smith2016-03-013-25/+52
|/ | | | Add license + badges
* Merge pull request #9 from benders/patch-1Bryan McLellan2015-10-231-0/+1
|\ | | | | | | | | Include the license type in the .gemspec *Obvious fix*
| * Include the license type in the .gemspecNic Benders2015-04-201-0/+1
| |
* | Ship the Gemfile so the tests can be run from the gemJohn Keiser2015-09-301-1/+1
|/
* Remove CONTRIBUTIONS.md and merge it's contents with CHANGELOG.md.sersut2014-05-232-7/+5
|
* Merge pull request #4 from ampledata/patch-1Serdar Sutay2014-05-211-17/+17
|\ | | | | Fixing RDoc formatting of README.rdoc.
| * Fixing RDoc formatting of README.rdoc.Greg Albrecht2012-04-011-17/+17
| |
* | Merge pull request #7 from ketan/add-does-not-pass-args-correctlySerdar Sutay2014-05-212-1/+10
|\ \ | | | | | | Ensure that arguments to Mixlib::Log#add are passed as is to all loggers
| * | Ensure that arguments to Mixlib::Log#add are passed as is to all loggersKetan Padegaonkar2012-12-152-1/+10
| | |
* | | New policy files.sersut2014-02-272-0/+12
| | |
* | | Release 1.6.0 (relaxed dependencies)John Keiser2013-04-021-1/+1
| | |
* | | Release 1.4.2 (relaxed dependencies)John Keiser2013-04-021-1/+1
| | |
* | | Merge branch 'jk/MIXLIB-10'John Keiser2013-04-022-6/+3
|\ \ \ | |/ / |/| |
| * | Depessimize rake, rspec and cucumber versionsjk/MIXLIB-10jkeiser2013-02-071-3/+3
| | |
| * | Use the gemspec versions of gems, rather than overriding themjkeiser2013-02-071-3/+0
|/ /
* | Release 1.4.1 (add rubygem-test)1.4.1Bryan McLellan2012-06-081-1/+1
| |
* | Add .gemtest and Rakefile to s.files for testingBryan McLellan2012-06-082-1/+4
| |
* | Release 1.4.01.4.0Bryan McLellan2012-06-081-1/+1
| |
* | Add cucumber to Gemfile for featuresBryan McLellan2012-06-081-0/+1
| |
* | update spec tests for CHEF-2161Bryan McLellan2012-06-081-2/+2
| |
* | Add .gemtst for test.rubygems.orgBryan McLellan2012-06-071-0/+0
| |
* | CHEF-3169: Include tests in gem package for distros, test.rubygems.org, etcBryan McLellan2012-06-071-1/+1
| |
* | Changing to iso8661 - fixes CHEF-2161Adam Jacob2012-06-071-2/+2
| |
* | Merge branch 'CHEF-3174'Bryan McLellan2012-06-075-13/+14
|\ \
| * | Remove LoadError handling for missing rspec gemBjörn Albers2012-06-071-12/+4
| | | | | | | | | | | | Bundler now handles all development dependencies
| * | Ignore vendor dirBjörn Albers2012-06-071-0/+1
| | | | | | | | | | | | | | | Relevant when installing gems on a project base with `bundle install --path vendor`
| * | Fix obsolete require statement for rspecBjörn Albers2012-06-071-1/+1
| | | | | | | | | | | | (The old one brakes with RSpec 2.*)
| * | Add rake task for CucumberBjörn Albers2012-06-071-0/+5
| | |
| * | Add missing dev dependenciesBjörn Albers2012-06-071-0/+3
| | |
| * | Ignore .bundle and Gemfile.lockBjörn Albers2012-06-071-0/+1
| | |
| * | Add default Gemfile (bundle gem ...)Björn Albers2012-06-071-1/+0
|/ /
* | add Gemfile.lock to gitignoreBryan McLellan2012-06-071-0/+1
| |
* | Add development gems in gemfileBryan McLellan2012-06-071-0/+11
| |