idb 2.6.1 → 2.6.2
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/Gemfile.lock +1 -1
- data/lib/gui/default_protection_class_group_widget.rb +2 -2
- data/lib/idb/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 635b0156bfde8f15f80d2c6a9fa5097d06e9dc97
|
|
4
|
+
data.tar.gz: e9d60226d81cc59c7e048077345206ea7edac62f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 084975140bf00eed5531f56353755a1b7e6a472a3bcb956a58525c126d02947faee7abd9e400b32928f520c3554ed25038ca64a8196189d51b439b622306867e
|
|
7
|
+
data.tar.gz: 6ad0f1d0e27cad6dfdd4ec9e3f7989270a9231a6568c169801abe08ef11318321bf1ef4de293ca9bcc2b96d4e32ac512be1f9191a97647f49afe78023412b372
|
data/Gemfile.lock
CHANGED
|
@@ -5,11 +5,11 @@ module Idb
|
|
|
5
5
|
def initialize args
|
|
6
6
|
super *args
|
|
7
7
|
|
|
8
|
-
setTitle "Default
|
|
8
|
+
setTitle "Default Data Protection"
|
|
9
9
|
|
|
10
10
|
@layout = Qt::GridLayout.new
|
|
11
11
|
label = Qt::Label.new "<b>Default Data Protection</b>", self, 0
|
|
12
|
-
@val = Qt::Label.new "
|
|
12
|
+
@val = Qt::Label.new "No default set in the entitlements of this app.", self, 0
|
|
13
13
|
@layout.addWidget label, 0, 0
|
|
14
14
|
@layout.addWidget @val, 0, 1
|
|
15
15
|
spacer_horizontal = Qt::SpacerItem.new 0,1, Qt::SizePolicy::Expanding, Qt::SizePolicy::Fixed
|
data/lib/idb/version.rb
CHANGED