ruby-ipmitool 0.2 → 0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/ruby-ipmitool.rb +1 -1
  2. metadata +3 -3
@@ -1,4 +1,4 @@
1
- require 'ping' if RUBY_VERSION.to_i < 1.9
1
+ require 'ping' if RUBY_VERSION.split('.')[1].to_i <= 8
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: 15
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 2
9
- version: "0.2"
8
+ - 3
9
+ version: "0.3"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Eugene Howe