summaryrefslogtreecommitdiff
path: root/ohai.gemspec
diff options
context:
space:
mode:
authorTheodore Nordsieck <theo@opscode.com>2013-09-16 12:55:06 -0700
committerTheodore Nordsieck <theo@opscode.com>2013-09-17 15:33:08 -0700
commit938a15b2e310a22a093220b7bbb816e69942b6eb (patch)
tree7ab599697be13eed03eaba479cfac58f63ed5e7f /ohai.gemspec
parentd6492119f4e18c879979666086dcc1c0dabd04ba (diff)
downloadohai-938a15b2e310a22a093220b7bbb816e69942b6eb.tar.gz
Converted run_command on windows from systemu to Mixlib::ShellOut.
Diffstat (limited to 'ohai.gemspec')
-rw-r--r--ohai.gemspec9
1 files changed, 0 insertions, 9 deletions
diff --git a/ohai.gemspec b/ohai.gemspec
index 5f0db9e4..93b2429c 100644
--- a/ohai.gemspec
+++ b/ohai.gemspec
@@ -12,15 +12,6 @@ Gem::Specification.new do |s|
s.email = "adam@opscode.com"
s.homepage = "http://wiki.opscode.com/display/chef/Ohai"
- # This only helps with bundler because otherwise we make a dependency based
- # on what platform we are building a gem on, not what platform we are
- # installing it on.
- if RUBY_PLATFORM =~ /mswin|mingw|windows/
- s.add_dependency "systemu", "~> 2.2.0"
- else
- s.add_dependency "systemu"
- end
-
s.add_dependency "yajl-ruby"
s.add_dependency "mixlib-cli"
s.add_dependency "mixlib-config", ">= 2.0.0.rc.4"