elesai 0.4.0 → 0.5.1
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/elesai/lsi.rb +1 -2
- data/lib/elesai/version.rb +1 -1
- metadata +7 -5
data/lib/elesai/lsi.rb
CHANGED
data/lib/elesai/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: elesai
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.1
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -34,7 +34,7 @@ dependencies:
|
|
34
34
|
requirements:
|
35
35
|
- - ! '>='
|
36
36
|
- !ruby/object:Gem::Version
|
37
|
-
version: 0.
|
37
|
+
version: 0.2.0
|
38
38
|
type: :runtime
|
39
39
|
prerelease: false
|
40
40
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -42,8 +42,10 @@ dependencies:
|
|
42
42
|
requirements:
|
43
43
|
- - ! '>='
|
44
44
|
- !ruby/object:Gem::Version
|
45
|
-
version: 0.
|
46
|
-
description:
|
45
|
+
version: 0.2.0
|
46
|
+
description: Elesai is a wrapper around LSI's MegaCli utility that provides access
|
47
|
+
to common types of information about the RAID controllers. It also has Nagios plugin
|
48
|
+
personalities
|
47
49
|
email: gerir@evernote.com
|
48
50
|
executables:
|
49
51
|
- elesai
|
@@ -86,5 +88,5 @@ rubyforge_project:
|
|
86
88
|
rubygems_version: 1.8.23
|
87
89
|
signing_key:
|
88
90
|
specification_version: 3
|
89
|
-
summary:
|
91
|
+
summary: Wrapper for LSI's MegaCli utility
|
90
92
|
test_files: []
|