the_hulk 0.0.9 → 0.0.10

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.
Files changed (3) hide show
  1. data/README.md +7 -1
  2. data/lib/hulk/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -3,6 +3,12 @@ hulk
3
3
 
4
4
  Hulk is an ultra simple command line tool for running a list of bash commands synchronously.
5
5
 
6
+ ## Installing
7
+
8
+ Just run the following command to install hulk onto your system.
9
+ ```
10
+ gem install the_hulk
11
+ ```
6
12
 
7
13
  ## Usage
8
14
 
@@ -44,7 +50,7 @@ Feel free to use multiple variables.
44
50
 
45
51
  ```YML
46
52
  perform:
47
- - "$$ and then $$ followed by $$"
53
+ - "$$ and then $$ followed by $$"
48
54
  ```
49
55
 
50
56
  Hulk will prompt you for each variable in your build before it runs, and then you may step away as Hulk smashes through your build with your assigned variables.
data/lib/hulk/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Hulk
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: the_hulk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: