dialogbind 0.9.5 → 0.9.5.1

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: 117589fe831467e5e45659f7338bc5222450aee700e76aeed980682ee6b96695
4
- data.tar.gz: 450fa5c663f131d086bd526b331d4a108143c3240c2503860b8f3cf472758027
3
+ metadata.gz: a14fc9d6345ae035a6887c427731380020d8457bcfb26536d5958abf4edd42d8
4
+ data.tar.gz: f184c23c89783cdbc1a0c191f888bacf7c4453d85e78754642b8edd279c23fb8
5
5
  SHA512:
6
- metadata.gz: 23f91664fd2d2742fad0e4b682d6b082d06f3e0bbedbb939c2aa414d60a342f39f9f6d19ff581de3b3468bc778f08c08f3f14032b0552c091dfbdfb4c5bb7d86
7
- data.tar.gz: 6492ae4777d9d5814860df7dde030f78bf30e24efdc9be6351f380d8e087d202824bad70e910147f537ea05c9e20de56fa43c25b84bdf3e5c47a58ea65cd02cf
6
+ metadata.gz: 60878b235d233653c482bf5d92a7704104c5ab40556894dd5383b6b37ffe2a3cfab8cae1f3a5b26342a069f65839638bc7389112d00eeb777ec82ee8866a363c
7
+ data.tar.gz: a21776fda00ba0946a38f4d3fb0aa713e804a4409994e5439bb3739f1cf4018cfd4d3a0912845f954a1aed80ad7cd879cae75bc5dd74eaecfe08ebd2803574be
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.5'
11
+ $dialogbind_version = '0.9.5.1'
12
12
 
13
13
  # @!visibility private
14
14
  def zenity(arg)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dialogbind
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5
4
+ version: 0.9.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim K
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-07-23 00:00:00.000000000 Z
11
+ date: 2019-08-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: 'DialogBind is a library providing a cross-platform API for creating
14
14
  dialog and message boxes from Ruby code. Docs are available here: https://www.rubydoc.info/gems/dialogbind/'
@@ -19,7 +19,7 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - lib/dialogbind.rb
22
- homepage: https://gitlab.com/timkoi/dialogbind
22
+ homepage: https://github.com/timkoi/dialogbind
23
23
  licenses:
24
24
  - MIT
25
25
  metadata: {}