fxruby 1.6.9 → 1.6.10

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 (3) hide show
  1. data/lib/fox16/kwargs.rb +2717 -0
  2. data/lib/fox16/version.rb +1 -1
  3. metadata +3 -2
data/lib/fox16/version.rb CHANGED
@@ -3,7 +3,7 @@ module Fox
3
3
  # Returns the FXRuby version number as a string, e.g. "1.0.19".
4
4
  #
5
5
  def Fox.fxrubyversion
6
- "1.6.9"
6
+ "1.6.10"
7
7
  end
8
8
  end
9
9
 
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.9
7
- date: 2007-04-08 00:00:00 -05:00
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