ruby-qt6-qtcore 6.2.0 → 6.3.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: afdfc02cad6e0ad73e561b45af066266c61d4debc0a6289b0ffe7028b32511e9
4
- data.tar.gz: 0d83c79ca5b2bfc2197d274be2de4a0b798638937c7e1f4a9c28e761b264155d
3
+ metadata.gz: f4d9c8558ceb816ee3ba755b97d32c974eb514d5d12be0b3beae7ae76c1f37ef
4
+ data.tar.gz: 15b271444b6e48bc08d5278bbe6294a18ec45080b0c1198b89ed08d3912732f5
5
5
  SHA512:
6
- metadata.gz: f79e1b506a11c629347b1c9ce779496bab7a501cbccb92decc6fec97a9a8dceb628cb6485ddaf21f166de7675f53a7a4d6212f6a14608c5638172cff13802f10
7
- data.tar.gz: 2e0cb048cdd0789a3856223fbd269f7b24f8ab4e5a021f31cae19dc88a753575dcf05f294ffafb567709c2c354186e95d787182ecc13f34d1af758ef9a1c34a6
6
+ metadata.gz: 94868371ab5f2c2972cd6e788aedd626f66ce931b503c3459e1034a5e884e1e643931fea71bba7739a99be82083e3c2e60603b1629467145aa9fd68a3b95896a
7
+ data.tar.gz: b25556bed846888036c640036c9b1e9a5e1cf6d55f2eaa88b7305f37f3e82dbfe34577c8f6783d0e157d918e2f93353199cefaf10fef784588ed0df3620d5da3
@@ -1,4 +1,5 @@
1
1
  #include "qanystringview-rb.hpp"
2
+ #include <qchar.h>
2
3
  #include <qanystringview.h>
3
4
 
4
5
  #include <QString>
@@ -1,4 +1,5 @@
1
1
  #include "qdatetime-rb.hpp"
2
+ #include <qchar.h>
2
3
  #include <qdatetime.h>
3
4
  #include <rice/qt6/qenum.hpp>
4
5
 
@@ -96,7 +96,6 @@ void Init_qdir(Module rb_mQt6QtCore)
96
96
  define_qenum_value_under(rb_cQDirFilter, "Writable", QDir::Filter::Writable);
97
97
  define_qenum_value_under(rb_cQDirFilter, "Executable", QDir::Filter::Executable);
98
98
  define_qenum_value_under(rb_cQDirFilter, "PermissionMask", QDir::Filter::PermissionMask);
99
- define_qenum_value_under(rb_cQDirFilter, "Modified", QDir::Filter::Modified);
100
99
  define_qenum_value_under(rb_cQDirFilter, "Hidden", QDir::Filter::Hidden);
101
100
  define_qenum_value_under(rb_cQDirFilter, "System", QDir::Filter::System);
102
101
  define_qenum_value_under(rb_cQDirFilter, "AccessMask", QDir::Filter::AccessMask);
@@ -1,4 +1,5 @@
1
1
  #include "qiodevicebase-rb.hpp"
2
+ #include <qchar.h>
2
3
  #include <qiodevicebase.h>
3
4
  #include <rice/qt6/qenum.hpp>
4
5
  #include <rice/qt6/qflags.hpp>
@@ -1,4 +1,5 @@
1
1
  #include "qlocale-rb.hpp"
2
+ #include <qchar.h>
2
3
  #include <qlocale.h>
3
4
  #include <rice/qt6/qenum.hpp>
4
5
  #include <rice/qt6/qflags.hpp>
@@ -1,4 +1,5 @@
1
1
  #include "qmetaclassinfo-rb.hpp"
2
+ #include <qchar.h>
2
3
  #include <qmetaobject.h>
3
4
 
4
5
  RICE4RUBYQT6_USE_NAMESPACE
@@ -1,4 +1,5 @@
1
1
  #include "qmetamethod-rb.hpp"
2
+ #include <qchar.h>
2
3
  #include <qmetaobject.h>
3
4
  #include <rice/qt6/qenum.hpp>
4
5
 
@@ -1,4 +1,5 @@
1
1
  #include "qmetaobject-rb.hpp"
2
+ #include <qchar.h>
2
3
  #include <qmetaobject.h>
3
4
  #include <qobjectdefs.h>
4
5
 
@@ -1,4 +1,5 @@
1
1
  #include "qmetatype-rb.hpp"
2
+ #include <qchar.h>
2
3
  #include <qmetatype.h>
3
4
  #include <rice/qt6/qenum.hpp>
4
5
 
@@ -1,4 +1,5 @@
1
1
  #include "qt-enum-af-rb.hpp"
2
+ #include <qchar.h>
2
3
  #include <qnamespace.h>
3
4
  #include <rice/qt6/qenum.hpp>
4
5
 
@@ -1,4 +1,5 @@
1
1
  #include "qt-enum-gl-rb.hpp"
2
+ #include <qchar.h>
2
3
  #include <qnamespace.h>
3
4
  #include <rice/qt6/qenum.hpp>
4
5
 
@@ -1,4 +1,5 @@
1
1
  #include "qt-enum-mr-rb.hpp"
2
+ #include <qchar.h>
2
3
  #include <qnamespace.h>
3
4
  #include <rice/qt6/qenum.hpp>
4
5
 
@@ -1,4 +1,5 @@
1
1
  #include "qt-enum-sz-rb.hpp"
2
+ #include <qchar.h>
2
3
  #include <qnamespace.h>
3
4
  #include <rice/qt6/qenum.hpp>
4
5
 
@@ -358,7 +359,6 @@ void Init_qt_enum_sz(Module rb_mQt6QtCore)
358
359
  define_qenum_value_under(rb_cQtWindowType, "Tool", Qt::WindowType::Tool);
359
360
  define_qenum_value_under(rb_cQtWindowType, "ToolTip", Qt::WindowType::ToolTip);
360
361
  define_qenum_value_under(rb_cQtWindowType, "SplashScreen", Qt::WindowType::SplashScreen);
361
- define_qenum_value_under(rb_cQtWindowType, "Desktop", Qt::WindowType::Desktop);
362
362
  define_qenum_value_under(rb_cQtWindowType, "SubWindow", Qt::WindowType::SubWindow);
363
363
  define_qenum_value_under(rb_cQtWindowType, "ForeignWindow", Qt::WindowType::ForeignWindow);
364
364
  define_qenum_value_under(rb_cQtWindowType, "CoverWindow", Qt::WindowType::CoverWindow);
@@ -1,4 +1,5 @@
1
1
  #include "qurl-rb.hpp"
2
+ #include <qchar.h>
2
3
  #include <qurl.h>
3
4
  #include <rice/qt6/qenum.hpp>
4
5
  #include <rice/qt6/qflags.hpp>
@@ -1,4 +1,5 @@
1
1
  #include "qvariant-rb.hpp"
2
+ #include <qchar.h>
2
3
  #include <qvariant.h>
3
4
 
4
5
  #include <QString>
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RubyQt6
4
4
  module QtCore
5
- QTCORE_RUBYGEM_VERSION = "6.2.0"
5
+ QTCORE_RUBYGEM_VERSION = "6.3.0"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-qt6-qtcore
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.2.0
4
+ version: 6.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Doe
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - '='
17
17
  - !ruby/object:Gem::Version
18
- version: 6.2.0
18
+ version: 6.3.0
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - '='
24
24
  - !ruby/object:Gem::Version
25
- version: 6.2.0
25
+ version: 6.3.0
26
26
  email:
27
27
  - johndoe@example.com
28
28
  executables: []