qtbindings-qt 4.8.6.3-x86-mingw32 → 4.8.6.4-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/qtbin/Qt3Support4.dll +0 -0
  3. data/qtbin/QtCLucene4.dll +0 -0
  4. data/qtbin/QtCore4.dll +0 -0
  5. data/qtbin/QtDeclarative4.dll +0 -0
  6. data/qtbin/QtDesigner4.dll +0 -0
  7. data/qtbin/QtDesignerComponents4.dll +0 -0
  8. data/qtbin/QtGui4.dll +0 -0
  9. data/qtbin/QtHelp4.dll +0 -0
  10. data/qtbin/QtMultimedia4.dll +0 -0
  11. data/qtbin/QtNetwork4.dll +0 -0
  12. data/qtbin/QtOpenGL4.dll +0 -0
  13. data/qtbin/QtScript4.dll +0 -0
  14. data/qtbin/QtScriptTools4.dll +0 -0
  15. data/qtbin/QtSql4.dll +0 -0
  16. data/qtbin/QtSvg4.dll +0 -0
  17. data/qtbin/QtTest4.dll +0 -0
  18. data/qtbin/QtWebKit4.dll +0 -0
  19. data/qtbin/QtXml4.dll +0 -0
  20. data/qtbin/QtXmlPatterns4.dll +0 -0
  21. data/qtbin/libgcc_s_dw2-1.dll +0 -0
  22. data/qtbin/libstdc++-6.dll +0 -0
  23. data/qtbin/libwinpthread-1.dll +0 -0
  24. data/qtbin/plugins/accessible/qtaccessiblecompatwidgets4.dll +0 -0
  25. data/qtbin/plugins/accessible/qtaccessiblewidgets4.dll +0 -0
  26. data/qtbin/plugins/bearer/qgenericbearer4.dll +0 -0
  27. data/qtbin/plugins/bearer/qnativewifibearer4.dll +0 -0
  28. data/qtbin/plugins/codecs/qcncodecs4.dll +0 -0
  29. data/qtbin/plugins/codecs/qjpcodecs4.dll +0 -0
  30. data/qtbin/plugins/codecs/qkrcodecs4.dll +0 -0
  31. data/qtbin/plugins/codecs/qtwcodecs4.dll +0 -0
  32. data/qtbin/plugins/designer/phononwidgets.dll +0 -0
  33. data/qtbin/plugins/designer/qaxwidget.dll +0 -0
  34. data/qtbin/plugins/designer/qdeclarativeview.dll +0 -0
  35. data/qtbin/plugins/designer/qt3supportwidgets.dll +0 -0
  36. data/qtbin/plugins/designer/qwebview.dll +0 -0
  37. data/qtbin/plugins/graphicssystems/qglgraphicssystem4.dll +0 -0
  38. data/qtbin/plugins/graphicssystems/qtracegraphicssystem4.dll +0 -0
  39. data/qtbin/plugins/iconengines/qsvgicon4.dll +0 -0
  40. data/qtbin/plugins/imageformats/qgif4.dll +0 -0
  41. data/qtbin/plugins/imageformats/qico4.dll +0 -0
  42. data/qtbin/plugins/imageformats/qjpeg4.dll +0 -0
  43. data/qtbin/plugins/imageformats/qmng4.dll +0 -0
  44. data/qtbin/plugins/imageformats/qsvg4.dll +0 -0
  45. data/qtbin/plugins/imageformats/qtga4.dll +0 -0
  46. data/qtbin/plugins/imageformats/qtiff4.dll +0 -0
  47. data/qtbin/plugins/phonon_backend/phonon_ds94.dll +0 -0
  48. data/qtbin/plugins/qmltooling/qmldbg_inspector4.dll +0 -0
  49. data/qtbin/plugins/qmltooling/qmldbg_tcp4.dll +0 -0
  50. data/qtbin/plugins/sqldrivers/qsqlite4.dll +0 -0
  51. data/qtlib/qtbindings-qt.rb +15 -8
  52. data/qtlib/qtbindings_qt_version.rb +2 -2
  53. metadata +6 -8
  54. data/qtbin/libgcc_s_sjlj-1.dll +0 -0
  55. data/qtbin/phonon4.dll +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dfef5561e78d70b37c91b6513a49a28fcc48acdc
4
- data.tar.gz: 20c5c64d573ac1c3c5f9186b3ab3fd35e8776b44
3
+ metadata.gz: 3c967cc402a03fbd89ae4381e27f534ffcfd1013
4
+ data.tar.gz: 9c6227299afa0a88cbc0f3dac25f65d872ac3315
5
5
  SHA512:
6
- metadata.gz: c8a8f70c25c711c47d2ff5440f338e9af4ce9ed17d5decc274b6a98e83bfd0f4aaea047b1de92325b7bb32aab91f967f5cb41c021f2f0be7c5f9ead8413733e9
7
- data.tar.gz: bbba96cef72581a3bc7cf414e3ddff9759c971f07e80f710ee6451f50144c032683ea8cab005c00fc2dca2d7bdfd2740b660310c94787196d1238a07ecf33a7a
6
+ metadata.gz: b37a141066d5d4b4e092a63236bc23a6022502ea3bc579c3e6ba36990ee79321bfa1b692cf50cd52d86086fb1845cb528c73e9e069fd0bf06433b6d08b80b2ed
7
+ data.tar.gz: 2f3a68f0e0605da1c5ad17f981eb617e2eadf8c79f616c1395397036d4e1fe542acf8c7c4a8657f897315d8e6de26f5ec4051d21a9da019c6006305b1aadd990
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,8 +1,15 @@
1
- windows = false
2
- platform = RUBY_PLATFORM.split("-")[1]
3
- windows = true if platform =~ /mswin32/ or platform =~ /mingw32/
4
-
5
- module Qt
6
- PLUGIN_PATH = File.expand_path(File.join(File.dirname(__FILE__), '..', 'qtbin', 'plugins'))
7
- end
8
- ENV['PATH'] = File.join(File.dirname(__FILE__), '../qtbin') + ';' + File.join(File.dirname(__FILE__), '../qtbin/plugins') + ';' + ENV['PATH']
1
+ windows = false
2
+ platform = RUBY_PLATFORM.split("-")[1]
3
+ windows = true if platform =~ /mswin32/ or platform =~ /mingw32/
4
+
5
+ module Qt
6
+ PLUGIN_PATH = File.expand_path(File.join(File.dirname(__FILE__), '..', 'qtbin', 'plugins'))
7
+ end
8
+ ENV['PATH'] = File.join(File.dirname(__FILE__), '../qtbin') + ';' + File.join(File.dirname(__FILE__), '../qtbin/plugins') + ';' + ENV['PATH']
9
+ begin
10
+ require 'ruby_installer'
11
+ RubyInstaller::Runtime.add_dll_directory(File.join(File.dirname(__FILE__), '../qtbin'))
12
+ RubyInstaller::Runtime.add_dll_directory(File.join(File.dirname(__FILE__), '../qtbin/plugins'))
13
+ rescue
14
+ # Oh well - Hopefully not Ruby 2.4+ on windows
15
+ end
@@ -1,2 +1,2 @@
1
- QTBINDINGS_QT_VERSION = '4.8.6.3'
2
- QTBINDINGS_QT_RELEASE_DATE = '2016-11-21 17:53:53 -0700'
1
+ QTBINDINGS_QT_VERSION = '4.8.6.4'
2
+ QTBINDINGS_QT_RELEASE_DATE = '2017-10-18 14:48:48 -0600'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qtbindings-qt
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.8.6.3
4
+ version: 4.8.6.4
5
5
  platform: x86-mingw32
6
6
  authors:
7
7
  - Ryan Melton
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-11-22 00:00:00.000000000 Z
12
+ date: 2017-10-18 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description: qtbindings-qt contains the compiled qt dlls
15
15
  email: kde-bindings@kde.org
@@ -37,10 +37,9 @@ files:
37
37
  - qtbin/QtXml4.dll
38
38
  - qtbin/QtXmlPatterns4.dll
39
39
  - qtbin/README.txt.txt
40
- - qtbin/libgcc_s_sjlj-1.dll
40
+ - qtbin/libgcc_s_dw2-1.dll
41
41
  - qtbin/libstdc++-6.dll
42
42
  - qtbin/libwinpthread-1.dll
43
- - qtbin/phonon4.dll
44
43
  - qtbin/plugins/accessible/qtaccessiblecompatwidgets4.dll
45
44
  - qtbin/plugins/accessible/qtaccessiblewidgets4.dll
46
45
  - qtbin/plugins/bearer/qgenericbearer4.dll
@@ -86,9 +85,9 @@ require_paths:
86
85
  - qtlib
87
86
  required_ruby_version: !ruby/object:Gem::Requirement
88
87
  requirements:
89
- - - ">="
88
+ - - "~>"
90
89
  - !ruby/object:Gem::Version
91
- version: '0'
90
+ version: '2.4'
92
91
  required_rubygems_version: !ruby/object:Gem::Requirement
93
92
  requirements:
94
93
  - - ">="
@@ -97,9 +96,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
96
  requirements:
98
97
  - none
99
98
  rubyforge_project: qtbindings-qt
100
- rubygems_version: 2.5.1
99
+ rubygems_version: 2.6.13
101
100
  signing_key:
102
101
  specification_version: 4
103
102
  summary: Qt bindings for ruby - Qt Dlls
104
103
  test_files: []
105
- has_rdoc:
Binary file
Binary file