netid-tools 0.3.7 → 0.3.8
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 +5 -0
- data/VERSION +1 -1
- data/bin/ua_check +1 -2
- data/netid-tools.gemspec +2 -2
- metadata +3 -3
data/README.md
CHANGED
@@ -130,6 +130,11 @@ The NetID you want to check
|
|
130
130
|
|
131
131
|
Version History
|
132
132
|
===============
|
133
|
+
|
134
|
+
## 0.3.8
|
135
|
+
|
136
|
+
* Remove ovid21.u.washington.edu from host list; retired system
|
137
|
+
|
133
138
|
## 0.3.7
|
134
139
|
|
135
140
|
* Allow validate_netid? to return true for NetIDs that have a hyphen in them
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.3.
|
1
|
+
0.3.8
|
data/bin/ua_check
CHANGED
@@ -46,7 +46,6 @@ system_hostname = `hostname`.chomp
|
|
46
46
|
hosts = [ "ovid01.u.washington.edu",
|
47
47
|
"ovid02.u.washington.edu",
|
48
48
|
"ovid03.u.washington.edu",
|
49
|
-
"ovid21.u.washington.edu",
|
50
49
|
"vergil.u.washington.edu"
|
51
50
|
]
|
52
51
|
|
@@ -79,4 +78,4 @@ unless options[:concise]
|
|
79
78
|
Netid.quota_check(netid,system_user)
|
80
79
|
end
|
81
80
|
puts "\n"
|
82
|
-
end
|
81
|
+
end
|
data/netid-tools.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "netid-tools"
|
8
|
-
s.version = "0.3.
|
8
|
+
s.version = "0.3.8"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Nikky Southerland"]
|
12
|
-
s.date = "2013-
|
12
|
+
s.date = "2013-02-05"
|
13
13
|
s.description = "Gem with various methods to support UW NetIDs"
|
14
14
|
s.email = "nikky@uw.edu"
|
15
15
|
s.executables = ["ua_check"]
|
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.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-
|
12
|
+
date: 2013-02-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: nokogiri
|
@@ -206,7 +206,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
206
206
|
version: '0'
|
207
207
|
segments:
|
208
208
|
- 0
|
209
|
-
hash:
|
209
|
+
hash: 2062566160514951594
|
210
210
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
211
211
|
none: false
|
212
212
|
requirements:
|