netid-tools 0.4.1 → 0.4.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 +5 -1
- data/VERSION +1 -1
- data/bin/ua_check +1 -1
- data/lib/netid-tools.rb +1 -1
- data/netid-tools.gemspec +1 -1
- metadata +2 -2
data/README.md
CHANGED
|
@@ -112,7 +112,7 @@ The NetID you want to check
|
|
|
112
112
|
>> Netid.check_for_localhome("nikky","nikky")
|
|
113
113
|
=> "/ov03/d20/nikky"
|
|
114
114
|
|
|
115
|
-
## Netid#
|
|
115
|
+
## Netid#check_quota(user,system_user)
|
|
116
116
|
|
|
117
117
|
### What it does
|
|
118
118
|
|
|
@@ -143,6 +143,10 @@ The NetID you want to check
|
|
|
143
143
|
Version History
|
|
144
144
|
===============
|
|
145
145
|
|
|
146
|
+
## 0.4.2
|
|
147
|
+
|
|
148
|
+
* Rename check_quota -> quota_check
|
|
149
|
+
|
|
146
150
|
## 0.4.0
|
|
147
151
|
|
|
148
152
|
* Switch most methods from Class->Instance
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.2
|
data/bin/ua_check
CHANGED
data/lib/netid-tools.rb
CHANGED
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.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -204,7 +204,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
204
204
|
version: '0'
|
|
205
205
|
segments:
|
|
206
206
|
- 0
|
|
207
|
-
hash:
|
|
207
|
+
hash: 1556345222836037651
|
|
208
208
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
209
209
|
none: false
|
|
210
210
|
requirements:
|