summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Migrate verification tests to Buldkitejsinha/migrate_verifyJaymala Sinha2019-10-032-8/+10
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Merge pull request #101 from chef/jsinha/add_expeditorTim Smith2019-10-036-1/+136
|\ | | | | Enable expeditor and BK verification tests
| * Enable expeditor and BK verification testsjsinha/add_expeditorJaymala Sinha2019-10-036-1/+136
|/ | | | | | Enable publishing to rubygems Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Update CODEOWNERSTim Smith2019-08-061-3/+3
|
* Update CODEOWNERSTim Smith2019-08-061-5/+3
|
* Update README.mdTim Smith2019-08-061-0/+9
|
* Merge pull request #100 from olleolleolle/patch-2Tim Smith2019-04-241-1/+0
|\ | | | | CI: Drop 2.3.8 from testing matrix (EOL in 2019-03-31)
| * CI: Drop 2.3.8 (EOL)Olle Jonsson2019-04-241-1/+0
|/ | | | | | Blog post: https://www.ruby-lang.org/en/news/2019/03/31/support-of-ruby-2-3-has-ended/ Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
* Merge pull request #98 from olleolleolle/patch-1Tim Smith2019-04-231-3/+3
|\ | | | | API docs: Avoid YARD warning
| * API docs: Avoid YARD warningOlle Jonsson2019-03-291-3/+3
| | | | | | | | | | | | - [InvalidTagFormat] Invalid tag format for @return Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
* | Merge pull request #99 from olleolleolle/patch-2Tim Smith2019-04-231-2/+1
|\ \ | | | | | | CI: Use 2.4.6
| * | CI: Drop Ruby 2.2Olle Jonsson2019-04-011-1/+0
| | | | | | | | | Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
| * | CI: Use 2.4.6Olle Jonsson2019-04-011-2/+1
| |/ | | | | | | | | | | also: Removes an old setting from Travis. See https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration Signed-off-by: Olle Jonsson <olle.jonsson@gmail.com>
* | Add github templatesTim Smith2019-04-058-1/+121
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #97 from chef/more_cleanupLamont Granquist2018-12-112-5/+5
|\ | | | | Don't ship the rakefile or specs in the gem artifact
| * Don't ship the rakefile or specs in the gem artifactmore_cleanupTim Smith2018-12-102-5/+5
|/ | | | | | No need for these in this gem. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add a code of conduct fileTim Smith2018-12-071-0/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #96 from chef/lcg/chefstyle5Lamont Granquist2018-08-014-6/+6
|\ | | | | fixes for latest chefstyle rules
| * fixes for latest chefstyle ruleslcg/chefstyle5Lamont Granquist2018-07-034-6/+6
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #95 from chef/lcg/chefstyleLamont Granquist2018-06-263-4/+8
|\ | | | | fix some chefstyle
| * fix some chefstyleLamont Granquist2018-06-263-4/+8
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #93 from chef/lcg/yajl-ruby-vulnLamont Granquist2017-11-292-2/+8
|\ | | | | add check for yajl-ruby vulnerability
| * remove bundler installlcg/yajl-ruby-vulnLamont Granquist2017-11-291-1/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add check for yajl-ruby vulnerabilityLamont Granquist2017-11-281-1/+8
|/ | | | | | it looks like this code is not vulnerable Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* update support to ruby >= 2.2Lamont Granquist2017-07-101-6/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #89 from AnalogJ/patch-1Tim Smith2017-06-261-1/+2
|\ | | | | Update README.md, remove support for 2.1.x
| * Update README.md, remove support for 2.1.xJason Kulatunga2017-06-261-1/+2
|/ | | remove support for Ruby 2.1.x from documentation.
* bump version2.3.1Lamont Granquist2017-06-212-2/+11
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* allow github-changelog-generator to be optionalLamont Granquist2017-06-211-5/+9
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* remove duplicated codeLamont Granquist2017-06-213-19/+8
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #87 from chef/cleanupLamont Granquist2017-06-2136-552/+312
|\ | | | | Require Ruby 2.2 and fix testing
| * All non-standard rubies to failcleanupTim Smith2017-06-201-0/+15
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Update travis test to runTim Smith2017-06-202-3/+1
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Switch from reek/rubocop to chefstyleTim Smith2017-06-2031-364/+254
| | | | | | | | | | | | Reek doesn't work with modern Rake Signed-off-by: Tim Smith <tsmith@chef.io>
| * Require Ruby 2.2 and bump depsTim Smith2017-06-201-6/+5
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove the test kitchen stuff that doesn't workTim Smith2017-06-203-104/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Format the readmeTim Smith2017-06-201-73/+31
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test on modern rubyTim Smith2017-06-201-4/+8
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #86 from voxik/fix-licenseLamont Granquist2017-05-311-1/+1
|\ | | | | Fix license.
| * Fix license.Vít Ondruch2017-05-301-1/+1
|/ | | | | | Every file in the repository mentions MIT, while no file mentions ASL. Signed-off-by: Vít Ondruch <vondruch@redhat.com>
* update changelogLamont Granquist2016-07-221-0/+8
|
* bump version to 2.3.02.3.0Lamont Granquist2016-07-221-1/+1
|
* Merge pull request #80 from chef/ruby-2.4.0Lamont Granquist2016-07-222-2/+4
|\ | | | | replace Fixnum+Bignum with Integer
| * remove ruby-head from allowed failuresLamont Granquist2016-07-221-2/+0
| |
| * replace Fixnum+Bignum with Integer?Lamont Granquist2016-07-221-0/+4
|/ | | | i think that's all we have to do?
* Merge pull request #78 from chef/lcg/travis-matrix-updatesLamont Granquist2016-07-225-53/+27
|\ | | | | update travis matrix
| * testing updatesLamont Granquist2016-07-225-53/+27
|/ | | | back to green again
* update changelogLamont Granquist2016-01-072-38/+4
|
* bump version to 2.2.32.2.3Lamont Granquist2016-01-071-1/+1
|
* Merge pull request #75 from chef/lcg/fix-force-encodingLamont Granquist2016-01-062-3/+29
|\ | | | | fix validate_utf8: false encoding coercion