fxruby 1.6.22.pre4-x86-mingw32 → 1.6.22-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +20 -0
- data/Rakefile +1 -0
- data/doap.rdf +2 -2
- data/examples/bounce.rb +19 -7
- data/lib/1.8/fox16.so +0 -0
- data/lib/1.9/fox16.so +0 -0
- data/lib/fox16/kwargs.rb +894 -894
- data/lib/fox16/version.rb +1 -1
- metadata +81 -85
data/lib/fox16/version.rb
CHANGED
metadata
CHANGED
@@ -1,15 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fxruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 35
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 6
|
9
9
|
- 22
|
10
|
-
|
11
|
-
- 4
|
12
|
-
version: 1.6.22.pre4
|
10
|
+
version: 1.6.22
|
13
11
|
platform: x86-mingw32
|
14
12
|
authors:
|
15
13
|
- Lyle Johnson
|
@@ -17,36 +15,36 @@ autorequire:
|
|
17
15
|
bindir: bin
|
18
16
|
cert_chain: []
|
19
17
|
|
20
|
-
date: 2012-02-
|
18
|
+
date: 2012-02-21 00:00:00 Z
|
21
19
|
dependencies:
|
22
20
|
- !ruby/object:Gem::Dependency
|
23
|
-
name:
|
21
|
+
name: rdoc
|
24
22
|
prerelease: false
|
25
23
|
requirement: &id001 !ruby/object:Gem::Requirement
|
26
24
|
none: false
|
27
25
|
requirements:
|
28
26
|
- - ~>
|
29
27
|
- !ruby/object:Gem::Version
|
30
|
-
hash:
|
28
|
+
hash: 19
|
31
29
|
segments:
|
32
|
-
-
|
33
|
-
-
|
34
|
-
version: "
|
30
|
+
- 3
|
31
|
+
- 10
|
32
|
+
version: "3.10"
|
35
33
|
type: :development
|
36
34
|
version_requirements: *id001
|
37
35
|
- !ruby/object:Gem::Dependency
|
38
|
-
name:
|
36
|
+
name: hoe
|
39
37
|
prerelease: false
|
40
38
|
requirement: &id002 !ruby/object:Gem::Requirement
|
41
39
|
none: false
|
42
40
|
requirements:
|
43
41
|
- - ~>
|
44
42
|
- !ruby/object:Gem::Version
|
45
|
-
hash:
|
43
|
+
hash: 31
|
46
44
|
segments:
|
47
|
-
-
|
48
|
-
-
|
49
|
-
version: "
|
45
|
+
- 2
|
46
|
+
- 14
|
47
|
+
version: "2.14"
|
50
48
|
type: :development
|
51
49
|
version_requirements: *id002
|
52
50
|
description: FXRuby is the Ruby binding to the FOX GUI toolkit.
|
@@ -1013,95 +1011,93 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1013
1011
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1014
1012
|
none: false
|
1015
1013
|
requirements:
|
1016
|
-
- - "
|
1014
|
+
- - ">="
|
1017
1015
|
- !ruby/object:Gem::Version
|
1018
|
-
hash:
|
1016
|
+
hash: 3
|
1019
1017
|
segments:
|
1020
|
-
-
|
1021
|
-
|
1022
|
-
- 1
|
1023
|
-
version: 1.3.1
|
1018
|
+
- 0
|
1019
|
+
version: "0"
|
1024
1020
|
requirements: []
|
1025
1021
|
|
1026
1022
|
rubyforge_project: fxruby
|
1027
|
-
rubygems_version: 1.
|
1023
|
+
rubygems_version: 1.7.2
|
1028
1024
|
signing_key:
|
1029
1025
|
specification_version: 3
|
1030
1026
|
summary: FXRuby is the Ruby binding to the FOX GUI toolkit.
|
1031
1027
|
test_files:
|
1032
|
-
- test/TC_FXVec2d.rb
|
1033
|
-
- test/TC_FXListBox.rb
|
1034
|
-
- test/TC_FXCheckButton.rb
|
1035
|
-
- test/TC_FXVec4f.rb
|
1036
|
-
- test/TC_FXIconList.rb
|
1037
|
-
- test/TC_FXXPMIcon.rb
|
1038
|
-
- test/TC_FXSegment.rb
|
1039
|
-
- test/TC_FXMemoryStream.rb
|
1040
|
-
- test/TC_FXComboBox.rb
|
1041
|
-
- test/TC_FXShell.rb
|
1042
|
-
- test/TC_FXRangef.rb
|
1043
|
-
- test/TC_FXTreeListBox.rb
|
1044
|
-
- test/TC_Misc.rb
|
1045
|
-
- test/TC_FXMaterial.rb
|
1046
|
-
- test/TC_FXMenuCommand.rb
|
1047
|
-
- test/TC_FXRectangle.rb
|
1048
|
-
- test/TC_FXGLShape.rb
|
1049
|
-
- test/TC_FXTreeList.rb
|
1050
|
-
- test/TC_FXGradientBar.rb
|
1051
|
-
- test/TC_FXUndoList.rb
|
1052
|
-
- test/TC_FXImage.rb
|
1053
|
-
- test/TC_FXTableItem.rb
|
1054
|
-
- test/TC_FXVec3f.rb
|
1055
|
-
- test/TC_FXIconDict.rb
|
1056
|
-
- test/TC_FXStream.rb
|
1057
1028
|
- test/TC_FXBMPImage.rb
|
1058
|
-
- test/TC_FXGLGroup.rb
|
1059
1029
|
- test/TC_FXRanged.rb
|
1030
|
+
- test/TC_FXXPMIcon.rb
|
1060
1031
|
- test/TC_FXTopWindow.rb
|
1061
|
-
- test/
|
1062
|
-
- test/TC_FXHeader.rb
|
1032
|
+
- test/TC_FXRadioButton.rb
|
1063
1033
|
- test/TC_FXPoint.rb
|
1064
|
-
- test/
|
1065
|
-
- test/
|
1066
|
-
- test/
|
1067
|
-
- test/
|
1068
|
-
- test/
|
1069
|
-
- test/TC_FXSize.rb
|
1070
|
-
- test/TC_FXApp.rb
|
1071
|
-
- test/TC_FXVec3d.rb
|
1034
|
+
- test/TC_FXGLGroup.rb
|
1035
|
+
- test/TC_FXBMPIcon.rb
|
1036
|
+
- test/TC_FXMemoryStream.rb
|
1037
|
+
- test/TC_FXFoldingList.rb
|
1038
|
+
- test/TC_FXDataTarget.rb
|
1072
1039
|
- test/TC_FXExtentd.rb
|
1073
|
-
- test/TC_FXDC.rb
|
1074
|
-
- test/TC_FXMenuCheck.rb
|
1075
|
-
- test/TC_FXDCWindow.rb
|
1076
|
-
- test/TC_FXFont.rb
|
1077
|
-
- test/TC_FXTable.rb
|
1078
|
-
- test/TC_FXMenuRadio.rb
|
1079
|
-
- test/TC_FXExtentf.rb
|
1080
1040
|
- test/TC_FXFontDesc.rb
|
1081
|
-
- test/
|
1082
|
-
- test/
|
1041
|
+
- test/TC_FXXBMImage.rb
|
1042
|
+
- test/TC_FXIconList.rb
|
1043
|
+
- test/TC_FXMenuCommand.rb
|
1044
|
+
- test/TC_FXGradientBar.rb
|
1045
|
+
- test/TC_FXSettings.rb
|
1046
|
+
- test/TC_FXDCPrint.rb
|
1047
|
+
- test/TC_FXHiliteStyle.rb
|
1048
|
+
- test/TC_FXHeader.rb
|
1083
1049
|
- test/TC_FXArc.rb
|
1084
|
-
- test/TC_FXText.rb
|
1085
|
-
- test/TC_FXId.rb
|
1086
|
-
- test/TC_FXXPMImage.rb
|
1087
|
-
- test/TC_FXMessageBox.rb
|
1088
|
-
- test/TC_FXLight.rb
|
1089
1050
|
- test/TC_FXVec2f.rb
|
1051
|
+
- test/TC_FXId.rb
|
1052
|
+
- test/TC_FXSize.rb
|
1053
|
+
- test/TC_FXGLViewer.rb
|
1054
|
+
- test/TC_FXCheckButton.rb
|
1055
|
+
- test/TC_FXSegment.rb
|
1056
|
+
- test/TC_FXRegistry.rb
|
1090
1057
|
- test/TC_downcast.rb
|
1058
|
+
- test/TC_FXVec4f.rb
|
1059
|
+
- test/TC_FXTreeList.rb
|
1060
|
+
- test/TC_FXFont.rb
|
1061
|
+
- test/TC_FXLight.rb
|
1062
|
+
- test/TC_FXExtentf.rb
|
1063
|
+
- test/TC_FXScrollArea.rb
|
1064
|
+
- test/TC_FXList.rb
|
1065
|
+
- test/TC_FXDirList.rb
|
1066
|
+
- test/TC_FXApp.rb
|
1067
|
+
- test/TC_FXComboBox.rb
|
1068
|
+
- test/TC_FXMaterial.rb
|
1069
|
+
- test/TC_FXGLShape.rb
|
1070
|
+
- test/TC_FXStream.rb
|
1071
|
+
- test/TC_FXRangef.rb
|
1091
1072
|
- test/TC_FXQuatf.rb
|
1092
|
-
- test/
|
1093
|
-
- test/
|
1073
|
+
- test/TC_FXMessageBox.rb
|
1074
|
+
- test/TC_FXImage.rb
|
1075
|
+
- test/TC_FXRectangle.rb
|
1076
|
+
- test/TC_FXFileStream.rb
|
1077
|
+
- test/TC_FXFileAssoc.rb
|
1078
|
+
- test/TC_FXVec2d.rb
|
1079
|
+
- test/TC_FXXBMIcon.rb
|
1080
|
+
- test/TC_FXAccelTable.rb
|
1081
|
+
- test/TC_FXIconDict.rb
|
1082
|
+
- test/TC_FXViewport.rb
|
1094
1083
|
- test/TC_FXRegion.rb
|
1095
|
-
- test/
|
1084
|
+
- test/TC_FXUndoList.rb
|
1085
|
+
- test/TC_FXListBox.rb
|
1086
|
+
- test/TC_FXTable.rb
|
1087
|
+
- test/TC_Misc.rb
|
1096
1088
|
- test/TC_FXMat4f.rb
|
1097
|
-
- test/TC_FXAccelTable.rb
|
1098
|
-
- test/TC_FXButton.rb
|
1099
|
-
- test/TC_FXList.rb
|
1100
1089
|
- test/TC_FXDialogBox.rb
|
1101
|
-
- test/
|
1102
|
-
- test/
|
1103
|
-
- test/
|
1104
|
-
- test/
|
1090
|
+
- test/TC_FXXPMImage.rb
|
1091
|
+
- test/TC_FXDCWindow.rb
|
1092
|
+
- test/TC_FXTableItem.rb
|
1093
|
+
- test/TC_FXShell.rb
|
1094
|
+
- test/TC_FXMenuRadio.rb
|
1095
|
+
- test/TC_FXMenuCheck.rb
|
1096
|
+
- test/TC_FXVec3d.rb
|
1097
|
+
- test/TC_FXText.rb
|
1098
|
+
- test/TC_FXDC.rb
|
1099
|
+
- test/TC_FXButton.rb
|
1105
1100
|
- test/TC_FXScrollWindow.rb
|
1106
|
-
- test/
|
1107
|
-
- test/
|
1101
|
+
- test/TC_FXTreeListBox.rb
|
1102
|
+
- test/TC_FXMainWindow.rb
|
1103
|
+
- test/TC_FXVec3f.rb
|