summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update Rakefile for deprecated methodsBryan McLellan2012-06-071-5/+6
|
* Merge branch 'CHEF-3173'Bryan McLellan2012-06-072-1/+8
|\
| * Add example for default base log level.Björn Albers2012-06-011-0/+7
| |
| * Fix inconsistend doc string for default log level.Björn Albers2012-06-011-1/+1
|/
* require explicit rspec for testingBryan McLellan2011-10-011-0/+1
|
* remove debugging1.3.0Daniel DeLeo2011-03-171-1/+0
|
* rm jeweler, make mixlib-log bundler-ableDaniel DeLeo2011-03-175-33/+30
|
* ignore cached rake tasksDaniel DeLeo2011-03-171-0/+1
|
* Add support for initializing Mixlib::Log with a loggerDaniel DeLeo2011-03-172-10/+58
|
* Add input checking when bulk assigning log devicesDaniel DeLeo2011-03-151-2/+8
|
* add multiple logger supportDaniel DeLeo2011-03-153-30/+83
|
* upgrade to rspec 2Daniel DeLeo2011-03-044-25/+7
|
* Version bump to 1.2.01.2.0Daniel DeLeo2010-10-151-2/+3
|
* allow rake to run with dependencies missingDaniel DeLeo2010-10-141-11/+22
|
* Merge branch 'CHEF-1382'Daniel DeLeo2010-10-132-13/+30
|\
| * [CHEF-1382] allow the logger to be reinitializedDaniel DeLeo2010-10-132-13/+30
|/
* Adding the gemcutter task to the rakefilebeta-1alpha_deploy_4alpha_deploy_3alpha_deploy_21.1.0Adam Jacob2010-02-281-0/+1
|
* removed mixlib-log.gemspec, as it's generated by 'rake install'Tim Hinderliter2010-02-221-58/+0
|
* Regenerated gemspec for version 1.1.0v1.1.0Adam Jacob2010-01-051-0/+1
|
* Adding gemspecAdam Jacob2010-01-051-0/+57
|
* Adding the gemspecAdam Jacob2010-01-051-1/+0
|
* Bumping version number to 1.1.0Adam Jacob2010-01-051-2/+2
|
* Merge branch 'CHEF-573'Christopher Brown2009-12-222-2/+2
|\
| * fix makefile and require orderChristopher Brown2009-12-212-2/+2
|/
* Merge branch 'CHEF-762'Christopher Brown2009-12-153-48/+2
|\
| * move to jeweler 1.4 and automatic gemspec generationChristopher Brown2009-12-153-48/+2
|/
* making log level changes backward compatibleChristopher Brown2009-12-143-10/+51
|\
| * make log level changes backward compatibleChristopher Brown2009-12-143-10/+51
| |
* | fix log level settingChristopher Brown2009-12-112-4/+4
| |
* | Merge branch 'PL-335'Christopher Brown2009-12-101-6/+17
|\ \ | |/