netid-tools 0.3.1 → 0.3.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/README.md +4 -0
- data/VERSION +1 -1
- data/netid-tools.gemspec +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -5,6 +5,10 @@ NetID Tools is a Ruby Gem that contains various methods for supporting Uniform A
|
|
|
5
5
|
|
|
6
6
|
Currently the focus is on finding and displaying information on any MySQL database server(s) that users may be running, as well as highlight potential quota issues.
|
|
7
7
|
|
|
8
|
+
## Installing
|
|
9
|
+
|
|
10
|
+
gem install netid-tools
|
|
11
|
+
|
|
8
12
|
## Usage Notes
|
|
9
13
|
|
|
10
14
|
* Using keybased SSH authentication is highly recommended, both from your system->UA, and for UA->UA.
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.3.
|
|
1
|
+
0.3.2
|
data/netid-tools.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: netid-tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -190,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
190
190
|
version: '0'
|
|
191
191
|
segments:
|
|
192
192
|
- 0
|
|
193
|
-
hash:
|
|
193
|
+
hash: 3185088925925561825
|
|
194
194
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
195
195
|
none: false
|
|
196
196
|
requirements:
|