fxruby 1.6.16-universal-darwin-9 → 1.6.17-universal-darwin-9
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.
- data/doc/apes02.html +2 -2
- data/doc/apes03.html +1 -1
- data/doc/book.html +1 -1
- data/doc/changes.html +53 -31
- data/doc/differences.html +9 -9
- data/doc/implementation.html +1 -1
- data/doc/library.html +5 -5
- data/doc/opengl.html +5 -5
- data/doc/pt02.html +1 -1
- data/doc/scintilla.html +4 -4
- data/doc/subversion.html +1 -1
- data/examples/dilbert.rb +1 -1
- data/ext/fox16/fox16.bundle +0 -0
- data/lib/fox16/kwargs.rb +4 -0
- data/lib/fox16/version.rb +1 -1
- data/rdoc-sources/FXTable.rb +24 -16
- data/tests/TC_FXRanged.rb +42 -0
- data/tests/TC_FXRangef.rb +12 -18
- data/tests/TC_FXTable.rb +193 -0
- metadata +4 -3
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fxruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.17
|
5
5
|
platform: universal-darwin-9
|
6
6
|
authors:
|
7
7
|
- Lyle Johnson
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2008-
|
12
|
+
date: 2008-12-23 00:00:00 -06:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|
@@ -283,6 +283,7 @@ files:
|
|
283
283
|
- tests/TC_FXPoint.rb
|
284
284
|
- tests/TC_FXQuatf.rb
|
285
285
|
- tests/TC_FXRadioButton.rb
|
286
|
+
- tests/TC_FXRanged.rb
|
286
287
|
- tests/TC_FXRangef.rb
|
287
288
|
- tests/TC_FXRectangle.rb
|
288
289
|
- tests/TC_FXRegion.rb
|
@@ -547,7 +548,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
547
548
|
requirements:
|
548
549
|
- FOX library version 1.6.0 or higher
|
549
550
|
rubyforge_project:
|
550
|
-
rubygems_version: 1.
|
551
|
+
rubygems_version: 1.3.1
|
551
552
|
signing_key:
|
552
553
|
specification_version: 2
|
553
554
|
summary: FXRuby is the Ruby binding to the FOX GUI toolkit.
|