fxruby 1.6.27-x64-mingw32 → 1.6.28-x64-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.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ data.tar.gz: c320803e0fb89a6409f251244ee43abae6e67a8f
4
+ metadata.gz: 7a5cd6026a8bb9b1ad4b448f2531f12d1fd2774f
5
+ SHA512:
6
+ data.tar.gz: 6f6f455985eb61e7d1708167ef1b8d441ad116670ea493068d376447fd1c492a1c9b1a8ff170976927ae79c5abfa0a7d66df82e5e086ed9a1db15054761d4717
7
+ metadata.gz: 798a5fae533ffa5072a11f93406b08990198bfd6245cbf34d85f29b467992b33d34bd86ffb984faec6f1e3f796c9d784f2617a37e525bfd9dc09a0484afc2076
checksums.yaml.gz.sig ADDED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 1.6.28 / 2013-06-28
2
+
3
+ * Fix build for Ruby-2.0.0-p127+
4
+
1
5
  === 1.6.27 / 2013-04-05
2
6
 
3
7
  * Add support for Ruby-2.0.
data/Rakefile.cross CHANGED
@@ -80,7 +80,7 @@ class CrossLibrary < OpenStruct
80
80
 
81
81
 
82
82
  # Fetch libfox tarball
83
- self.libfox_version = ENV['libfox_version'] || '1.6.47'
83
+ self.libfox_version = ENV['libfox_version'] || '1.6.49'
84
84
  self.libfox_source_uri = URI( "http://ftp.fox-toolkit.org/pub/fox-#{libfox_version}.tar.gz" )
85
85
  self.libfox_tarball = static_sourcesdir + File.basename( libfox_source_uri.path )
86
86
  self.static_libfox_builddir = static_builddir + libfox_tarball.basename(".tar.gz")
@@ -110,10 +110,10 @@ def do_rake_compiler_setup
110
110
  $libs = append_library($libs, "Xrandr") unless RUBY_PLATFORM =~ /mingw/ || enable_config("win32-static-build")
111
111
  $libs = append_library($libs, "Xcursor") unless RUBY_PLATFORM =~ /mingw/ || enable_config("win32-static-build")
112
112
  $libs = append_library($libs, "png")
113
- $CFLAGS = $CFLAGS + " -O0 -I#{File.join(File.dirname(__FILE__), 'include')}"
113
+ find_header('FXRbCommon.h', File.join(File.dirname(__FILE__), 'include'))
114
114
  if is_fxscintilla_build?
115
115
  FileUtils.move('scintilla_wrap.cpp.bak', 'scintilla_wrap.cpp') if FileTest.exist?('scintilla_wrap.cpp.bak')
116
- $CFLAGS = $CFLAGS + " -DWITH_FXSCINTILLA -DHAVE_FOX_1_6"
116
+ $CPPFLAGS = $CPPFLAGS + " -DWITH_FXSCINTILLA -DHAVE_FOX_1_6"
117
117
  $libs = append_library($libs, "fxscintilla")
118
118
  else
119
119
  FileUtils.move('scintilla_wrap.cpp', 'scintilla_wrap.cpp.bak') if FileTest.exist?('scintilla_wrap.cpp')
data/lib/2.0/fox16_c.so CHANGED
Binary file
@@ -3,7 +3,7 @@
3
3
 
4
4
  module Fox
5
5
  class FXScintilla
6
- #
6
+ #
7
7
 
8
8
 
9
9
 
@@ -3238,7 +3238,7 @@ module Fox
3238
3238
  sendMessage(2626, markerNumber, pixels)
3239
3239
  end
3240
3240
 
3241
- # Register an RGBA image for use in autocompletion lists.
3241
+ # Register an RGBA image for use in autocompletion lists.
3242
3242
  # It has the width and height from RGBAImageSetWidth/Height
3243
3243
  def registerRGBAImage(type, pixels)
3244
3244
  sendMessage(2627, type, pixels)
data/lib/fox16/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  module Fox
2
2
  def Fox.fxrubyversion
3
- "1.6.27"
3
+ "1.6.28"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fxruby
3
3
  version: !ruby/object:Gem::Version
4
- hash: 57
5
- prerelease:
6
- segments:
7
- - 1
8
- - 6
9
- - 27
10
- version: 1.6.27
4
+ version: 1.6.28
11
5
  platform: x64-mingw32
12
6
  authors:
13
7
  - Lyle Johnson
@@ -37,36 +31,26 @@ cert_chain:
37
31
  mMFp4kPUHbWOqCp2mz9gCA==
38
32
  -----END CERTIFICATE-----
39
33
 
40
- date: 2013-04-05 00:00:00 Z
34
+ date: 2013-07-05 00:00:00 Z
41
35
  dependencies:
42
36
  - !ruby/object:Gem::Dependency
43
37
  name: rdoc
44
38
  prerelease: false
45
39
  requirement: &id001 !ruby/object:Gem::Requirement
46
- none: false
47
40
  requirements:
48
41
  - - ~>
49
42
  - !ruby/object:Gem::Version
50
- hash: 19
51
- segments:
52
- - 3
53
- - 10
54
- version: "3.10"
43
+ version: "4.0"
55
44
  type: :development
56
45
  version_requirements: *id001
57
46
  - !ruby/object:Gem::Dependency
58
47
  name: hoe
59
48
  prerelease: false
60
49
  requirement: &id002 !ruby/object:Gem::Requirement
61
- none: false
62
50
  requirements:
63
51
  - - ~>
64
52
  - !ruby/object:Gem::Version
65
- hash: 7
66
- segments:
67
- - 3
68
- - 0
69
- version: "3.0"
53
+ version: "3.6"
70
54
  type: :development
71
55
  version_requirements: *id002
72
56
  description: FXRuby is the Ruby binding to the FOX GUI toolkit.
@@ -994,24 +978,24 @@ files:
994
978
  - test/stress2.rb
995
979
  - test/stress3.rb
996
980
  - test/testcase.rb
997
- - ext/fox16_c/ui_wrap.cpp
998
- - ext/fox16_c/mdi_wrap.cpp
999
- - ext/fox16_c/iconlist_wrap.cpp
1000
- - ext/fox16_c/frames_wrap.cpp
1001
- - ext/fox16_c/dialogs_wrap.cpp
1002
981
  - ext/fox16_c/label_wrap.cpp
1003
- - ext/fox16_c/icons_wrap.cpp
1004
- - ext/fox16_c/treelist_wrap.cpp
1005
982
  - ext/fox16_c/core_wrap.cpp
1006
- - ext/fox16_c/text_wrap.cpp
1007
- - ext/fox16_c/menu_wrap.cpp
1008
- - ext/fox16_c/list_wrap.cpp
1009
983
  - ext/fox16_c/image_wrap.cpp
1010
- - ext/fox16_c/scintilla_wrap.cpp
1011
984
  - ext/fox16_c/fx3d_wrap.cpp
985
+ - ext/fox16_c/dialogs_wrap.cpp
986
+ - ext/fox16_c/scintilla_wrap.cpp
987
+ - ext/fox16_c/list_wrap.cpp
988
+ - ext/fox16_c/dc_wrap.cpp
989
+ - ext/fox16_c/mdi_wrap.cpp
990
+ - ext/fox16_c/menu_wrap.cpp
991
+ - ext/fox16_c/treelist_wrap.cpp
992
+ - ext/fox16_c/text_wrap.cpp
1012
993
  - ext/fox16_c/table_wrap.cpp
1013
994
  - ext/fox16_c/layout_wrap.cpp
1014
- - ext/fox16_c/dc_wrap.cpp
995
+ - ext/fox16_c/frames_wrap.cpp
996
+ - ext/fox16_c/ui_wrap.cpp
997
+ - ext/fox16_c/icons_wrap.cpp
998
+ - ext/fox16_c/iconlist_wrap.cpp
1015
999
  - ext/fox16_c/include/inlinestubs.h
1016
1000
  - ext/fox16_c/librb.c
1017
1001
  - doap.rdf
@@ -1020,6 +1004,8 @@ files:
1020
1004
  homepage: http://github.com/larskanis/fxruby
1021
1005
  licenses: []
1022
1006
 
1007
+ metadata: {}
1008
+
1023
1009
  post_install_message:
1024
1010
  rdoc_options:
1025
1011
  - --main
@@ -1031,29 +1017,20 @@ rdoc_options:
1031
1017
  require_paths:
1032
1018
  - lib
1033
1019
  required_ruby_version: !ruby/object:Gem::Requirement
1034
- none: false
1035
1020
  requirements:
1036
- - - ">="
1021
+ - &id003
1022
+ - ">="
1037
1023
  - !ruby/object:Gem::Version
1038
- hash: 3
1039
- segments:
1040
- - 0
1041
1024
  version: "0"
1042
1025
  required_rubygems_version: !ruby/object:Gem::Requirement
1043
- none: false
1044
1026
  requirements:
1045
- - - ">="
1046
- - !ruby/object:Gem::Version
1047
- hash: 3
1048
- segments:
1049
- - 0
1050
- version: "0"
1027
+ - *id003
1051
1028
  requirements: []
1052
1029
 
1053
1030
  rubyforge_project: fxruby
1054
- rubygems_version: 1.8.17
1031
+ rubygems_version: 2.0.3
1055
1032
  signing_key:
1056
- specification_version: 3
1033
+ specification_version: 4
1057
1034
  summary: FXRuby is the Ruby binding to the FOX GUI toolkit.
1058
1035
  test_files:
1059
1036
  - test/TC_FXMenuRadio.rb
metadata.gz.sig CHANGED
Binary file