fxruby 1.6.22.pre4 → 1.6.22

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  module Fox
2
2
  def Fox.fxrubyversion
3
- "1.6.22.pre4"
3
+ "1.6.22"
4
4
  end
5
5
  end
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: 1923831889
5
- prerelease: 7
4
+ hash: 35
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
9
  - 22
10
- - pre
11
- - 4
12
- version: 1.6.22.pre4
10
+ version: 1.6.22
13
11
  platform: ruby
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-16 00:00:00 Z
18
+ date: 2012-02-21 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
- name: hoe
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: 27
28
+ hash: 19
31
29
  segments:
32
- - 2
33
- - 12
34
- version: "2.12"
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: rdoc
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: 19
43
+ hash: 31
46
44
  segments:
47
- - 3
48
- - 10
49
- version: "3.10"
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.
@@ -1011,95 +1009,93 @@ required_ruby_version: !ruby/object:Gem::Requirement
1011
1009
  required_rubygems_version: !ruby/object:Gem::Requirement
1012
1010
  none: false
1013
1011
  requirements:
1014
- - - ">"
1012
+ - - ">="
1015
1013
  - !ruby/object:Gem::Version
1016
- hash: 25
1014
+ hash: 3
1017
1015
  segments:
1018
- - 1
1019
- - 3
1020
- - 1
1021
- version: 1.3.1
1016
+ - 0
1017
+ version: "0"
1022
1018
  requirements: []
1023
1019
 
1024
1020
  rubyforge_project: fxruby
1025
- rubygems_version: 1.8.11
1021
+ rubygems_version: 1.7.2
1026
1022
  signing_key:
1027
1023
  specification_version: 3
1028
1024
  summary: FXRuby is the Ruby binding to the FOX GUI toolkit.
1029
1025
  test_files:
1030
- - test/TC_FXVec2d.rb
1031
- - test/TC_FXListBox.rb
1032
- - test/TC_FXCheckButton.rb
1033
- - test/TC_FXVec4f.rb
1034
- - test/TC_FXIconList.rb
1035
- - test/TC_FXXPMIcon.rb
1036
- - test/TC_FXSegment.rb
1037
- - test/TC_FXMemoryStream.rb
1038
- - test/TC_FXComboBox.rb
1039
- - test/TC_FXShell.rb
1040
- - test/TC_FXRangef.rb
1041
- - test/TC_FXTreeListBox.rb
1042
- - test/TC_Misc.rb
1043
- - test/TC_FXMaterial.rb
1044
- - test/TC_FXMenuCommand.rb
1045
- - test/TC_FXRectangle.rb
1046
- - test/TC_FXGLShape.rb
1047
- - test/TC_FXTreeList.rb
1048
- - test/TC_FXGradientBar.rb
1049
- - test/TC_FXUndoList.rb
1050
- - test/TC_FXImage.rb
1051
- - test/TC_FXTableItem.rb
1052
- - test/TC_FXVec3f.rb
1053
- - test/TC_FXIconDict.rb
1054
- - test/TC_FXStream.rb
1055
1026
  - test/TC_FXBMPImage.rb
1056
- - test/TC_FXGLGroup.rb
1057
1027
  - test/TC_FXRanged.rb
1028
+ - test/TC_FXXPMIcon.rb
1058
1029
  - test/TC_FXTopWindow.rb
1059
- - test/TC_FXHiliteStyle.rb
1060
- - test/TC_FXHeader.rb
1030
+ - test/TC_FXRadioButton.rb
1061
1031
  - test/TC_FXPoint.rb
1062
- - test/TC_FXRegistry.rb
1063
- - test/TC_FXFileStream.rb
1064
- - test/TC_FXXBMIcon.rb
1065
- - test/TC_FXScrollArea.rb
1066
- - test/TC_FXSettings.rb
1067
- - test/TC_FXSize.rb
1068
- - test/TC_FXApp.rb
1069
- - test/TC_FXVec3d.rb
1032
+ - test/TC_FXGLGroup.rb
1033
+ - test/TC_FXBMPIcon.rb
1034
+ - test/TC_FXMemoryStream.rb
1035
+ - test/TC_FXFoldingList.rb
1036
+ - test/TC_FXDataTarget.rb
1070
1037
  - test/TC_FXExtentd.rb
1071
- - test/TC_FXDC.rb
1072
- - test/TC_FXMenuCheck.rb
1073
- - test/TC_FXDCWindow.rb
1074
- - test/TC_FXFont.rb
1075
- - test/TC_FXTable.rb
1076
- - test/TC_FXMenuRadio.rb
1077
- - test/TC_FXExtentf.rb
1078
1038
  - test/TC_FXFontDesc.rb
1079
- - test/TC_FXGLViewer.rb
1080
- - test/TC_FXViewport.rb
1039
+ - test/TC_FXXBMImage.rb
1040
+ - test/TC_FXIconList.rb
1041
+ - test/TC_FXMenuCommand.rb
1042
+ - test/TC_FXGradientBar.rb
1043
+ - test/TC_FXSettings.rb
1044
+ - test/TC_FXDCPrint.rb
1045
+ - test/TC_FXHiliteStyle.rb
1046
+ - test/TC_FXHeader.rb
1081
1047
  - test/TC_FXArc.rb
1082
- - test/TC_FXText.rb
1083
- - test/TC_FXId.rb
1084
- - test/TC_FXXPMImage.rb
1085
- - test/TC_FXMessageBox.rb
1086
- - test/TC_FXLight.rb
1087
1048
  - test/TC_FXVec2f.rb
1049
+ - test/TC_FXId.rb
1050
+ - test/TC_FXSize.rb
1051
+ - test/TC_FXGLViewer.rb
1052
+ - test/TC_FXCheckButton.rb
1053
+ - test/TC_FXSegment.rb
1054
+ - test/TC_FXRegistry.rb
1088
1055
  - test/TC_downcast.rb
1056
+ - test/TC_FXVec4f.rb
1057
+ - test/TC_FXTreeList.rb
1058
+ - test/TC_FXFont.rb
1059
+ - test/TC_FXLight.rb
1060
+ - test/TC_FXExtentf.rb
1061
+ - test/TC_FXScrollArea.rb
1062
+ - test/TC_FXList.rb
1063
+ - test/TC_FXDirList.rb
1064
+ - test/TC_FXApp.rb
1065
+ - test/TC_FXComboBox.rb
1066
+ - test/TC_FXMaterial.rb
1067
+ - test/TC_FXGLShape.rb
1068
+ - test/TC_FXStream.rb
1069
+ - test/TC_FXRangef.rb
1089
1070
  - test/TC_FXQuatf.rb
1090
- - test/TC_FXRadioButton.rb
1091
- - test/TC_FXDCPrint.rb
1071
+ - test/TC_FXMessageBox.rb
1072
+ - test/TC_FXImage.rb
1073
+ - test/TC_FXRectangle.rb
1074
+ - test/TC_FXFileStream.rb
1075
+ - test/TC_FXFileAssoc.rb
1076
+ - test/TC_FXVec2d.rb
1077
+ - test/TC_FXXBMIcon.rb
1078
+ - test/TC_FXAccelTable.rb
1079
+ - test/TC_FXIconDict.rb
1080
+ - test/TC_FXViewport.rb
1092
1081
  - test/TC_FXRegion.rb
1093
- - test/TC_FXFoldingList.rb
1082
+ - test/TC_FXUndoList.rb
1083
+ - test/TC_FXListBox.rb
1084
+ - test/TC_FXTable.rb
1085
+ - test/TC_Misc.rb
1094
1086
  - test/TC_FXMat4f.rb
1095
- - test/TC_FXAccelTable.rb
1096
- - test/TC_FXButton.rb
1097
- - test/TC_FXList.rb
1098
1087
  - test/TC_FXDialogBox.rb
1099
- - test/TC_FXBMPIcon.rb
1100
- - test/TC_FXMainWindow.rb
1101
- - test/TC_FXXBMImage.rb
1102
- - test/TC_FXFileAssoc.rb
1088
+ - test/TC_FXXPMImage.rb
1089
+ - test/TC_FXDCWindow.rb
1090
+ - test/TC_FXTableItem.rb
1091
+ - test/TC_FXShell.rb
1092
+ - test/TC_FXMenuRadio.rb
1093
+ - test/TC_FXMenuCheck.rb
1094
+ - test/TC_FXVec3d.rb
1095
+ - test/TC_FXText.rb
1096
+ - test/TC_FXDC.rb
1097
+ - test/TC_FXButton.rb
1103
1098
  - test/TC_FXScrollWindow.rb
1104
- - test/TC_FXDirList.rb
1105
- - test/TC_FXDataTarget.rb
1099
+ - test/TC_FXTreeListBox.rb
1100
+ - test/TC_FXMainWindow.rb
1101
+ - test/TC_FXVec3f.rb