runfile 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b0ef66864e2ac38cb60c3c8f78b0641143ebe67
4
- data.tar.gz: 73af9361c6dee752c2d819b4215326e890782cb5
3
+ metadata.gz: cc93feef41d4d15db9d61e5e73c35416153fb0c2
4
+ data.tar.gz: bfc258085a6b366dc1a37e75c2ebc1829048910e
5
5
  SHA512:
6
- metadata.gz: 0b59e0ae90280031242a8b10f5705538a45a644d239c200429867aa9d1f717c6f992abad6e3fd249aca8fb4d65408268b46d2147fbed60071012535afeda48bd
7
- data.tar.gz: 78e11e620be2aace4511e0402b2fe2c228374de9f11601716fd18cfcf0d075942b834bbdb2cdd8627351c5f2360a164a80bcbca844db3adb286fde2232d0737a
6
+ metadata.gz: 8a6ee1ec311b90a81e427e4cd0f2293a3023cc26a94c43c0ff7dcdc539fb27f7acef461c21c4e0ac96d91462ffda92fa57e76d5d7c0a5adbc77bb97f33163bc9
7
+ data.tar.gz: f1e8f61f957a0033e07d7438db612f81e25261e88954cb2d9ee0596f9fddd9c61b65ffe99601e2c46d6fc137215cfccfeb8ac6dc815100e1c60fa250d98304c0
@@ -27,7 +27,7 @@ module Runfile
27
27
 
28
28
  # if first arg is a valid *.runfile, run it
29
29
  if argv[0]
30
- runfile = runfiles.select { |f| f[/#{argv[0]}.runfile/] }.first
30
+ runfile = runfiles.select { |f| f[/\/#{argv[0]}.runfile/] }.first
31
31
  runfile and return runfile
32
32
  end
33
33
 
@@ -1,3 +1,3 @@
1
1
  module Runfile
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
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.1
4
+ version: 0.5.2
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-07 00:00:00.000000000 Z
11
+ date: 2015-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colsole