the_hulk 0.0.7 → 0.0.8

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 (4) hide show
  1. data/README.md +10 -10
  2. data/lib/hulk/version.rb +1 -1
  3. data/lib/hulk.rb +0 -4
  4. metadata +1 -1
data/README.md CHANGED
@@ -10,12 +10,12 @@ After adding a `hulk.yml` file to your project root, simply reference the follow
10
10
 
11
11
  ```YML
12
12
  push:
13
- - "git add ."
14
- - "git commit -m 'Made some changes.'"
15
- - "git push origin master"
13
+ - "git add ."
14
+ - "git commit -m 'Made some changes.'"
15
+ - "git push origin master"
16
16
  deploy:
17
- - --push
18
- - "git push -f heroku dev:master"
17
+ - --push
18
+ - "git push -f heroku dev:master"
19
19
  ```
20
20
 
21
21
  The above example will give you the following:
@@ -34,17 +34,17 @@ Hulk can support variables in commands, with the use of `$$` as a placeholder.
34
34
 
35
35
  ```YML
36
36
  build:
37
- - "rake precompile:$$"
38
- - "git add ."
39
- - "git commit -m '$$'"
40
- - "git push -f heroku:$$"
37
+ - "rake precompile:$$"
38
+ - "git add ."
39
+ - "git commit -m '$$'"
40
+ - "git push -f heroku:$$"
41
41
  ```
42
42
 
43
43
  Feel free to use multiple variables.
44
44
 
45
45
  ```YML
46
46
  perform:
47
- - "$$ and then $$ followed by $$"
47
+ - "$$ and then $$ followed by $$"
48
48
  ```
49
49
 
50
50
  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.7"
2
+ VERSION = "0.0.8"
3
3
  end
data/lib/hulk.rb CHANGED
@@ -135,7 +135,3 @@ module Hulk
135
135
  end
136
136
 
137
137
  end
138
-
139
- # TODO remove this
140
- runner = Hulk::Runner.new
141
- runner.bootstrap
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.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: