fxruby 1.6.26.pre1-x86-mingw32 → 1.6.26-x86-mingw32
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/History.txt +1 -1
- data/lib/1.8/fox16_c.so +0 -0
- data/lib/1.9/fox16_c.so +0 -0
- data/lib/fox16/version.rb +1 -1
- metadata +19 -23
data/History.txt
CHANGED
data/lib/1.8/fox16_c.so
CHANGED
Binary file
|
data/lib/1.9/fox16_c.so
CHANGED
Binary file
|
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: 59
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 6
|
9
9
|
- 26
|
10
|
-
|
11
|
-
- 1
|
12
|
-
version: 1.6.26.pre1
|
10
|
+
version: 1.6.26
|
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
|
976
|
+
- ext/fox16_c/scintilla_wrap.cpp
|
977
|
+
- ext/fox16_c/dc_wrap.cpp
|
978
978
|
- ext/fox16_c/fx3d_wrap.cpp
|
979
|
-
- ext/fox16_c/
|
980
|
-
- ext/fox16_c/text_wrap.cpp
|
979
|
+
- ext/fox16_c/menu_wrap.cpp
|
981
980
|
- ext/fox16_c/layout_wrap.cpp
|
981
|
+
- ext/fox16_c/label_wrap.cpp
|
982
|
+
- ext/fox16_c/ui_wrap.cpp
|
983
|
+
- ext/fox16_c/frames_wrap.cpp
|
982
984
|
- ext/fox16_c/treelist_wrap.cpp
|
983
|
-
- ext/fox16_c/
|
984
|
-
- ext/fox16_c/table_wrap.cpp
|
985
|
-
- ext/fox16_c/dialogs_wrap.cpp
|
986
|
-
- ext/fox16_c/icons_wrap.cpp
|
987
|
-
- ext/fox16_c/dc_wrap.cpp
|
988
|
-
- ext/fox16_c/core_wrap.cpp
|
985
|
+
- ext/fox16_c/mdi_wrap.cpp
|
989
986
|
- ext/fox16_c/list_wrap.cpp
|
990
|
-
- ext/fox16_c/
|
987
|
+
- ext/fox16_c/text_wrap.cpp
|
988
|
+
- ext/fox16_c/icons_wrap.cpp
|
991
989
|
- ext/fox16_c/iconlist_wrap.cpp
|
992
|
-
- ext/fox16_c/
|
993
|
-
- ext/fox16_c/
|
990
|
+
- ext/fox16_c/table_wrap.cpp
|
991
|
+
- ext/fox16_c/dialogs_wrap.cpp
|
994
992
|
- ext/fox16_c/image_wrap.cpp
|
995
|
-
- ext/fox16_c/
|
993
|
+
- ext/fox16_c/core_wrap.cpp
|
996
994
|
- ext/fox16_c/include/inlinestubs.h
|
997
995
|
- ext/fox16_c/librb.c
|
998
996
|
- doap.rdf
|
@@ -1024,14 +1022,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
1024
1022
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
1025
1023
|
none: false
|
1026
1024
|
requirements:
|
1027
|
-
- - "
|
1025
|
+
- - ">="
|
1028
1026
|
- !ruby/object:Gem::Version
|
1029
|
-
hash:
|
1027
|
+
hash: 3
|
1030
1028
|
segments:
|
1031
|
-
-
|
1032
|
-
|
1033
|
-
- 1
|
1034
|
-
version: 1.3.1
|
1029
|
+
- 0
|
1030
|
+
version: "0"
|
1035
1031
|
requirements: []
|
1036
1032
|
|
1037
1033
|
rubyforge_project: fxruby
|