win32-security 0.2.2 → 0.2.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.
- data/CHANGES +4 -0
- data/README +7 -1
- data/lib/win32/security.rb +1 -1
- data/lib/win32/security/sid.rb +2 -1
- data/test/test_security.rb +1 -1
- data/win32-security.gemspec +1 -1
- metadata +2 -2
data/CHANGES
CHANGED
data/README
CHANGED
@@ -22,7 +22,13 @@
|
|
22
22
|
== Known Issues
|
23
23
|
None that I'm aware of. Please file any bug reports on the project page
|
24
24
|
at http://www.rubyforge.org/projects/win32utils.
|
25
|
-
|
25
|
+
|
26
|
+
== Contributions
|
27
|
+
Although this library is free, please consider having your company
|
28
|
+
setup a gittip if used by your company professionally.
|
29
|
+
|
30
|
+
http://www.gittip.com/djberg96/
|
31
|
+
|
26
32
|
== License
|
27
33
|
Artistic 2.0
|
28
34
|
|
data/lib/win32/security.rb
CHANGED
data/lib/win32/security/sid.rb
CHANGED
data/test/test_security.rb
CHANGED
@@ -9,7 +9,7 @@ require 'win32/security'
|
|
9
9
|
|
10
10
|
class TC_Win32_Security < Test::Unit::TestCase
|
11
11
|
test "version constant is set to expected value" do
|
12
|
-
assert_equal('0.2.
|
12
|
+
assert_equal('0.2.3', Win32::Security::VERSION)
|
13
13
|
end
|
14
14
|
|
15
15
|
test "elevated security basic functionality" do
|
data/win32-security.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: win32-security
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-
|
13
|
+
date: 2013-06-28 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: ffi
|