fxruby 1.6.25.pre2-x86-mingw32 → 1.6.25-x86-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +6 -0
- data/lib/fox16/version.rb +1 -1
- 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
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: 61
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 6
|
9
9
|
- 25
|
10
|
-
|
11
|
-
- 2
|
12
|
-
version: 1.6.25.pre2
|
10
|
+
version: 1.6.25
|
13
11
|
platform: x86-mingw32
|
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/
|
983
|
-
- ext/fox16/
|
984
|
-
- ext/fox16/
|
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/
|
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
|
@@ -1025,14 +1023,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1025
1023
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1026
1024
|
none: false
|
1027
1025
|
requirements:
|
1028
|
-
- - "
|
1026
|
+
- - ">="
|
1029
1027
|
- !ruby/object:Gem::Version
|
1030
|
-
hash:
|
1028
|
+
hash: 3
|
1031
1029
|
segments:
|
1032
|
-
-
|
1033
|
-
|
1034
|
-
- 1
|
1035
|
-
version: 1.3.1
|
1030
|
+
- 0
|
1031
|
+
version: "0"
|
1036
1032
|
requirements: []
|
1037
1033
|
|
1038
1034
|
rubyforge_project: fxruby
|