netid-tools 0.3.2 → 0.3.3

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.
Files changed (5) hide show
  1. data/README.md +7 -0
  2. data/VERSION +1 -1
  3. data/bin/ua_check +9 -2
  4. data/netid-tools.gemspec +2 -2
  5. metadata +3 -3
data/README.md CHANGED
@@ -129,6 +129,13 @@ The NetID you want to check
129
129
 
130
130
  Version History
131
131
  ===============
132
+ ## 0.3.3
133
+
134
+ * Fix broken code so that it properly displays localhome
135
+
136
+ ## 0.3.2
137
+
138
+ * Added install notes
132
139
 
133
140
  ## 0.3.1
134
141
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.2
1
+ 0.3.3
data/bin/ua_check CHANGED
@@ -48,8 +48,15 @@ hosts.each do |host|
48
48
  end
49
49
  end
50
50
 
51
+ result = Netid.check_for_localhome(user,system_user)
52
+ if result
53
+ puts "Localhome: #{result}".cyan
54
+ else
55
+ puts "No localhome detected"
56
+ end
57
+
51
58
  puts "No MySQLds Detected".bold.blue if results == 0
52
- puts "Multiple MySQLds Detected!".bold.red if results > 1
53
- puts Netid.check_for_localhome(user,system_user).cyan if results > 0
59
+ #uts "Multiple MySQLds Detected!".bold.red if results > 1
60
+ #puts Netid.check_for_localhome(user,system_user).cyan if results > 0
54
61
  puts "\n"
55
62
  Netid.quota_check(user,system_user)
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.2"
8
+ s.version = "0.3.3"
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 = "2012-12-13"
12
+ s.date = "2012-12-21"
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.2
4
+ version: 0.3.3
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: 2012-12-13 00:00:00.000000000 Z
12
+ date: 2012-12-21 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri
@@ -190,7 +190,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
190
190
  version: '0'
191
191
  segments:
192
192
  - 0
193
- hash: 3185088925925561825
193
+ hash: -60297984932827016
194
194
  required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  none: false
196
196
  requirements: