runfile 0.5.3 → 0.5.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/runfile/runner.rb +1 -1
- data/lib/runfile/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: 5f2c261b8ea63706e7e2d0e35c26bddd8d4fa643
|
4
|
+
data.tar.gz: 35ed28228462189497ac6f82fed1891b26293e33
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dd69d74e823b0819b2b5943d5fbf4ece4138395590995c9e5e9af2ddedb5ec41dd63b8dfb2d04b98d3f5598e3b8bbea7c05cabeefa4da0405e75ca356838ce36
|
7
|
+
data.tar.gz: f6179c9c0cf846ea705214ce2b1aa003b3cf0e17206368486d8e6486e06066fbfc2ab3204a251186c14cbdb381db559445ea231b6fe63a3c73ebd85a57b0c7b1
|
data/README.md
CHANGED
@@ -94,12 +94,12 @@ the system.
|
|
94
94
|
When you execute `run`, we will look for files in this order:
|
95
95
|
|
96
96
|
- `Runfile` in the current directory
|
97
|
-
- `*.runfile` in the current
|
97
|
+
- `*.runfile` in the current directory
|
98
98
|
- `~/runfile/**/*.runfile`
|
99
99
|
- `/etc/runfile/**/*.runfile`
|
100
100
|
|
101
|
-
When you execute `run!`, we will ignore
|
102
|
-
|
101
|
+
When you execute `run!`, we will ignore any local Runfile and only search
|
102
|
+
for global (named) runfiles.
|
103
103
|
|
104
104
|
Read more in the [Runfile Location and Filename wiki page](https://github.com/DannyBen/runfile/wiki/Runfile-Location-and-Filename)
|
105
105
|
|
data/lib/runfile/runner.rb
CHANGED
data/lib/runfile/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: runfile
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Danny Ben Shitrit
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: colsole
|