qtbindings 4.8.6.3-x86-mingw32 → 4.8.6.4-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.
- checksums.yaml +4 -4
- data/Rakefile +1 -1
- data/bin/2.4/rbrcc.exe +0 -0
- data/bin/2.4/rbuic4.exe +0 -0
- data/bin/2.4/smokeapi.exe +0 -0
- data/bin/2.4/smokedeptool.exe +0 -0
- data/examples/tutorial/t10/cannon.rb +72 -72
- data/examples/tutorial/t10/lcdrange.rb +45 -45
- data/examples/tutorial/t10/t10.rb +55 -55
- data/examples/tutorial/t11/cannon.rb +123 -124
- data/examples/tutorial/t11/lcdrange.rb +45 -45
- data/examples/tutorial/t11/t11.rb +65 -65
- data/examples/tutorial/t12/cannon.rb +157 -158
- data/examples/tutorial/t12/lcdrange.rb +58 -59
- data/examples/tutorial/t12/t12.rb +65 -66
- data/examples/tutorial/t13/cannon.rb +206 -208
- data/examples/tutorial/t13/gamebrd.rb +112 -113
- data/examples/tutorial/t13/lcdrange.rb +59 -60
- data/examples/tutorial/t13/t13.rb +11 -11
- data/examples/tutorial/t14/cannon.rb +262 -263
- data/examples/tutorial/t14/gamebrd.rb +122 -123
- data/examples/tutorial/t14/lcdrange.rb +61 -63
- data/examples/tutorial/t14/t14.rb +11 -11
- data/examples/tutorial/t3/t3.rb +17 -18
- data/examples/tutorial/t4/t4.rb +23 -25
- data/examples/tutorial/t5/t5.rb +35 -37
- data/examples/tutorial/t6/t6.rb +48 -52
- data/examples/tutorial/t7/lcdrange.rb +32 -32
- data/examples/tutorial/t7/t7.rb +40 -42
- data/examples/tutorial/t8/cannon.rb +37 -38
- data/examples/tutorial/t8/lcdrange.rb +45 -45
- data/examples/tutorial/t8/t8.rb +43 -43
- data/examples/tutorial/t9/cannon.rb +44 -45
- data/examples/tutorial/t9/lcdrange.rb +46 -46
- data/examples/tutorial/t9/t9.rb +43 -43
- data/lib/2.4/libqtruby4shared.dll +0 -0
- data/lib/2.4/libsmokebase.dll +0 -0
- data/lib/2.4/libsmokeqtcore.dll +0 -0
- data/lib/2.4/libsmokeqtdeclarative.dll +0 -0
- data/lib/{2.1 → 2.4}/libsmokeqtgui.dll +0 -0
- data/lib/2.4/libsmokeqthelp.dll +0 -0
- data/lib/2.4/libsmokeqtmultimedia.dll +0 -0
- data/lib/2.4/libsmokeqtnetwork.dll +0 -0
- data/lib/2.4/libsmokeqtopengl.dll +0 -0
- data/lib/2.4/libsmokeqtscript.dll +0 -0
- data/lib/2.4/libsmokeqtsql.dll +0 -0
- data/lib/2.4/libsmokeqtsvg.dll +0 -0
- data/lib/2.4/libsmokeqttest.dll +0 -0
- data/lib/2.4/libsmokeqtuitools.dll +0 -0
- data/lib/2.4/libsmokeqtwebkit.dll +0 -0
- data/lib/2.4/libsmokeqtxml.dll +0 -0
- data/lib/2.4/libsmokeqtxmlpatterns.dll +0 -0
- data/lib/2.4/qtdeclarative.so +0 -0
- data/lib/2.4/qtruby4.so +0 -0
- data/lib/2.4/qtscript.so +0 -0
- data/lib/2.4/qttest.so +0 -0
- data/lib/2.4/qtuitools.so +0 -0
- data/lib/2.4/qtwebkit.so +0 -0
- data/lib/Qt4.rb +119 -111
- data/lib/qtbindings_version.rb +2 -2
- data/qtbindings.gemspec +18 -18
- data/qtbindingsnative.gemspec +19 -19
- metadata +38 -115
- data/bin/2.0/rbrcc.exe +0 -0
- data/bin/2.0/rbuic4.exe +0 -0
- data/bin/2.0/smokeapi.exe +0 -0
- data/bin/2.0/smokedeptool.exe +0 -0
- data/bin/2.1/rbrcc.exe +0 -0
- data/bin/2.1/rbuic4.exe +0 -0
- data/bin/2.1/smokeapi.exe +0 -0
- data/bin/2.1/smokedeptool.exe +0 -0
- data/bin/2.2/rbrcc.exe +0 -0
- data/bin/2.2/rbuic4.exe +0 -0
- data/bin/2.2/smokeapi.exe +0 -0
- data/bin/2.2/smokedeptool.exe +0 -0
- data/bin/2.3/rbrcc.exe +0 -0
- data/bin/2.3/rbuic4.exe +0 -0
- data/bin/2.3/smokeapi.exe +0 -0
- data/bin/2.3/smokedeptool.exe +0 -0
- data/lib/2.0/libqtruby4shared.dll +0 -0
- data/lib/2.0/libsmokebase.dll +0 -0
- data/lib/2.0/libsmokeqtcore.dll +0 -0
- data/lib/2.0/libsmokeqtdeclarative.dll +0 -0
- data/lib/2.0/libsmokeqtgui.dll +0 -0
- data/lib/2.0/libsmokeqthelp.dll +0 -0
- data/lib/2.0/libsmokeqtmultimedia.dll +0 -0
- data/lib/2.0/libsmokeqtnetwork.dll +0 -0
- data/lib/2.0/libsmokeqtopengl.dll +0 -0
- data/lib/2.0/libsmokeqtscript.dll +0 -0
- data/lib/2.0/libsmokeqtsql.dll +0 -0
- data/lib/2.0/libsmokeqtsvg.dll +0 -0
- data/lib/2.0/libsmokeqttest.dll +0 -0
- data/lib/2.0/libsmokeqtuitools.dll +0 -0
- data/lib/2.0/libsmokeqtwebkit.dll +0 -0
- data/lib/2.0/libsmokeqtxml.dll +0 -0
- data/lib/2.0/libsmokeqtxmlpatterns.dll +0 -0
- data/lib/2.0/qtdeclarative.so +0 -0
- data/lib/2.0/qtruby4.so +0 -0
- data/lib/2.0/qtscript.so +0 -0
- data/lib/2.0/qttest.so +0 -0
- data/lib/2.0/qtuitools.so +0 -0
- data/lib/2.0/qtwebkit.so +0 -0
- data/lib/2.1/libqtruby4shared.dll +0 -0
- data/lib/2.1/libsmokebase.dll +0 -0
- data/lib/2.1/libsmokeqtcore.dll +0 -0
- data/lib/2.1/libsmokeqtdeclarative.dll +0 -0
- data/lib/2.1/libsmokeqthelp.dll +0 -0
- data/lib/2.1/libsmokeqtmultimedia.dll +0 -0
- data/lib/2.1/libsmokeqtnetwork.dll +0 -0
- data/lib/2.1/libsmokeqtopengl.dll +0 -0
- data/lib/2.1/libsmokeqtscript.dll +0 -0
- data/lib/2.1/libsmokeqtsql.dll +0 -0
- data/lib/2.1/libsmokeqtsvg.dll +0 -0
- data/lib/2.1/libsmokeqttest.dll +0 -0
- data/lib/2.1/libsmokeqtuitools.dll +0 -0
- data/lib/2.1/libsmokeqtwebkit.dll +0 -0
- data/lib/2.1/libsmokeqtxml.dll +0 -0
- data/lib/2.1/libsmokeqtxmlpatterns.dll +0 -0
- data/lib/2.1/qtdeclarative.so +0 -0
- data/lib/2.1/qtruby4.so +0 -0
- data/lib/2.1/qtscript.so +0 -0
- data/lib/2.1/qttest.so +0 -0
- data/lib/2.1/qtuitools.so +0 -0
- data/lib/2.1/qtwebkit.so +0 -0
- data/lib/2.2/libqtruby4shared.dll +0 -0
- data/lib/2.2/libsmokebase.dll +0 -0
- data/lib/2.2/libsmokeqtcore.dll +0 -0
- data/lib/2.2/libsmokeqtdeclarative.dll +0 -0
- data/lib/2.2/libsmokeqtgui.dll +0 -0
- data/lib/2.2/libsmokeqthelp.dll +0 -0
- data/lib/2.2/libsmokeqtmultimedia.dll +0 -0
- data/lib/2.2/libsmokeqtnetwork.dll +0 -0
- data/lib/2.2/libsmokeqtopengl.dll +0 -0
- data/lib/2.2/libsmokeqtscript.dll +0 -0
- data/lib/2.2/libsmokeqtsql.dll +0 -0
- data/lib/2.2/libsmokeqtsvg.dll +0 -0
- data/lib/2.2/libsmokeqttest.dll +0 -0
- data/lib/2.2/libsmokeqtuitools.dll +0 -0
- data/lib/2.2/libsmokeqtwebkit.dll +0 -0
- data/lib/2.2/libsmokeqtxml.dll +0 -0
- data/lib/2.2/libsmokeqtxmlpatterns.dll +0 -0
- data/lib/2.2/qtdeclarative.so +0 -0
- data/lib/2.2/qtruby4.so +0 -0
- data/lib/2.2/qtscript.so +0 -0
- data/lib/2.2/qttest.so +0 -0
- data/lib/2.2/qtuitools.so +0 -0
- data/lib/2.2/qtwebkit.so +0 -0
- data/lib/2.3/libqtruby4shared.dll +0 -0
- data/lib/2.3/libsmokebase.dll +0 -0
- data/lib/2.3/libsmokeqtcore.dll +0 -0
- data/lib/2.3/libsmokeqtdeclarative.dll +0 -0
- data/lib/2.3/libsmokeqtgui.dll +0 -0
- data/lib/2.3/libsmokeqthelp.dll +0 -0
- data/lib/2.3/libsmokeqtmultimedia.dll +0 -0
- data/lib/2.3/libsmokeqtnetwork.dll +0 -0
- data/lib/2.3/libsmokeqtopengl.dll +0 -0
- data/lib/2.3/libsmokeqtscript.dll +0 -0
- data/lib/2.3/libsmokeqtsql.dll +0 -0
- data/lib/2.3/libsmokeqtsvg.dll +0 -0
- data/lib/2.3/libsmokeqttest.dll +0 -0
- data/lib/2.3/libsmokeqtuitools.dll +0 -0
- data/lib/2.3/libsmokeqtwebkit.dll +0 -0
- data/lib/2.3/libsmokeqtxml.dll +0 -0
- data/lib/2.3/libsmokeqtxmlpatterns.dll +0 -0
- data/lib/2.3/qtdeclarative.so +0 -0
- data/lib/2.3/qtruby4.so +0 -0
- data/lib/2.3/qtscript.so +0 -0
- data/lib/2.3/qttest.so +0 -0
- data/lib/2.3/qtuitools.so +0 -0
- data/lib/2.3/qtwebkit.so +0 -0
- data/lib/qtbindings_qt_version.rb +0 -2
data/lib/qtbindings_version.rb
CHANGED
@@ -1,2 +1,2 @@
|
|
1
|
-
QTBINDINGS_VERSION = '4.8.6.
|
2
|
-
QTBINDINGS_RELEASE_DATE = '
|
1
|
+
QTBINDINGS_VERSION = '4.8.6.4'
|
2
|
+
QTBINDINGS_RELEASE_DATE = '2017-10-18 14:48:36 -0600'
|
data/qtbindings.gemspec
CHANGED
@@ -1,18 +1,18 @@
|
|
1
|
-
require './lib/qtbindings_version'
|
2
|
-
|
3
|
-
spec = Gem::Specification.new do |s|
|
4
|
-
s.authors = ['Ryan Melton', 'Jason Thomas', 'Richard Dale', 'Arno Rehn']
|
5
|
-
s.email = 'kde-bindings@kde.org'
|
6
|
-
s.rubyforge_project = 'qtbindings'
|
7
|
-
s.summary = "Qt bindings for ruby"
|
8
|
-
s.homepage = "http://github.com/ryanmelt/qtbindings"
|
9
|
-
s.name = 'qtbindings'
|
10
|
-
s.version = QTBINDINGS_VERSION
|
11
|
-
s.requirements << 'none'
|
12
|
-
s.require_path = 'lib'
|
13
|
-
s.files = Dir['lib/**/*', 'bin/**/*', 'examples/**/*', 'ext/**/*', '*.txt', 'extconf.rb', '*.gemspec', 'Rakefile'].to_a
|
14
|
-
s.extensions = ['extconf.rb']
|
15
|
-
s.executables = ['smokeapi', 'smokedeptool', 'rbrcc', 'rbuic4', 'rbqtapi']
|
16
|
-
s.description = 'qtbindings provides ruby bindings to QT4.x. It is derived from the kdebindings project.'
|
17
|
-
s.licenses = ['LGPL-2.1']
|
18
|
-
end
|
1
|
+
require './lib/qtbindings_version'
|
2
|
+
|
3
|
+
spec = Gem::Specification.new do |s|
|
4
|
+
s.authors = ['Ryan Melton', 'Jason Thomas', 'Richard Dale', 'Arno Rehn']
|
5
|
+
s.email = 'kde-bindings@kde.org'
|
6
|
+
s.rubyforge_project = 'qtbindings'
|
7
|
+
s.summary = "Qt bindings for ruby"
|
8
|
+
s.homepage = "http://github.com/ryanmelt/qtbindings"
|
9
|
+
s.name = 'qtbindings'
|
10
|
+
s.version = QTBINDINGS_VERSION
|
11
|
+
s.requirements << 'none'
|
12
|
+
s.require_path = 'lib'
|
13
|
+
s.files = Dir['lib/**/*', 'bin/**/*', 'examples/**/*', 'ext/**/*', '*.txt', 'extconf.rb', '*.gemspec', 'Rakefile'].to_a
|
14
|
+
s.extensions = ['extconf.rb']
|
15
|
+
s.executables = ['smokeapi', 'smokedeptool', 'rbrcc', 'rbuic4', 'rbqtapi']
|
16
|
+
s.description = 'qtbindings provides ruby bindings to QT4.x. It is derived from the kdebindings project.'
|
17
|
+
s.licenses = ['LGPL-2.1']
|
18
|
+
end
|
data/qtbindingsnative.gemspec
CHANGED
@@ -1,19 +1,19 @@
|
|
1
|
-
require './lib/qtbindings_version'
|
2
|
-
|
3
|
-
spec = Gem::Specification.new do |s|
|
4
|
-
s.authors = ['Ryan Melton', 'Jason Thomas', 'Richard Dale', 'Arno Rehn']
|
5
|
-
s.email = 'kde-bindings@kde.org'
|
6
|
-
s.rubyforge_project = 'qtbindings'
|
7
|
-
s.platform = Gem::Platform::CURRENT
|
8
|
-
s.summary = "Qt bindings for ruby"
|
9
|
-
s.homepage = "http://github.com/ryanmelt/qtbindings"
|
10
|
-
s.name = 'qtbindings'
|
11
|
-
s.version = QTBINDINGS_VERSION
|
12
|
-
s.required_ruby_version = '
|
13
|
-
s.add_dependency 'qtbindings-qt', "~> #{QTBINDINGS_VERSION.split('.')[0..-2].join('.')}.0"
|
14
|
-
s.require_path = 'lib'
|
15
|
-
s.files = Dir['lib/**/*', 'bin/**/*', 'examples/**/*', '*.txt', 'extconf.rb', '*.gemspec', 'Rakefile'].to_a
|
16
|
-
s.executables = ['smokeapi', 'smokedeptool', 'rbrcc', 'rbuic4', 'rbqtapi']
|
17
|
-
s.description = 'qtbindings provides ruby bindings to QT4.x. It is derived from the kdebindings project.'
|
18
|
-
s.licenses = ['LGPL-2.1']
|
19
|
-
end
|
1
|
+
require './lib/qtbindings_version'
|
2
|
+
|
3
|
+
spec = Gem::Specification.new do |s|
|
4
|
+
s.authors = ['Ryan Melton', 'Jason Thomas', 'Richard Dale', 'Arno Rehn']
|
5
|
+
s.email = 'kde-bindings@kde.org'
|
6
|
+
s.rubyforge_project = 'qtbindings'
|
7
|
+
s.platform = Gem::Platform::CURRENT
|
8
|
+
s.summary = "Qt bindings for ruby"
|
9
|
+
s.homepage = "http://github.com/ryanmelt/qtbindings"
|
10
|
+
s.name = 'qtbindings'
|
11
|
+
s.version = QTBINDINGS_VERSION
|
12
|
+
s.required_ruby_version = '~> 2.4'
|
13
|
+
s.add_dependency 'qtbindings-qt', "~> #{QTBINDINGS_VERSION.split('.')[0..-2].join('.')}.0", ">= 4.8.6.4"
|
14
|
+
s.require_path = 'lib'
|
15
|
+
s.files = Dir['lib/**/*', 'bin/**/*', 'examples/**/*', '*.txt', 'extconf.rb', '*.gemspec', 'Rakefile'].to_a
|
16
|
+
s.executables = ['smokeapi', 'smokedeptool', 'rbrcc', 'rbuic4', 'rbqtapi']
|
17
|
+
s.description = 'qtbindings provides ruby bindings to QT4.x. It is derived from the kdebindings project.'
|
18
|
+
s.licenses = ['LGPL-2.1']
|
19
|
+
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: qtbindings
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.8.6.
|
4
|
+
version: 4.8.6.4
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Ryan Melton
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date:
|
14
|
+
date: 2017-10-18 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: qtbindings-qt
|
@@ -20,6 +20,9 @@ dependencies:
|
|
20
20
|
- - "~>"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 4.8.6.0
|
23
|
+
- - ">="
|
24
|
+
- !ruby/object:Gem::Version
|
25
|
+
version: 4.8.6.4
|
23
26
|
type: :runtime
|
24
27
|
prerelease: false
|
25
28
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -27,6 +30,9 @@ dependencies:
|
|
27
30
|
- - "~>"
|
28
31
|
- !ruby/object:Gem::Version
|
29
32
|
version: 4.8.6.0
|
33
|
+
- - ">="
|
34
|
+
- !ruby/object:Gem::Version
|
35
|
+
version: 4.8.6.4
|
30
36
|
description: qtbindings provides ruby bindings to QT4.x. It is derived from the kdebindings
|
31
37
|
project.
|
32
38
|
email: kde-bindings@kde.org
|
@@ -45,22 +51,10 @@ files:
|
|
45
51
|
- KNOWN_ISSUES.txt
|
46
52
|
- Rakefile
|
47
53
|
- TODO.txt
|
48
|
-
- bin/2.
|
49
|
-
- bin/2.
|
50
|
-
- bin/2.
|
51
|
-
- bin/2.
|
52
|
-
- bin/2.1/rbrcc.exe
|
53
|
-
- bin/2.1/rbuic4.exe
|
54
|
-
- bin/2.1/smokeapi.exe
|
55
|
-
- bin/2.1/smokedeptool.exe
|
56
|
-
- bin/2.2/rbrcc.exe
|
57
|
-
- bin/2.2/rbuic4.exe
|
58
|
-
- bin/2.2/smokeapi.exe
|
59
|
-
- bin/2.2/smokedeptool.exe
|
60
|
-
- bin/2.3/rbrcc.exe
|
61
|
-
- bin/2.3/rbuic4.exe
|
62
|
-
- bin/2.3/smokeapi.exe
|
63
|
-
- bin/2.3/smokedeptool.exe
|
54
|
+
- bin/2.4/rbrcc.exe
|
55
|
+
- bin/2.4/rbuic4.exe
|
56
|
+
- bin/2.4/smokeapi.exe
|
57
|
+
- bin/2.4/smokedeptool.exe
|
64
58
|
- bin/rbqtapi
|
65
59
|
- bin/rbrcc
|
66
60
|
- bin/rbuic4
|
@@ -456,102 +450,32 @@ files:
|
|
456
450
|
- examples/xml/saxbookmarks/xbelgenerator.rb
|
457
451
|
- examples/xml/saxbookmarks/xbelhandler.rb
|
458
452
|
- extconf.rb
|
459
|
-
- lib/2.
|
460
|
-
- lib/2.
|
461
|
-
- lib/2.
|
462
|
-
- lib/2.
|
463
|
-
- lib/2.
|
464
|
-
- lib/2.
|
465
|
-
- lib/2.
|
466
|
-
- lib/2.
|
467
|
-
- lib/2.
|
468
|
-
- lib/2.
|
469
|
-
- lib/2.
|
470
|
-
- lib/2.
|
471
|
-
- lib/2.
|
472
|
-
- lib/2.
|
473
|
-
- lib/2.
|
474
|
-
- lib/2.
|
475
|
-
- lib/2.
|
476
|
-
- lib/2.
|
477
|
-
- lib/2.
|
478
|
-
- lib/2.
|
479
|
-
- lib/2.
|
480
|
-
- lib/2.
|
481
|
-
- lib/2.
|
482
|
-
- lib/2.1/libqtruby4shared.dll
|
483
|
-
- lib/2.1/libsmokebase.dll
|
484
|
-
- lib/2.1/libsmokeqtcore.dll
|
485
|
-
- lib/2.1/libsmokeqtdeclarative.dll
|
486
|
-
- lib/2.1/libsmokeqtgui.dll
|
487
|
-
- lib/2.1/libsmokeqthelp.dll
|
488
|
-
- lib/2.1/libsmokeqtmultimedia.dll
|
489
|
-
- lib/2.1/libsmokeqtnetwork.dll
|
490
|
-
- lib/2.1/libsmokeqtopengl.dll
|
491
|
-
- lib/2.1/libsmokeqtscript.dll
|
492
|
-
- lib/2.1/libsmokeqtsql.dll
|
493
|
-
- lib/2.1/libsmokeqtsvg.dll
|
494
|
-
- lib/2.1/libsmokeqttest.dll
|
495
|
-
- lib/2.1/libsmokeqtuitools.dll
|
496
|
-
- lib/2.1/libsmokeqtwebkit.dll
|
497
|
-
- lib/2.1/libsmokeqtxml.dll
|
498
|
-
- lib/2.1/libsmokeqtxmlpatterns.dll
|
499
|
-
- lib/2.1/qtdeclarative.so
|
500
|
-
- lib/2.1/qtruby4.so
|
501
|
-
- lib/2.1/qtscript.so
|
502
|
-
- lib/2.1/qttest.so
|
503
|
-
- lib/2.1/qtuitools.so
|
504
|
-
- lib/2.1/qtwebkit.so
|
505
|
-
- lib/2.2/libqtruby4shared.dll
|
506
|
-
- lib/2.2/libsmokebase.dll
|
507
|
-
- lib/2.2/libsmokeqtcore.dll
|
508
|
-
- lib/2.2/libsmokeqtdeclarative.dll
|
509
|
-
- lib/2.2/libsmokeqtgui.dll
|
510
|
-
- lib/2.2/libsmokeqthelp.dll
|
511
|
-
- lib/2.2/libsmokeqtmultimedia.dll
|
512
|
-
- lib/2.2/libsmokeqtnetwork.dll
|
513
|
-
- lib/2.2/libsmokeqtopengl.dll
|
514
|
-
- lib/2.2/libsmokeqtscript.dll
|
515
|
-
- lib/2.2/libsmokeqtsql.dll
|
516
|
-
- lib/2.2/libsmokeqtsvg.dll
|
517
|
-
- lib/2.2/libsmokeqttest.dll
|
518
|
-
- lib/2.2/libsmokeqtuitools.dll
|
519
|
-
- lib/2.2/libsmokeqtwebkit.dll
|
520
|
-
- lib/2.2/libsmokeqtxml.dll
|
521
|
-
- lib/2.2/libsmokeqtxmlpatterns.dll
|
522
|
-
- lib/2.2/qtdeclarative.so
|
523
|
-
- lib/2.2/qtruby4.so
|
524
|
-
- lib/2.2/qtscript.so
|
525
|
-
- lib/2.2/qttest.so
|
526
|
-
- lib/2.2/qtuitools.so
|
527
|
-
- lib/2.2/qtwebkit.so
|
528
|
-
- lib/2.3/libqtruby4shared.dll
|
529
|
-
- lib/2.3/libsmokebase.dll
|
530
|
-
- lib/2.3/libsmokeqtcore.dll
|
531
|
-
- lib/2.3/libsmokeqtdeclarative.dll
|
532
|
-
- lib/2.3/libsmokeqtgui.dll
|
533
|
-
- lib/2.3/libsmokeqthelp.dll
|
534
|
-
- lib/2.3/libsmokeqtmultimedia.dll
|
535
|
-
- lib/2.3/libsmokeqtnetwork.dll
|
536
|
-
- lib/2.3/libsmokeqtopengl.dll
|
537
|
-
- lib/2.3/libsmokeqtscript.dll
|
538
|
-
- lib/2.3/libsmokeqtsql.dll
|
539
|
-
- lib/2.3/libsmokeqtsvg.dll
|
540
|
-
- lib/2.3/libsmokeqttest.dll
|
541
|
-
- lib/2.3/libsmokeqtuitools.dll
|
542
|
-
- lib/2.3/libsmokeqtwebkit.dll
|
543
|
-
- lib/2.3/libsmokeqtxml.dll
|
544
|
-
- lib/2.3/libsmokeqtxmlpatterns.dll
|
545
|
-
- lib/2.3/qtdeclarative.so
|
546
|
-
- lib/2.3/qtruby4.so
|
547
|
-
- lib/2.3/qtscript.so
|
548
|
-
- lib/2.3/qttest.so
|
549
|
-
- lib/2.3/qtuitools.so
|
550
|
-
- lib/2.3/qtwebkit.so
|
453
|
+
- lib/2.4/libqtruby4shared.dll
|
454
|
+
- lib/2.4/libsmokebase.dll
|
455
|
+
- lib/2.4/libsmokeqtcore.dll
|
456
|
+
- lib/2.4/libsmokeqtdeclarative.dll
|
457
|
+
- lib/2.4/libsmokeqtgui.dll
|
458
|
+
- lib/2.4/libsmokeqthelp.dll
|
459
|
+
- lib/2.4/libsmokeqtmultimedia.dll
|
460
|
+
- lib/2.4/libsmokeqtnetwork.dll
|
461
|
+
- lib/2.4/libsmokeqtopengl.dll
|
462
|
+
- lib/2.4/libsmokeqtscript.dll
|
463
|
+
- lib/2.4/libsmokeqtsql.dll
|
464
|
+
- lib/2.4/libsmokeqtsvg.dll
|
465
|
+
- lib/2.4/libsmokeqttest.dll
|
466
|
+
- lib/2.4/libsmokeqtuitools.dll
|
467
|
+
- lib/2.4/libsmokeqtwebkit.dll
|
468
|
+
- lib/2.4/libsmokeqtxml.dll
|
469
|
+
- lib/2.4/libsmokeqtxmlpatterns.dll
|
470
|
+
- lib/2.4/qtdeclarative.so
|
471
|
+
- lib/2.4/qtruby4.so
|
472
|
+
- lib/2.4/qtscript.so
|
473
|
+
- lib/2.4/qttest.so
|
474
|
+
- lib/2.4/qtuitools.so
|
475
|
+
- lib/2.4/qtwebkit.so
|
551
476
|
- lib/Qt.rb
|
552
477
|
- lib/Qt/qtruby4.rb
|
553
478
|
- lib/Qt4.rb
|
554
|
-
- lib/qtbindings_qt_version.rb
|
555
479
|
- lib/qtbindings_version.rb
|
556
480
|
- lib/qtdeclarative/qtdeclarative.rb
|
557
481
|
- lib/qtscript/qtscript.rb
|
@@ -570,9 +494,9 @@ require_paths:
|
|
570
494
|
- lib
|
571
495
|
required_ruby_version: !ruby/object:Gem::Requirement
|
572
496
|
requirements:
|
573
|
-
- - "
|
497
|
+
- - "~>"
|
574
498
|
- !ruby/object:Gem::Version
|
575
|
-
version: 2.
|
499
|
+
version: '2.4'
|
576
500
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
577
501
|
requirements:
|
578
502
|
- - ">="
|
@@ -580,9 +504,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
580
504
|
version: '0'
|
581
505
|
requirements: []
|
582
506
|
rubyforge_project: qtbindings
|
583
|
-
rubygems_version: 2.
|
507
|
+
rubygems_version: 2.6.13
|
584
508
|
signing_key:
|
585
509
|
specification_version: 4
|
586
510
|
summary: Qt bindings for ruby
|
587
511
|
test_files: []
|
588
|
-
has_rdoc:
|
data/bin/2.0/rbrcc.exe
DELETED
Binary file
|
data/bin/2.0/rbuic4.exe
DELETED
Binary file
|
data/bin/2.0/smokeapi.exe
DELETED
Binary file
|
data/bin/2.0/smokedeptool.exe
DELETED
Binary file
|
data/bin/2.1/rbrcc.exe
DELETED
Binary file
|
data/bin/2.1/rbuic4.exe
DELETED
Binary file
|
data/bin/2.1/smokeapi.exe
DELETED
Binary file
|
data/bin/2.1/smokedeptool.exe
DELETED
Binary file
|
data/bin/2.2/rbrcc.exe
DELETED
Binary file
|
data/bin/2.2/rbuic4.exe
DELETED
Binary file
|
data/bin/2.2/smokeapi.exe
DELETED
Binary file
|
data/bin/2.2/smokedeptool.exe
DELETED
Binary file
|
data/bin/2.3/rbrcc.exe
DELETED
Binary file
|
data/bin/2.3/rbuic4.exe
DELETED
Binary file
|
data/bin/2.3/smokeapi.exe
DELETED
Binary file
|
data/bin/2.3/smokedeptool.exe
DELETED
Binary file
|
Binary file
|
data/lib/2.0/libsmokebase.dll
DELETED
Binary file
|
data/lib/2.0/libsmokeqtcore.dll
DELETED
Binary file
|
Binary file
|
data/lib/2.0/libsmokeqtgui.dll
DELETED
Binary file
|
data/lib/2.0/libsmokeqthelp.dll
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/2.0/libsmokeqtsql.dll
DELETED
Binary file
|
data/lib/2.0/libsmokeqtsvg.dll
DELETED
Binary file
|
data/lib/2.0/libsmokeqttest.dll
DELETED
Binary file
|
Binary file
|
Binary file
|
data/lib/2.0/libsmokeqtxml.dll
DELETED
Binary file
|
Binary file
|
data/lib/2.0/qtdeclarative.so
DELETED
Binary file
|
data/lib/2.0/qtruby4.so
DELETED
Binary file
|
data/lib/2.0/qtscript.so
DELETED
Binary file
|
data/lib/2.0/qttest.so
DELETED
Binary file
|
data/lib/2.0/qtuitools.so
DELETED
Binary file
|
data/lib/2.0/qtwebkit.so
DELETED
Binary file
|
Binary file
|
data/lib/2.1/libsmokebase.dll
DELETED
Binary file
|
data/lib/2.1/libsmokeqtcore.dll
DELETED
Binary file
|
Binary file
|
data/lib/2.1/libsmokeqthelp.dll
DELETED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/2.1/libsmokeqtsql.dll
DELETED
Binary file
|
data/lib/2.1/libsmokeqtsvg.dll
DELETED
Binary file
|
data/lib/2.1/libsmokeqttest.dll
DELETED
Binary file
|
Binary file
|
Binary file
|
data/lib/2.1/libsmokeqtxml.dll
DELETED
Binary file
|
Binary file
|
data/lib/2.1/qtdeclarative.so
DELETED
Binary file
|
data/lib/2.1/qtruby4.so
DELETED
Binary file
|
data/lib/2.1/qtscript.so
DELETED
Binary file
|
data/lib/2.1/qttest.so
DELETED
Binary file
|
data/lib/2.1/qtuitools.so
DELETED
Binary file
|
data/lib/2.1/qtwebkit.so
DELETED
Binary file
|
Binary file
|
data/lib/2.2/libsmokebase.dll
DELETED
Binary file
|
data/lib/2.2/libsmokeqtcore.dll
DELETED
Binary file
|