ohai 0.6.6.rc.1 → 0.6.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/ohai/version.rb +1 -1
- metadata +9 -13
data/lib/ohai/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,15 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ohai
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 11
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 6
|
|
9
9
|
- 6
|
|
10
|
-
|
|
11
|
-
- 1
|
|
12
|
-
version: 0.6.6.rc.1
|
|
10
|
+
version: 0.6.6
|
|
13
11
|
platform: ruby
|
|
14
12
|
authors:
|
|
15
13
|
- Adam Jacob
|
|
@@ -17,7 +15,7 @@ autorequire:
|
|
|
17
15
|
bindir: bin
|
|
18
16
|
cert_chain: []
|
|
19
17
|
|
|
20
|
-
date: 2011-
|
|
18
|
+
date: 2011-10-03 00:00:00 Z
|
|
21
19
|
dependencies:
|
|
22
20
|
- !ruby/object:Gem::Dependency
|
|
23
21
|
name: yajl-ruby
|
|
@@ -377,18 +375,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
377
375
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
378
376
|
none: false
|
|
379
377
|
requirements:
|
|
380
|
-
- - "
|
|
378
|
+
- - ">="
|
|
381
379
|
- !ruby/object:Gem::Version
|
|
382
|
-
hash:
|
|
380
|
+
hash: 3
|
|
383
381
|
segments:
|
|
384
|
-
-
|
|
385
|
-
|
|
386
|
-
- 1
|
|
387
|
-
version: 1.3.1
|
|
382
|
+
- 0
|
|
383
|
+
version: "0"
|
|
388
384
|
requirements: []
|
|
389
385
|
|
|
390
386
|
rubyforge_project:
|
|
391
|
-
rubygems_version: 1.
|
|
387
|
+
rubygems_version: 1.8.10
|
|
392
388
|
signing_key:
|
|
393
389
|
specification_version: 3
|
|
394
390
|
summary: Ohai profiles your system and emits JSON
|