fxruby 1.6.25.pre2 → 1.6.25

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +6 -0
  2. data/lib/fox16/version.rb +1 -1
  3. metadata +19 -23
data/History.txt CHANGED
@@ -1,3 +1,9 @@
1
+ === 1.6.25 / 2012-06-17
2
+
3
+ * Windows: Fix slow loading of fox16.so by using a more recent mingw-w64 compiler
4
+ (reported by Allen Doug and Igor Jorobus)
5
+ * Fix two possible segfaults in conjunction with FXSplashWindow (reported by Igor Jorobus)
6
+
1
7
  === 1.6.24 / 2012-06-06
2
8
 
3
9
  * Update libraries for win32 build: libz-1.2.7 libpng-1.5.10 libjpeg-8d libtiff-4.0.1 libfox-1.6.45
data/lib/fox16/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Fox
2
2
  def Fox.fxrubyversion
3
- "1.6.25.pre2"
3
+ "1.6.25"
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: -813442848
5
- prerelease: 7
4
+ hash: 61
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
9
  - 25
10
- - pre
11
- - 2
12
- version: 1.6.25.pre2
10
+ version: 1.6.25
13
11
  platform: ruby
14
12
  authors:
15
13
  - Lyle Johnson
@@ -975,24 +973,24 @@ files:
975
973
  - test/stress2.rb
976
974
  - test/stress3.rb
977
975
  - test/testcase.rb
978
- - ext/fox16/treelist_wrap.cpp
979
- - ext/fox16/scintilla_wrap.cpp
980
- - ext/fox16/image_wrap.cpp
981
976
  - ext/fox16/iconlist_wrap.cpp
982
- - ext/fox16/mdi_wrap.cpp
983
- - ext/fox16/core_wrap.cpp
984
- - ext/fox16/menu_wrap.cpp
977
+ - ext/fox16/text_wrap.cpp
978
+ - ext/fox16/dialogs_wrap.cpp
979
+ - ext/fox16/layout_wrap.cpp
980
+ - ext/fox16/image_wrap.cpp
985
981
  - ext/fox16/frames_wrap.cpp
982
+ - ext/fox16/dc_wrap.cpp
983
+ - ext/fox16/menu_wrap.cpp
984
+ - ext/fox16/list_wrap.cpp
985
+ - ext/fox16/core_wrap.cpp
986
986
  - ext/fox16/label_wrap.cpp
987
+ - ext/fox16/treelist_wrap.cpp
987
988
  - ext/fox16/table_wrap.cpp
988
- - ext/fox16/list_wrap.cpp
989
- - ext/fox16/layout_wrap.cpp
990
- - ext/fox16/icons_wrap.cpp
991
- - ext/fox16/dialogs_wrap.cpp
992
- - ext/fox16/text_wrap.cpp
989
+ - ext/fox16/scintilla_wrap.cpp
993
990
  - ext/fox16/fx3d_wrap.cpp
991
+ - ext/fox16/mdi_wrap.cpp
992
+ - ext/fox16/icons_wrap.cpp
994
993
  - ext/fox16/ui_wrap.cpp
995
- - ext/fox16/dc_wrap.cpp
996
994
  - ext/fox16/include/inlinestubs.h
997
995
  - ext/fox16/librb.c
998
996
  - doap.rdf
@@ -1023,14 +1021,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
1023
1021
  required_rubygems_version: !ruby/object:Gem::Requirement
1024
1022
  none: false
1025
1023
  requirements:
1026
- - - ">"
1024
+ - - ">="
1027
1025
  - !ruby/object:Gem::Version
1028
- hash: 25
1026
+ hash: 3
1029
1027
  segments:
1030
- - 1
1031
- - 3
1032
- - 1
1033
- version: 1.3.1
1028
+ - 0
1029
+ version: "0"
1034
1030
  requirements: []
1035
1031
 
1036
1032
  rubyforge_project: fxruby