runfile 0.2.5 → 0.2.6

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: ea9b733a42bb98660d63972f6058640c7066d0ab
4
- data.tar.gz: ffd28023ce207978725d0fb738d044df06c22149
3
+ metadata.gz: b8b4adee9e35c302655a697c484259298a04cb8f
4
+ data.tar.gz: b0387644af5379437e8e4e7d246eeff1ae53f7be
5
5
  SHA512:
6
- metadata.gz: 25f6f6d32f4ca26cb516485520b0d2f193c076fa489c619f223861771cb4cfd5e50bf8a0be29e036fe1c53214850059b7ef980f05c8c1e4adf645025f6061c41
7
- data.tar.gz: d9a5be0f3a2aa31767265d27d35c787b66e46187586c50405e48acc15dbef2283bad0da83e576f15b3cf8c78cc0ef8ece490ee3e785f9dd6e4a912d10426e09d
6
+ metadata.gz: fa9251967c9e4a726399c38aad96ce401ea28f78e2e7bccb32e46536e13e396c4ea7ba3663a1f48f33fb01021ae0bc15cbac00ca43ebcaecf3596ca158a42972
7
+ data.tar.gz: 5eaf58ff1c588f47da705c4a6314e9c28701954fbb4986ae422cbf3cb6b6b314c557fe3aa4b1d0e3c5e0bf2e1bf9c99c2412c0508514f3cc2a4dc8473f2c44f5
data/README.md CHANGED
@@ -13,6 +13,8 @@ to [Rake](https://github.com/ruby/rake), but with the full power of
13
13
  You create a `Runfile`, and execute commands with
14
14
  `run command arguments -and --flags`.
15
15
 
16
+ [Learn More in the Wiki](https://github.com/DannyBen/runfile/wiki)
17
+
16
18
 
17
19
  ## Install
18
20
 
@@ -70,6 +72,7 @@ Options:
70
72
  - [Runfile Command Reference](https://github.com/DannyBen/runfile/wiki/Runfile-Command-Reference)
71
73
  - [More about Runfile](https://github.com/DannyBen/runfile/wiki)
72
74
 
75
+
73
76
  ## Test
74
77
 
75
78
  $ rake test
@@ -77,12 +80,8 @@ Options:
77
80
 
78
81
  ## Todo
79
82
 
80
- - Add documentation for `*.runfile` form files
81
83
  - (Colsole) Add newline detection in wordwrap (i.e. add indentation spaces
82
84
  after newline)
83
- - Consider supporting user and system level `*.runfiles`
84
- - Wiki (in progress)
85
85
  - GitHub pages
86
86
  - Can we have a colored docopt? Would be nice...
87
87
  (working, but causing some issues, will probably abandon)
88
-
data/lib/runfile/util.rb CHANGED
@@ -24,6 +24,6 @@ module Runfile
24
24
  found = Dir[File.join(d, pattern)]
25
25
  result << found unless found.empty?
26
26
  end
27
- return result.empty? ? false : result.flatten
27
+ return result.empty? ? false : result.flatten.uniq
28
28
  end
29
29
  end
@@ -1,3 +1,3 @@
1
1
  module Runfile
2
- VERSION = "0.2.5"
2
+ VERSION = "0.2.6"
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.2.5
4
+ version: 0.2.6
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-05-16 00:00:00.000000000 Z
11
+ date: 2015-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colsole