summaryrefslogtreecommitdiff
path: root/ohai.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* Require at least mixlib-log 1.7.1gem_install_fixTim Smith2016-08-151-1/+1
| | | | | | Our use of the configured method now fails if we're not on 1.7.1. Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix comment typorack_fixTim Smith2016-08-101-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Constrain rack to 1.0Tim Smith2016-08-101-0/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix install on Ruby 2.1 by bumping github_changelog_generatorTim Smith2016-08-101-1/+1
| | | | | | | github_changelog_generator 1.13.1 bumps the github api to a version that contrains rack to allow for Ruby 2.1 installs. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove support for Ruby 2.0Tim Smith2016-07-011-1/+1
| | | | | | | Also test on more specific Ruby versions since the rbenv aliases don't point to current. Signed-off-by: Tim Smith <tsmith@chef.io>
* Lock plist to 3.xdanielsdeleo2016-03-181-1/+1
| | | | | Both 3.1 and 3.2 seem to work. Currently Chef is pinned to 3.1.x, so I set the pin there to avoid conflict with Chef.
* Make rake a dev dependencydanielsdeleo2016-03-141-1/+1
|
* Allow Rake 11.xdanielsdeleo2016-03-141-1/+1
|
* Add back the pin to github changelog generatorTim Smith2016-03-071-1/+1
| | | | Lets see if it installs now
* Unpin github_changelog_generatorJohn Keiser2016-03-041-1/+1
|
* Bump version to 8.11, add changelogsjk/version-bumpJohn Keiser2016-03-021-0/+1
|
* have a proper dependency on plistThom May2016-02-171-0/+1
| | | | Fixes #556
* chefstyle catchup for ohaiLamont Granquist2016-02-111-5/+5
| | | | | there's still a few cops that are unaddressed by this change, so it won't be clean after merging this.
* The mime must dieJay Mundrawala2015-12-071-1/+0
| | | | | | | We don't use this gem and pinning it is causing problems with other things (chef-server). The issue is that chef-server-ctl things are using rest-client, which requires mime-types < 3.
* Merge pull request #650 from halostatue/mime-types-3Thom May2015-12-021-1/+1
|\ | | | | mime-types 3 is Ruby 2.0+ only
| * mime-types 3 is Ruby 2.0+ onlyAustin Ziegler2015-11-231-1/+1
| | | | | | | | This was released on the 2015-11-21.
* | Merge pull request #627 from chef/tc/tale-of-two-chefsTim Smith2015-11-251-1/+1
|\ \ | |/ |/| Removed chef as development_dependency in gemspec as it is already li…
| * Removed chef as development_dependency in gemspec as it is already listed in ↵tc/tale-of-two-chefsTyler Cloke2015-09-291-1/+1
| | | | | | | | Gemfile development block.
* | Add gemspec files to allow bundler to run from the gemKartik Null Cating-Subramanian2015-10-091-1/+1
| |
* | Ship our Gemfile so people can run our tests from the gemJohn Keiser2015-09-301-1/+1
|/
* Grab alpha release of chef-config gemmcquin/chef-config-alphaClaire McQuin2015-07-231-1/+1
| | | I've just release chef-config 12.5.0.alpha.1, which includes changes needed for ohai config.
* Update the chef-config dependency version to be compatible with chefmcquin/fix-depsClaire McQuin2015-07-221-1/+9
|
* Add ohai config context and deprecate top-level config.Claire McQuin2015-07-211-0/+1
|
* rspec_junit_formatter has been released with RSpec3 support; removeJulian C. Dunn2015-07-181-3/+3
| | | | | | pinning. Also clean up .gemspec for domain name, etc.
* need ffi-yajl >= 2.2 for utf8 fixesLamont Granquist2015-05-261-1/+1
|
* Reverting #354 because change bring in GPLv3 dependencyjdm/354Jay Mundrawala2015-03-181-1/+0
| | | | | | | Revert "Merge pull request #354 from lndbrg/cloudstack-support" This reverts commit ca805e6952eae39bc53113d2da798b1dcd0d51de, reversing changes made to 0779baf28aa230c134877122dbafa8eacb7b29bd.
* bumping ffi-yajl to pick up 2.xlcg/bump-ffi-yajlLamont Granquist2015-03-171-1/+1
| | | | 1.x still works fine, so leaving the lower floor in place.
* Update mime-types dep to ~> 2.0Bryan McLellan2015-02-171-1/+1
| | | | Fixes #416
* restrict to ruby >= 2.0.0 to match chefLamont Granquist2014-12-031-0/+2
|
* use mixlib-shellout 2.0 releas8.0.0Lamont Granquist2014-12-031-1/+1
|
* bump mixlib-shellout + misc gemspecLamont Granquist2014-09-081-5/+3
| | | | | | - bumps ohai version - update homepage - update rake now that we've dropped 1.8
* Add license to gemspecBryan McLellan2014-09-031-0/+1
|
* remove ffi_yajl monkeypatchingLamont Granquist2014-08-261-1/+1
| | | | | also remove last few straggling JSON gem uses. requires a minor version bump of ohai to pick up DateTime serialization to JSON.
* Merge pull request #354 from lndbrg/cloudstack-supportClaire McQuin2014-08-071-0/+1
|\ | | | | Cloudstack support
| * Add new dependcency on net-dhcp.Olle Lundberg2014-07-031-0/+1
| |
* | remove rspec_junit_formatter from gemspecLamont Granquist2014-07-221-1/+1
| |
* | semver-style pin ffi_yajl to 1.xLamont Granquist2014-07-211-1/+1
|/
* Bump ffi version to something compatible with chef.sersut2014-06-271-1/+1
|
* convert to using ffi-yajlLamont Granquist2014-06-241-1/+1
|
* Back to one gemspec since FFI will be needed on all platforms soon anywayadamedx2014-06-191-0/+1
|
* Use platform-specific gemspec to conform to static evaluation of gemspecsadamedx2014-06-191-1/+0
|
* Windows root_group testsAdam Edwards2014-06-191-1/+1
|
* OHAI-491: Implement root_group provider for WindowsAdam Edwards2014-06-191-0/+1
|
* Lock rspec version to 3.x, add collection matchersdanielsdeleo2014-06-091-3/+4
|
* Merge pull request #337 from juliandunn/OHAI-584Julian C. Dunn2014-06-031-1/+1
|\ | | | | [OHAI-584] Update systemu to 2.6.4 for Ruby 2.1.x optimization
| * [OHAI-584] Update systemu to 2.6.4 for Ruby 2.1.x optimizationJulian C. Dunn2014-05-191-1/+1
| |
* | Pin wmi-lite to ~> 1.0sersut2014-05-301-1/+1
| |
* | Update to 1.0.0.rc.1 to fix Ruby 1.8.7adamedx2014-05-191-1/+1
| |
* | Move wmi-lite to pre-release RubyGems gemspec instead of git dependencyadamedx2014-05-181-0/+1
|/
* ninja fix busted README.rdoc referenceLamont Granquist2014-05-061-1/+1
|