the_hulk 0.0.2 → 0.0.3

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. checksums.yaml +4 -4
  2. data/hulk.gemspec +1 -1
  3. data/lib/hulk/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d93f4a29d0895d5cce4231f8bfaa51fec74d51f4
4
- data.tar.gz: 9cb25c565bd933c3d59ede11a27cc8c34ee26a40
3
+ metadata.gz: 333464c50b20cdf9636ed76aee77d7b76c4b6a1c
4
+ data.tar.gz: ec56d94da606309bd8c3f514184cd0f327d2015c
5
5
  SHA512:
6
- metadata.gz: 606c542aa7ca9d8166d24233fd8c2ddbc40cab573eb8d81a79a6edd5e0649b4004c0de26d573f8690059474b8b208b826fde89b8b1c7336c936bc0a2b32de0d7
7
- data.tar.gz: 0957c30e62defe4ad1e021fecef19a424628d28abcf0e4e1dec5731fd460b8604ccf000cc05121e08df494c7290bc3f67da599b3c58623cfd56639c061973e0b
6
+ metadata.gz: 78157ffb6cf2b70ea677d57f6e3cf7fe6fee980e7ae9ef2cd9cd659b2e6eb40d81797d0ccaab7bdf3cf55605af6048f261afd7e4228a33830cb9e15c616f7ca4
7
+ data.tar.gz: 8cd32d8c8e43fe9600d21c914b8c7c2de4026048cfa1921290e64e738c9c74207798ea641bc2192ad5a5eae7b2cd37a32cb1ebf8e93e8991ba95d9c174c47b65
data/hulk.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["welborn.ethan@gmail.com"]
11
11
  spec.summary = %q{Super simple, super strong command runner.}
12
12
  spec.description = %q{Hulk takes a .yml file with sets of commands that it can run sequentially.}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/ethanwelborn/hulk"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0")
data/lib/hulk/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Hulk
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ethan Welborn
@@ -55,7 +55,7 @@ files:
55
55
  - hulk.gemspec
56
56
  - lib/hulk.rb
57
57
  - lib/hulk/version.rb
58
- homepage: ''
58
+ homepage: https://github.com/ethanwelborn/hulk
59
59
  licenses:
60
60
  - MIT
61
61
  metadata: {}