runfile 0.5.2 → 0.5.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/run! +6 -0
- data/lib/runfile/version.rb +1 -1
- data/lib/runfile.rb +0 -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: a59c974be306cd461ad4036d4bfcd13daf6452b1
|
4
|
+
data.tar.gz: 86fdcfac60b460d4929f8d96850123a814e5258b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b9e5c10f938bf898b2a67f444ec31f590246bb58e899b72eecf3d70a2766634e9c3f53cd279aa71b976b21a99b47905a484aefe86e2b780bf274ebfc27a24a4e
|
7
|
+
data.tar.gz: 69be69306c5343dbe7381291a58ac57b97c3f5a91c329131a3f9075edb254ff43491eb5090e7a4e98f61c028878830c1d4451420dedcdcc46a3973abc96cb512
|
data/bin/run!
CHANGED
@@ -7,4 +7,10 @@ require 'runfile'
|
|
7
7
|
|
8
8
|
include Runfile
|
9
9
|
|
10
|
+
# This is needed in cases when you are running "run!" from a folder
|
11
|
+
# that contains a Gemfile on a machine with RVM.
|
12
|
+
# It will disable attempting to run in the current context
|
13
|
+
# Source: https://rvm.io/integration/bundler
|
14
|
+
ENV['NOEXEC_DISABLE'] = '1'
|
15
|
+
|
10
16
|
Runner.instance.execute ARGV, false
|
data/lib/runfile/version.rb
CHANGED
data/lib/runfile.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.3
|
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: 2015-
|
11
|
+
date: 2015-12-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: colsole
|