summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-03-22 18:49:03 -0700
committerDaniel DeLeo <dan@opscode.com>2011-03-22 18:49:03 -0700
commit60b555b60040059ecbfe327766c1d4609227f4e8 (patch)
treeb7fcee18f830af0d86d9e2c5c87d670c07e7e287 /Rakefile
parent2589ac6fce8410b30949b5016c3eb5533353a443 (diff)
downloadohai-60b555b60040059ecbfe327766c1d4609227f4e8.tar.gz
Switched ohai to yajl. remove ability to serialize Ohai::System
serializing feature had no tests, is not used in chef. plus, you can just serialize the @data hash.
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 529fd52b..97919e35 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'date'
require 'spec/rake/spectask'
GEM = "ohai"
-GEM_VERSION = "0.5.9"
+GEM_VERSION = "0.6.0.beta.0"
AUTHOR = "Adam Jacob"
EMAIL = "adam@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/ohai"
@@ -22,7 +22,7 @@ spec = Gem::Specification.new do |s|
s.email = EMAIL
s.homepage = HOMEPAGE
- s.add_dependency "json", ">= 1.4.4", "<= 1.4.6"
+ s.add_dependency "yajl-ruby", "~> 0.7.8"
s.add_dependency "extlib"
s.add_dependency "systemu"
s.add_dependency "mixlib-cli"