fxruby 1.6.26.pre1 → 1.6.26

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.
Files changed (3) hide show
  1. data/History.txt +1 -1
  2. data/lib/fox16/version.rb +1 -1
  3. metadata +19 -23
@@ -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
@@ -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: 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
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
@@ -1022,14 +1020,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
1022
1020
  required_rubygems_version: !ruby/object:Gem::Requirement
1023
1021
  none: false
1024
1022
  requirements:
1025
- - - ">"
1023
+ - - ">="
1026
1024
  - !ruby/object:Gem::Version
1027
- hash: 25
1025
+ hash: 3
1028
1026
  segments:
1029
- - 1
1030
- - 3
1031
- - 1
1032
- version: 1.3.1
1027
+ - 0
1028
+ version: "0"
1033
1029
  requirements: []
1034
1030
 
1035
1031
  rubyforge_project: fxruby