File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
11
Wed Oct 7 12:30:00 NZDT 2009
2
12
Release Notes - Ohai - Version 0.3.4rc0
3
13
http://tickets.opscode.com
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ require 'date'
5
5
require 'spec/rake/spectask'
6
6
7
7
GEM = "ohai"
8
- GEM_VERSION = "0.3.4 "
8
+ GEM_VERSION = "0.3.6 "
9
9
AUTHOR = "Adam Jacob"
10
10
11
11
HOMEPAGE = "http://wiki.opscode.com/display/ohai"
Original file line number Diff line number Diff line change 23
23
require 'ohai/system'
24
24
25
25
module Ohai
26
- VERSION = '0.3.3 '
26
+ VERSION = '0.3.6 '
27
27
end
You can’t perform that action at this time.
0 commit comments