mrdialog 1.0.5 → 1.0.6

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: 071dc52f5772237e093be82215d7aa7faaced1ffdc3899c968712fb03522cddb
4
- data.tar.gz: 92d8a468387d820e26df5915fbfb540fd8545ea616feb1fb261c8caa6f91207d
3
+ metadata.gz: 2c194aa6f9499029c4c08c29396a683a363ae97f799e6b3f1999ba05b96680aa
4
+ data.tar.gz: 51f8454617486d49b17b09c48483a548c8afc0cff9dd3f57c8de25554393b7c3
5
5
  SHA512:
6
- metadata.gz: 3256eac212b5f413a2f61fea246679657a89cf78c8fe01d880a705b0ef3c9d0628d044059de2554bafa05a441b8774911119837734d6620b3917b36176294686
7
- data.tar.gz: d991bcddd1529d359bbc3c119ab09928834805eb78eb6101b598fcfd030bedcdbdee8aab9f1cccce10449369c75dd4763033e5a29dcca93004d8ae077dd5b90a
6
+ metadata.gz: c94e1854275425eca30ae0e3586c16b577c8f31f1a79e2df1a2c856fb4c7581572a84d8f22abf5e0a2703b00e3e1981f8eb2360a6a481c67ecf9c5547f7f9ad0
7
+ data.tar.gz: ee323a123ebec50e080238c0d98a4fb12588ecab8bd2d9c55acc0cfdbc6d9cd6e9af2723ae6048d0677acbc48ad534ed1bc95147e3f8be62d69698441522dfad
data/LICENSE.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  Copyright (c) Aleks Clarks, http://rdialog.rubyforge.org/
2
- Copyright (c) 2016-2022, Muhammad Muquit, https://www.muquit.com/
2
+ Copyright (c) 2016-2023, Muhammad Muquit, https://www.muquit.com/
3
3
 
4
4
  Permission is hereby granted, free of charge, to any person obtaining
5
5
  a copy of this software and associated documentation files (the
data/README.md CHANGED
@@ -227,7 +227,7 @@ for development for building the gem.
227
227
 
228
228
  ### For Developers
229
229
 
230
- Note: Pre-built mrdialog-1.0.4.gem is in the pkg directory
230
+ Note: Pre-built mrdialog-1.0.5.gem is in the pkg directory
231
231
 
232
232
  If you need to build the gem yourself:
233
233
 
@@ -240,11 +240,11 @@ Install bundler first:
240
240
 
241
241
  Will create the gem inside the pkg directory
242
242
 
243
- - To install the built gem: `$ sudo gem install --local pkg/mrdialog-1.0.4.gem`
243
+ - To install the built gem: `$ sudo gem install --local pkg/mrdialog-1.0.5.gem`
244
244
 
245
245
  - To install using rake: `$ sudo rake install`
246
246
 
247
- - To install the gem to a specific directory: `$ GEM_HOME=/tmp gem install --local pkg/mrdialog-1.0.4.gem`
247
+ - To install the gem to a specific directory: `$ GEM_HOME=/tmp gem install --local pkg/mrdialog-1.0.5.gem`
248
248
 
249
249
  The gem will be installed in /tmp/gems directory
250
250
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.5
1
+ 1.0.6
@@ -1199,7 +1199,7 @@ class MRDialog
1199
1199
  ostring = exe_loc
1200
1200
  else
1201
1201
  exe_loc = @path_to_dialog
1202
- if !File.exists?(exe_loc)
1202
+ if !File.exist?(exe_loc)
1203
1203
  raise "Specified path of dialog '#{exe_loc}' does not exist"
1204
1204
  end
1205
1205
  if !File.executable?(exe_loc)
data/pkg/md5.txt CHANGED
@@ -1 +1 @@
1
- e6497d81db203c5c49dfff90c7870a09 mrdialog-1.0.3.gem
1
+ 376e4b7f9cd6bc76a4444c4979a87bda mrdialog-1.0.5.gem
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mrdialog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aleks Clark
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2023-03-21 00:00:00.000000000 Z
12
+ date: 2023-04-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: shoulda