dialogbind 0.9.1.1 → 0.9.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/lib/dialogbind.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ed51e7dcb44cdf7a12cf95ae59c426ca4230375d26a6dc8d5cd59a0981ad43a
|
4
|
+
data.tar.gz: 0eddf7c630417b1ec4196bedc7adf936e1f94e3a010a39bd1a86f76833a62d27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9d9cbc6cf6112ae17e409587aa5f86ea119f9fa334478d6fa2edeb112c66ddb1d715c3c4400793d00e5faf509084b4f2d84d07bbfb8b87b62f8203324c35e881
|
7
|
+
data.tar.gz: 545bfe457b2abc9cada9f68ddcbce8b57d5702de6eeb2a1ce135f55fa7cbae8e5438d3c699917a31db0411a3f7fc6493d1d1b9e27ac6a867e7b0f61f578dc0a8
|
data/lib/dialogbind.rb
CHANGED
@@ -8,7 +8,7 @@
|
|
8
8
|
require 'fiddle/import'
|
9
9
|
|
10
10
|
$dialogbind_macos_script_cmd = ''
|
11
|
-
$dialogbind_version = '0.9.
|
11
|
+
$dialogbind_version = '0.9.2'
|
12
12
|
|
13
13
|
# Function used internally in DialogBind to run Zenity from Ruby code. Please do not use this function directly as its API and behaviour might change in any release.
|
14
14
|
def zenity(arg)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dialogbind
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tim K
|
@@ -41,6 +41,6 @@ rubygems_version: 3.0.4
|
|
41
41
|
signing_key:
|
42
42
|
specification_version: 4
|
43
43
|
summary: DialogBind provides a Ruby API that wraps around Linux and macOS message
|
44
|
-
box-generating tools. As of version 0.9.2, Windows is also
|
45
|
-
|
44
|
+
box-generating tools. As of version 0.9.2, Windows is also supported. See https://gitlab.com/timkoi/dialogbind/blob/master/README.md
|
45
|
+
for documentation.
|
46
46
|
test_files: []
|