snmputils 0.0.1 → 0.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.
- data/lib/snmputils/version.rb +1 -1
- data/snmputils.gemspec +2 -2
- metadata +3 -3
data/lib/snmputils/version.rb
CHANGED
data/snmputils.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Snmp::Utils::VERSION
|
|
9
9
|
spec.authors = ["Ted Cook"]
|
|
10
10
|
spec.email = ["teodoro.cook@gmail.com"]
|
|
11
|
-
spec.description = "
|
|
12
|
-
spec.summary = "
|
|
11
|
+
spec.description = "Functional wrappers for Dave Halliday's ruby-snmp"
|
|
12
|
+
spec.summary = "Functional wrappers for Dave Halliday's ruby-snmp"
|
|
13
13
|
spec.homepage = "https://github.com/teddyphreak/ruby-snmputils.git"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: snmputils
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -123,7 +123,7 @@ dependencies:
|
|
|
123
123
|
- - ~>
|
|
124
124
|
- !ruby/object:Gem::Version
|
|
125
125
|
version: '1.1'
|
|
126
|
-
description:
|
|
126
|
+
description: Functional wrappers for Dave Halliday's ruby-snmp
|
|
127
127
|
email:
|
|
128
128
|
- teodoro.cook@gmail.com
|
|
129
129
|
executables: []
|
|
@@ -172,7 +172,7 @@ rubyforge_project:
|
|
|
172
172
|
rubygems_version: 1.8.25
|
|
173
173
|
signing_key:
|
|
174
174
|
specification_version: 3
|
|
175
|
-
summary:
|
|
175
|
+
summary: Functional wrappers for Dave Halliday's ruby-snmp
|
|
176
176
|
test_files:
|
|
177
177
|
- spec/snmputils/arrayutils_spec.rb
|
|
178
178
|
- spec/snmputils/stringutils_spec.rb
|