six-uac 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/six/uac.rb +2 -1
  3. metadata +2 -2
data/Rakefile CHANGED
@@ -12,7 +12,7 @@ require 'rake/testtask'
12
12
 
13
13
  spec = Gem::Specification.new do |s|
14
14
  s.name = 'six-uac'
15
- s.version = '0.1.3'
15
+ s.version = '0.1.4'
16
16
  s.has_rdoc = true
17
17
  s.extra_rdoc_files = ['README', 'LICENSE']
18
18
  s.summary = 'Your summary here'
data/lib/six/uac.rb CHANGED
@@ -62,7 +62,8 @@ module Six
62
62
  return nil
63
63
  end
64
64
  if elevation == 1
65
- puts "You're running as administrator"
65
+ # TODO: If Verbose?
66
+ #puts "You're running as administrator"
66
67
  return false
67
68
  else
68
69
  puts "You're not running as administrator!"
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 3
9
- version: 0.1.3
8
+ - 4
9
+ version: 0.1.4
10
10
  platform: ruby
11
11
  authors:
12
12
  - Sickboy