summaryrefslogtreecommitdiff
path: root/Rakefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove old test / docs depsregex_splitTim Smith2021-03-151-7/+0
| | | | | | Help with builds on Ruby 2.4 Signed-off-by: Tim Smith <tsmith@chef.io>
* Optimize our requiresTim Smith2020-08-211-1/+1
| | | | | | Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem. Signed-off-by: Tim Smith <tsmith@chef.io>
* Chefstyle fixesTim Smith2019-08-061-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Use the standard rakefileTim Smith2019-08-061-9/+14
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add the actual rake updatesTim Smith2018-07-301-4/+22
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* remove hashrocket syntaxLamont Granquist2018-06-261-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* ninja fixLamont Granquist2016-12-061-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Chefstyle and modernisev1.4.1Thom May2016-06-081-39/+11
| | | | Signed-off-by: Thom May <thom@may.lt>
* Use document formatter for rspecJay Mundrawala2015-11-101-1/+1
|
* Get tests to runJay Mundrawala2015-11-101-3/+3
|
* version 1.2.1: fix for parsing 1.0 client signing descriptions which do not ↵Tim Hinderliter2012-05-141-1/+1
| | | | contain 'algorithm': default to 'sha1' if it's not there.
* fixes for long user idChristopher Brown2012-05-091-1/+1
|
* Add a gemspec so mixlib-authn can be bundledDaniel DeLeo2011-03-091-22/+4
|
* switch to rspec2Daniel DeLeo2011-03-031-4/+4
|
* bump to dev version 1.1.5Daniel DeLeo2010-08-061-1/+1
|
* bump version to 1.1.4 for release1.1.4Daniel DeLeo2010-07-231-1/+1
|
* bump to dev versionDaniel DeLeo2010-07-221-1/+1
|
* Bumping version to 1.1.2beta-1alpha_deploy_41.1.2Adam Jacob2010-03-171-1/+1
|
* Bumping the version of mixlib-authenticationAdam Jacob2010-03-171-1/+1
|
* Bumping the version to 1.1.0alpha_deploy_3alpha_deploy_21.1.0Adam Jacob2010-02-281-2/+1
|
* Merge branch 'danielsdeleo/CHEF-902'Adam Jacob2010-02-081-1/+0
|\
| * remove dangling gem dep on ruby-hmacDaniel DeLeo2010-02-051-1/+0
| |
| * Incorrectly added openssl as a gem dependency. That was wrongIan Meyer2010-01-291-1/+0
| |
| * CHEF-902 remove digest/hmac and use openssl insteadIan Meyer2010-01-291-0/+1
| |
* | removed 'sudo' from 'gem install' line in rule for 'rake install'Tim Hinderliter2010-02-021-1/+1
|/
* fix CHEF-808: rm cucumber from RakefileDan DeLeo2009-12-191-8/+1
| | | | | | | * there are no cucumber features, so there doesn't need to be a rake task for them. * there also doesn't need to be any dependency on cucumber * set the :default task to depend on :spec instead of :test
* Adding dependencies to the RakefileAdam Jacob2009-08-181-1/+2
|
* initial commit for new repositoryChristopher Brown2009-08-061-0/+72