ruby-ipmitool 0.1 → 0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/ruby-ipmitool.rb +1 -1
- metadata +5 -7
data/lib/ruby-ipmitool.rb
CHANGED
metadata
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-ipmitool
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 15
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: "0.
|
8
|
+
- 2
|
9
|
+
version: "0.2"
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Eugene Howe
|
@@ -14,8 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-04-
|
18
|
-
default_executable:
|
17
|
+
date: 2011-04-28 00:00:00 Z
|
19
18
|
dependencies: []
|
20
19
|
|
21
20
|
description: Wraps most fucntionality of ipmitool including user, sensor, channel, and chassis functions
|
@@ -28,7 +27,6 @@ extra_rdoc_files: []
|
|
28
27
|
|
29
28
|
files:
|
30
29
|
- lib/ruby-ipmitool.rb
|
31
|
-
has_rdoc: true
|
32
30
|
homepage:
|
33
31
|
licenses: []
|
34
32
|
|
@@ -58,7 +56,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
58
56
|
requirements: []
|
59
57
|
|
60
58
|
rubyforge_project:
|
61
|
-
rubygems_version: 1.
|
59
|
+
rubygems_version: 1.7.2
|
62
60
|
signing_key:
|
63
61
|
specification_version: 3
|
64
62
|
summary: Wrapper for the linux ipmitool command
|