Skip to content

Commit 5bdfa78

Browse files
author
AJ Christensen
committed
Release Ohai 0.3.6
1 parent 51702bb commit 5bdfa78

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Mon Oct 27 6:26:00 NZDT 2009
2+
Release Notes - Ohai - Version 0.3.6
3+
4+
** Bug
5+
* [OHAI-131] - ohai lies about its version
6+
* [OHAI-134] - yajl-ruby causes incompatibility with json gem
7+
8+
** Improvement
9+
* [OHAI-135] - include man page
10+
111
Wed Oct 7 12:30:00 NZDT 2009
212
Release Notes - Ohai - Version 0.3.4rc0
313
http://tickets.opscode.com

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'date'
55
require 'spec/rake/spectask'
66

77
GEM = "ohai"
8-
GEM_VERSION = "0.3.4"
8+
GEM_VERSION = "0.3.6"
99
AUTHOR = "Adam Jacob"
1010
1111
HOMEPAGE = "http://wiki.opscode.com/display/ohai"

lib/ohai.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
require 'ohai/system'
2424

2525
module Ohai
26-
VERSION = '0.3.3'
26+
VERSION = '0.3.6'
2727
end

0 commit comments

Comments
 (0)