swin 2004.03.14-i386-mswin32

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 (2) hide show
  1. data/lib/swin.so +0 -0
  2. metadata +36 -0
Binary file
metadata ADDED
@@ -0,0 +1,36 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.8.1
3
+ specification_version: 1
4
+ name: swin
5
+ version: !ruby/object:Gem::Version
6
+ version: 2004.03.14
7
+ date: 2004-09-19
8
+ summary: Swin is a Ruby native extension that interfaces to the Win32 graphics API
9
+ require_paths:
10
+ - lib
11
+ author: Yasuhiro Nishikawa
12
+ email: nyasu@osk.3web.ne.jp
13
+ homepage: http://www.osk.3web.ne.jp/~nyasu/vruby/vrproject-e.html
14
+ rubyforge_project:
15
+ description: "\"VisualuRuby\" is a GUI library on MS Windows for Ruby. The project has two part, one is \"swin\" which is about ruby extension library, the other is \"vruby\" : a set of vr* series of ruby scripts which wrap swin. The event handling style is like that of VisualBasic."
16
+ autorequire: swin
17
+ default_executable:
18
+ bindir: bin
19
+ has_rdoc: false
20
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
21
+ requirements:
22
+ -
23
+ - ">"
24
+ - !ruby/object:Gem::Version
25
+ version: 0.0.0
26
+ version:
27
+ platform: i386-mswin32
28
+ files:
29
+ - lib/swin.so
30
+ test_files: []
31
+ rdoc_options: []
32
+ extra_rdoc_files: []
33
+ executables: []
34
+ extensions: []
35
+ requirements: []
36
+ dependencies: []