runfile 0.7.1 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/runfile/dsl.rb +2 -2
- data/lib/runfile/runner.rb +1 -1
- data/lib/runfile/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ccbcd65ba7c0d529091294e45b12b6be104bf13a
|
|
4
|
+
data.tar.gz: ecdaa03dbac0f2afa302b8f8e2b405004368b128
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 135ce39a6fab8687076986d15fa8ffee8412eca90dd2a05033fedf4aca76c084fe9ae9feb6a9e65fa32d838a3963c636eebb189a6b01d5f819ae12918a2a3caf
|
|
7
|
+
data.tar.gz: a46d544f97353e357ccf579b132cc00a3f5bd306f615beff1c360089445598cdce708eddc5ad5bd0b41a64289215d898020727476267b39be5fa67b19c9cce75
|
data/README.md
CHANGED
|
@@ -21,7 +21,7 @@ to [Rake](https://github.com/ruby/rake), but with the full power of
|
|
|
21
21
|
You create a `Runfile`, and execute commands with
|
|
22
22
|
`run command arguments -and --flags`.
|
|
23
23
|
|
|
24
|
-

|
|
25
25
|
|
|
26
26
|
[Learn More in the Wiki](https://github.com/DannyBen/runfile/wiki)
|
|
27
27
|
|
data/lib/runfile/dsl.rb
CHANGED
data/lib/runfile/runner.rb
CHANGED
|
@@ -88,7 +88,7 @@ module Runfile
|
|
|
88
88
|
end
|
|
89
89
|
end
|
|
90
90
|
|
|
91
|
-
# Invoke action from another action. Used by the DSL's #
|
|
91
|
+
# Invoke action from another action. Used by the DSL's #execute
|
|
92
92
|
# function. Expects to get a single string that looks as if
|
|
93
93
|
# it was typed in the command prompt.
|
|
94
94
|
def cross_call(command_string)
|
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.
|
|
4
|
+
version: 0.8.0
|
|
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: 2016-
|
|
11
|
+
date: 2016-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: colsole
|
|
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
152
152
|
version: '0'
|
|
153
153
|
requirements: []
|
|
154
154
|
rubyforge_project:
|
|
155
|
-
rubygems_version: 2.
|
|
155
|
+
rubygems_version: 2.5.1
|
|
156
156
|
signing_key:
|
|
157
157
|
specification_version: 4
|
|
158
158
|
summary: If Rake and Docopt had a baby
|