summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump version to 1.0.0 by Chef Expeditorv1.0.0Chef Expeditor2018-12-041-3/+11
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #7 from chef/expeditor2Tim Smith2018-12-034-3/+61
|\ | | | | Wire up expeditor
| * Wire up expeditorTim Smith2018-12-034-3/+61
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #6 from chef/cleanupTim Smith2018-10-2510-33/+103
|\ | | | | Sync boilerplate with other gems
| * Update the homepage and use a SPDX compliant license stringcleanupTim Smith2018-10-231-2/+2
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Move contributing information to the readmeTim Smith2018-10-233-22/+23
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Remove dev deps from the gemspecTim Smith2018-10-231-2/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add standard rake tasksTim Smith2018-10-232-1/+34
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Add github PR/issue templates and a codeowners fileTim Smith2018-10-233-0/+30
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Test on modern ruby releases in TravisTim Smith2018-10-231-6/+14
|/ | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #4 from tas50/masterTim Smith2015-12-0911-21/+27
|\ | | | | Swap pry-debugger for pry-byebug and add readme badges
| * Resolve rspec deprecation warningTim Smith2015-10-301-1/+0
| | | | | | | | | | | | "RSpec::Core::Configuration#treat_symbols_as_metadata_keys_with_true_values= is deprecated, it is now set to true as default and setting it to false has no effect."
| * pry-debugger doesn't work in Ruby 2+. Switch to bye-bugTim Smith2015-10-301-1/+1
| |
| * Update travis configTim Smith2015-10-301-2/+6
| | | | | | | | | | | | Remove Ruby 1.9.3 and add 2.2 Cache bundler installs for faster testing and use the container based setup
| * getchef.com -> chef.ioTim Smith2015-10-307-14/+14
| |
| * Fix the contributing linkTim Smith2015-10-301-1/+1
| |
| * Add travis and gem version badge to the readmeTim Smith2015-10-301-2/+5
|/
* Bump version for 1.0.0 release1.0.0adamedx2014-05-291-1/+1
|
* Remove overly aggressive Ruby minimum version1.0.0.rc.1adamedx2014-05-193-4/+2
|
* Merge remote-tracking branch 'origin/adamed/docs'1.0.0.rc.0Adam Edwards2014-05-182-3/+71
|\
| * Update documentationadamed/docsAdam Edwards2014-05-182-3/+71
|/
* Merge remote-tracking branch 'origin/adamed/tests'Adam Edwards2014-05-187-44/+501
|\
| * Non-windows fixes for WIN32OLERuntimeErroradamed/testsadamedx2014-05-171-16/+16
| |
| * Stub windows only constants / methods in unit tests to work outside of WindowsAdam Edwards2014-05-171-0/+8
| |
| * Bump version numberAdam Edwards2014-05-171-1/+1
| |
| * Better default error messages, refactor error message codeAdam Edwards2014-05-173-13/+48
| |
| * More specific error handlingAdam Edwards2014-05-174-22/+150
| |
| * Stub constant that is not defined on non-Windows platformsAdam Edwards2014-05-151-0/+1
| |
| * Some unit test cleanupAdam Edwards2014-05-151-31/+20
| |
| * Delay connection to first query, not constructorAdam Edwards2014-05-153-5/+33
| |
| * Fix line endingsAdam Edwards2014-05-151-1/+0
| |
| * Functional tests, raise exceptions on query failuresAdam Edwards2014-05-155-9/+278
|/
* Add file to simplify require from wmi-lite/wmi to wmi-liteAdam Edwards2014-05-142-2/+22
|
* Fix incorrect class names, require in READMEAdam Edwards2014-05-141-3/+3
|
* Add RakefileAdam Edwards2014-05-141-0/+1
|
* Use pre-release version specAdam Edwards2014-05-141-1/+1
|
* Merge branch 'adamed/instance'Adam Edwards2014-05-132-2/+3
|\
| * Make awkward class method an instance methodAdam Edwards2014-05-131-2/+2
| |
| * Add missing require for wmi_instanceAdam Edwards2014-05-131-0/+1
|/
* Merge remote-tracking branch 'origin/adamed/refactor'Adam Edwards2014-05-135-3/+3
|\
| * Remove underscore in favor of hyphen in namingAdam Edwards2014-05-135-3/+3
|/
* Fix source file location / namespacing issuesAdam Edwards2014-05-132-4/+1
|
* Basic unit testAdam Edwards2014-05-134-10/+80
|
* Initial commitAdam Edwards2014-05-1214-0/+500