monofile 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/monofile.rb +1 -1
- data/lib/monofile/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5eec75976cf450820db212178fd4d692c36d9b3b
|
4
|
+
data.tar.gz: bd1ba77e17a11d9689c7141e0139d325e44820b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82ece3e26bc0184c4c1d49fa2250782fc8dc39a95534022423d82c2338662f7035daed5dfe13512b2e56ecc4b04f2859b00f910b05b42f8726bd7581d09f62ba
|
7
|
+
data.tar.gz: dbe0a1ee9f96652bdd2aba052526d666ce7f2e736788e278877ff3ed26990c5b5df0ce2f021b2fa830d0081762b9a1313ac7512fb3455805d197c41caa2e2ea2
|
data/lib/monofile.rb
CHANGED
@@ -313,7 +313,7 @@ class Tool
|
|
313
313
|
|
314
314
|
## add check for auto-require (e.g. ./config.rb)
|
315
315
|
config_path = "./config.rb"
|
316
|
-
if File.exist?(
|
316
|
+
if File.exist?( config_path )
|
317
317
|
puts "[monofile] auto-require >#{config_path}<..."
|
318
318
|
require( config_path )
|
319
319
|
end
|
data/lib/monofile/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: monofile
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerald Bauer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-10-
|
11
|
+
date: 2020-10-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rdoc
|