windows-pr 0.2.0 → 0.5.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/test/ts_all.rb CHANGED
@@ -6,5 +6,14 @@ $LOAD_PATH.unshift(Dir.pwd + '/test')
6
6
 
7
7
  Dir.chdir('test') rescue nil
8
8
 
9
+ require 'tc_console'
9
10
  require 'tc_error'
10
- require 'tc_msvcrt_buffer'
11
+ require 'tc_file'
12
+ require 'tc_memory'
13
+ require 'tc_msvcrt_buffer'
14
+ require 'tc_path'
15
+ require 'tc_pipe'
16
+ require 'tc_registry'
17
+ require 'tc_security'
18
+ require 'tc_synchronize'
19
+ require 'tc_unicode'
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.11
2
+ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: windows-pr
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.0
7
- date: 2006-04-13 00:00:00 -06:00
8
- summary: Windows functions predefined via Win32API
6
+ version: 0.5.3
7
+ date: 2006-08-10 00:00:00 -06:00
8
+ summary: Windows functions and constants predefined via Win32API
9
9
  require_paths:
10
10
  - lib
11
11
  email: djberg96@gmail.com
12
12
  homepage: http://www.rubyforge.org/projects/win32utils
13
13
  rubyforge_project:
14
- description:
14
+ description: Windows functions and constants predefined via Win32API
15
15
  autorequire:
16
16
  default_executable:
17
17
  bindir: bin
@@ -25,28 +25,57 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
25
25
  platform: ruby
26
26
  signing_key:
27
27
  cert_chain:
28
+ post_install_message:
28
29
  authors:
29
30
  - Daniel J. Berger
30
31
  files:
31
32
  - doc/conversion_guide.txt
32
33
  - lib/windows/clipboard.rb
34
+ - lib/windows/console.rb
33
35
  - lib/windows/device_io.rb
36
+ - lib/windows/directory.rb
34
37
  - lib/windows/error.rb
38
+ - lib/windows/eventlog.rb
35
39
  - lib/windows/file.rb
36
40
  - lib/windows/filesystem.rb
37
41
  - lib/windows/handle.rb
42
+ - lib/windows/library.rb
43
+ - lib/windows/limits.rb
38
44
  - lib/windows/memory.rb
45
+ - lib/windows/national.rb
39
46
  - lib/windows/path.rb
47
+ - lib/windows/pipe.rb
48
+ - lib/windows/process.rb
49
+ - lib/windows/registry.rb
50
+ - lib/windows/security.rb
51
+ - lib/windows/service.rb
52
+ - lib/windows/shell.rb
40
53
  - lib/windows/sound.rb
41
54
  - lib/windows/synchronize.rb
55
+ - lib/windows/system_info.rb
56
+ - lib/windows/unicode.rb
57
+ - lib/windows/window.rb
42
58
  - test/ts_all.rb
43
59
  - lib/windows/msvcrt/buffer.rb
44
60
  - lib/windows/msvcrt/file.rb
61
+ - lib/windows/msvcrt/string.rb
62
+ - test/CVS
63
+ - test/tc_clipboard.rb
64
+ - test/tc_console.rb
45
65
  - test/tc_error.rb
66
+ - test/tc_eventlog.rb
67
+ - test/tc_file.rb
68
+ - test/tc_memory.rb
46
69
  - test/tc_msvcrt_buffer.rb
47
70
  - test/tc_path.rb
71
+ - test/tc_pipe.rb
72
+ - test/tc_process.rb
73
+ - test/tc_registry.rb
74
+ - test/tc_security.rb
48
75
  - test/tc_synchronize.rb
76
+ - test/tc_unicode.rb
49
77
  - CHANGES
78
+ - CVS
50
79
  - MANIFEST
51
80
  - README
52
81
  test_files: