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.
- checksums.yaml +4 -4
- data/hulk.gemspec +1 -1
- data/lib/hulk/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 333464c50b20cdf9636ed76aee77d7b76c4b6a1c
|
|
4
|
+
data.tar.gz: ec56d94da606309bd8c3f514184cd0f327d2015c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
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.
|
|
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: {}
|