win32-api 1.4.1 → 1.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: win32-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel J. Berger
@@ -10,11 +10,20 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2009-05-29 00:00:00 -06:00
13
+ date: 2009-06-23 00:00:00 +09:00
14
14
  default_executable:
15
- dependencies: []
16
-
17
- description: " The Win32::API library is meant as a replacement for the Win32API\n library that ships as part of the standard library. It contains several\n advantages over Win32API, including callback support, raw function\n pointers, an additional string type, and more.\n"
15
+ dependencies:
16
+ - !ruby/object:Gem::Dependency
17
+ name: test-unit
18
+ type: :runtime
19
+ version_requirement:
20
+ version_requirements: !ruby/object:Gem::Requirement
21
+ requirements:
22
+ - - ">="
23
+ - !ruby/object:Gem::Version
24
+ version: 2.0.2
25
+ version:
26
+ description: " The Win32::API library is meant as a replacement for the Win32API\n library that ships as part of the standard library. It contains several\n advantages over Win32API, including callback support, raw function\n pointers, an additional string type, and more.\n"
18
27
  email: djberg96@gmail.com
19
28
  executables: []
20
29
 
@@ -26,6 +35,7 @@ extra_rdoc_files:
26
35
  - MANIFEST
27
36
  - ext/win32/api.c
28
37
  files:
38
+ - ext/extconf.rb
29
39
  - ext/win32/api.c
30
40
  - test/test_win32_api.rb
31
41
  - test/test_win32_api_callback.rb
@@ -57,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
67
  requirements: []
58
68
 
59
69
  rubyforge_project: win32utils
60
- rubygems_version: 1.3.3
70
+ rubygems_version: 1.3.4
61
71
  signing_key:
62
72
  specification_version: 3
63
73
  summary: A superior replacement for Win32API