swin 2004.03.14-i386-mswin32
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/swin.so +0 -0
- metadata +36 -0
data/lib/swin.so
ADDED
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: []
|