ruby-ipmitool 0.1 → 0.2

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.
Files changed (2) hide show
  1. data/lib/ruby-ipmitool.rb +1 -1
  2. metadata +5 -7
data/lib/ruby-ipmitool.rb CHANGED
@@ -1,4 +1,4 @@
1
- require 'ping'
1
+ require 'ping' if RUBY_VERSION.to_i < 1.9
2
2
 
3
3
  module Kernel
4
4
  private
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: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 1
9
- version: "0.1"
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-23 00:00:00 -04:00
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.5.0
59
+ rubygems_version: 1.7.2
62
60
  signing_key:
63
61
  specification_version: 3
64
62
  summary: Wrapper for the linux ipmitool command