summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAJ Christensen <aj@junglist.gen.nz>2009-10-27 08:44:02 +1300
committerAJ Christensen <aj@junglist.gen.nz>2009-10-27 08:44:02 +1300
commit5bdfa78468f876820d43e065d5138d5791ee1a6b (patch)
treeb60545db8e8a114af01513b0f5b8d1ff036ef26a
parent51702bbd6bc5eab3a3366b7153f80fc5ba7edb7e (diff)
downloadohai-0.3.6.tar.gz
Release Ohai 0.3.60.3.6
-rw-r--r--CHANGELOG10
-rw-r--r--Rakefile2
-rw-r--r--lib/ohai.rb2
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9e8831f1..ec2d94c3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,13 @@
+Mon Oct 27 6:26:00 NZDT 2009
+Release Notes - Ohai - Version 0.3.6
+
+** Bug
+ * [OHAI-131] - ohai lies about its version
+ * [OHAI-134] - yajl-ruby causes incompatibility with json gem
+
+** Improvement
+ * [OHAI-135] - include man page
+
Wed Oct 7 12:30:00 NZDT 2009
Release Notes - Ohai - Version 0.3.4rc0
http://tickets.opscode.com
diff --git a/Rakefile b/Rakefile
index a816b4cd..708f91aa 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'date'
require 'spec/rake/spectask'
GEM = "ohai"
-GEM_VERSION = "0.3.4"
+GEM_VERSION = "0.3.6"
AUTHOR = "Adam Jacob"
EMAIL = "adam@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/ohai"
diff --git a/lib/ohai.rb b/lib/ohai.rb
index d84c4350..d2e0b338 100644
--- a/lib/ohai.rb
+++ b/lib/ohai.rb
@@ -23,5 +23,5 @@ require 'ohai/config'
require 'ohai/system'
module Ohai
- VERSION = '0.3.3'
+ VERSION = '0.3.6'
end