ruby-qt6-rspec 6.1.0 → 6.2.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: b9f48e9bb6f936b33d5be9fd924daf88e1f8b0b73a9129d342183bbc6f89c3d0
4
- data.tar.gz: d1c9ef69ae959c2b85a9475496b65d9042a13cdfe89930da3bb03508b21a0e7f
3
+ metadata.gz: 347cc7e38d3a1545954ecaffdb0c95396931db23debe42c94b253f2b624f7ece
4
+ data.tar.gz: dbcd01800fa2825225fd9ec18d5c3bbb4044639acf533e4fe8f09c9d043605d1
5
5
  SHA512:
6
- metadata.gz: 14aba37e801e9693d55bf98e2eae01bbb09f64d1d7b668985f4ed1f7dcaa704be64048be24cbaa076fa3a6ede360b589575c649263220055d84d9f06dc77cbe7
7
- data.tar.gz: 9613255594593f0fdd3388c49c9c4620e352428529506585c86628a72ceb68ec551ce3c2a31e485a61d46d69e650167ca3429d507d53ff4a3fdf89e306e4eba1
6
+ metadata.gz: d273c552b74dd358cccd313fea1fdcdf083ab8810d01a0090e4e3dfa61f0bdeea6ddd07c0ae0d92a773bec92d04b432f944382be1e7763842c3975df7b37ed42
7
+ data.tar.gz: a6923ae41869ad9adf746df614cb76c7bba09c3e0d733fea4777f19ff3c0608501578b53ff211421476bc3459891ce35f5aecbc318c3bde563c46c82c3c79872
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RubyQt6
4
4
  module RSpec
5
- RSPEC_RUBYGEM_VERSION = "6.1.0"
5
+ RSPEC_RUBYGEM_VERSION = "6.2.0"
6
6
  end
7
7
  end
data/lib/qt6/rspec.rb CHANGED
@@ -31,6 +31,7 @@ module RubyQt6
31
31
  "QCoreApplication" => ["post_event", "send_event"],
32
32
  "QItemSelectionRange" => ["parent"],
33
33
  "QModelIndex" => ["parent"],
34
+ "QPersistentModelIndex" => ["parent"],
34
35
  "QStandardItem" => ["parent"],
35
36
  "QTreeWidgetItem" => ["parent"],
36
37
  "QLayoutItem" => ["has_height_for_width", "height_for_width", "maximum_size", "minimum_size", "size_hint"],
@@ -213,6 +214,9 @@ module RubyQt6
213
214
  raise method.inspect if VERIFY_QLASS_VIRTUAL_METHODS.include?(method.rbname)
214
215
  end.call
215
216
 
217
+ # No internal method
218
+ raise method.inspect if method.rbname.include?("internal_")
219
+
216
220
  # No unknonwn leading underscore method
217
221
  if method.rbname.start_with?("_")
218
222
  lambda do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-qt6-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.0
4
+ version: 6.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Doe
@@ -9,7 +9,6 @@ bindir: exe
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies: []
12
- description: RSpec for RubyQt6.
13
12
  email:
14
13
  - johndoe@example.com
15
14
  executables: []
@@ -26,11 +25,9 @@ files:
26
25
  - lib/qt6/rspec/qlass_file_parser.rb
27
26
  - lib/qt6/rspec/version.rb
28
27
  homepage: https://github.com/souk4711/ruby-qt6
29
- licenses: []
30
- metadata:
31
- homepage_uri: https://github.com/souk4711/ruby-qt6
32
- source_code_uri: https://github.com/souk4711/ruby-qt6
33
- changelog_uri: https://github.com/souk4711/ruby-qt6
28
+ licenses:
29
+ - LGPL-3.0-only WITH LGPL-3.0-linking-exception
30
+ metadata: {}
34
31
  rdoc_options: []
35
32
  require_paths:
36
33
  - lib