fxruby 1.6.9 → 1.6.10
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/fox16/kwargs.rb +2717 -0
- data/lib/fox16/version.rb +1 -1
- metadata +3 -2
data/lib/fox16/version.rb
CHANGED
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
|
|
3
3
|
specification_version: 1
|
4
4
|
name: fxruby
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 1.6.
|
7
|
-
date: 2007-04-
|
6
|
+
version: 1.6.10
|
7
|
+
date: 2007-04-09 00:00:00 -05:00
|
8
8
|
summary: FXRuby is the Ruby binding to the FOX GUI toolkit.
|
9
9
|
require_paths:
|
10
10
|
- ext/fox16
|
@@ -227,6 +227,7 @@ files:
|
|
227
227
|
- lib/fox16/irb.rb
|
228
228
|
- lib/fox16/iterators.rb
|
229
229
|
- lib/fox16/keys.rb
|
230
|
+
- lib/fox16/kwargs.rb
|
230
231
|
- lib/fox16/missingdep.rb
|
231
232
|
- lib/fox16/pseudokeyboard.rb
|
232
233
|
- lib/fox16/pseudomouse.rb
|