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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/dialogbind.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 381f74289047af6aa93e6a28daeb6a1da99102c39dd098b3d6c384bf94dbc520
4
- data.tar.gz: a006ae717ed3253bb8fb623550ef691c1bfb69af5c9c877249a0466e5b816a51
3
+ metadata.gz: 9ed51e7dcb44cdf7a12cf95ae59c426ca4230375d26a6dc8d5cd59a0981ad43a
4
+ data.tar.gz: 0eddf7c630417b1ec4196bedc7adf936e1f94e3a010a39bd1a86f76833a62d27
5
5
  SHA512:
6
- metadata.gz: '089eacd34517bcead4fc0716cb074849f49219a5f0d475a1a06d1b28eb2f1abbfd42d24a7429c675b7b7be821c083403fab66ca71646f3f3e09067abdbe5301b'
7
- data.tar.gz: f30f98c3d6b179526d85aa4d9a30f93c4fc0932c793565b94c9863e174e044a2ffb9ad405ff42a04b0ee517255896095d955e301f59c16c75a2beaf68e4afe75
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.1.1'
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.1.1
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 (partially) supported.
45
- See https://gitlab.com/timkoi/dialogbind/blob/master/README.md for documentation.
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: []