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 +4 -4
- data/LICENSE.txt +1 -1
- data/README.md +3 -3
- data/VERSION +1 -1
- data/lib/mrdialog/mrdialog.rb +1 -1
- data/pkg/md5.txt +1 -1
- data/pkg/mrdialog-1.0.5.gem +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c194aa6f9499029c4c08c29396a683a363ae97f799e6b3f1999ba05b96680aa
|
|
4
|
+
data.tar.gz: 51f8454617486d49b17b09c48483a548c8afc0cff9dd3f57c8de25554393b7c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
1
|
+
1.0.6
|
data/lib/mrdialog/mrdialog.rb
CHANGED
|
@@ -1199,7 +1199,7 @@ class MRDialog
|
|
|
1199
1199
|
ostring = exe_loc
|
|
1200
1200
|
else
|
|
1201
1201
|
exe_loc = @path_to_dialog
|
|
1202
|
-
if !File.
|
|
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
|
-
|
|
1
|
+
376e4b7f9cd6bc76a4444c4979a87bda mrdialog-1.0.5.gem
|
data/pkg/mrdialog-1.0.5.gem
CHANGED
|
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.
|
|
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-
|
|
12
|
+
date: 2023-04-16 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: shoulda
|