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 CHANGED
@@ -1,4 +1,4 @@
1
- === 1.6.26 / YYYY-MM-DD
1
+ === 1.6.26 / 2013-02-16
2
2
 
3
3
  * Mark all text strings retrieved from fox as UTF-8 when running on Ruby 1.9
4
4
  * Fix loading error on Ruby 1.8.7 by renaming the C++ extension to fox16_c
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
@@ -1,5 +1,5 @@
1
1
  module Fox
2
2
  def Fox.fxrubyversion
3
- "1.6.26.pre1"
3
+ "1.6.26"
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: 3347503597
5
- prerelease: 7
4
+ hash: 59
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 6
9
9
  - 26
10
- - pre
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/mdi_wrap.cpp
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/menu_wrap.cpp
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/label_wrap.cpp
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/ui_wrap.cpp
993
- - ext/fox16_c/scintilla_wrap.cpp
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/frames_wrap.cpp
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: 25
1027
+ hash: 3
1030
1028
  segments:
1031
- - 1
1032
- - 3
1033
- - 1
1034
- version: 1.3.1
1029
+ - 0
1030
+ version: "0"
1035
1031
  requirements: []
1036
1032
 
1037
1033
  rubyforge_project: fxruby