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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c5508b3065740db4ea5b4456a3a7867454e2c1a2
4
- data.tar.gz: ab269e6c6dcfdc189c3855bb2b4b8b7f6e181ce7
3
+ metadata.gz: ccbcd65ba7c0d529091294e45b12b6be104bf13a
4
+ data.tar.gz: ecdaa03dbac0f2afa302b8f8e2b405004368b128
5
5
  SHA512:
6
- metadata.gz: c4a7562a2b700b3e9bc61a93acb987593529abe0c1b4d00e748adb08d02adb030321f3bfd59b81c2b256ac39417f0bcb26da92b1d5d52923cf036d855bbfb97e
7
- data.tar.gz: 9a3152f5b67b0ec9258bfd607540e8598eae111626fd02f86be1b2c7efb2f5bb9677e5f9f0b34ab47ad6e697e72b3b74bd80bf5e0b1973e6d63942469a16c745
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
- ![Runfile Demo](https://raw.githubusercontent.com/DannyBen/runfile/dev/demo.gif "Runfile Demo")
24
+ ![Runfile Demo](https://raw.githubusercontent.com/DannyBen/runfile/master/demo.gif "Runfile Demo")
25
25
 
26
26
  [Learn More in the Wiki](https://github.com/DannyBen/runfile/wiki)
27
27
 
data/lib/runfile/dsl.rb CHANGED
@@ -63,8 +63,8 @@ module Runfile
63
63
  end
64
64
 
65
65
  # Cross-call another action
66
- # call 'other_action'
67
- def call(command_string)
66
+ # execute 'other_action'
67
+ def execute(command_string)
68
68
  Runner.instance.cross_call command_string
69
69
  end
70
70
 
@@ -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 #call
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)
@@ -1,3 +1,3 @@
1
1
  module Runfile
2
- VERSION = "0.7.1"
2
+ VERSION = "0.8.0"
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.7.1
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-05-10 00:00:00.000000000 Z
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.4.6
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