summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Less contrained versions and fix copyrightruby22Tim Smith2016-10-132-3/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Require Ruby 2.2Tim Smith2016-09-293-9/+4
| | | | | | Remove the rack pin Signed-off-by: Tim Smith <tsmith@chef.io>
* Add a contributing docs linkTim Smith2016-09-291-1/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Make the Rake test the worldTim Smith2016-09-293-5/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #19 from chef/1_7_1v1.7.1Matt Wrock2016-08-122-1/+8
|\ | | | | Release 1.7.1
| * Release 1.7.1Matt Wrock2016-08-122-1/+8
|/
* Merge pull request #18 from chef/tm/configured_appMatt Wrock2016-08-123-0/+13
|\ | | | | Allow applications to query if they've got loggers
| * pin rack to avoid ruby version errorsMatt Wrock2016-08-121-0/+1
| |
| * Allow applications to query if they've got loggersThom May2016-08-122-0/+12
|/ | | | | | This is required to avoid the problems in #17 Signed-off-by: Thom May <thom@may.lt>
* Release 1.7.0v1.7.0Thom May2016-08-042-8/+61
| | | | Signed-off-by: Thom May <thom@may.lt>
* 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
| |