the_hulk 0.0.1

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. checksums.yaml +7 -0
  2. data/lib/the_hulk.rb +5 -0
  3. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: c8547e63ff94cb01f5b6e84d842da202fb86c96e
4
+ data.tar.gz: 5232d8096057e979cdd1d9a2c398f1c7cecc184f
5
+ SHA512:
6
+ metadata.gz: 128cedf6f1c7e772cb65027004cac15e50c5bd4c8e577dc15bc61be644b3db69ce0d49f4e830b1a32713f095b643542d3b06f90a676c0f544aa738ec0e7a2c75
7
+ data.tar.gz: c6916a500e7e1419f47580845abd3621083769e06fff0c11e4d5811b9f908eca7eafa632dd385d9da943898338a1cb9dda1f95f0a540fe762829e74933a61e89
data/lib/the_hulk.rb ADDED
@@ -0,0 +1,5 @@
1
+ class Hulk
2
+ def smash
3
+ smash = ''
4
+ end
5
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: the_hulk
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ethan Welborn
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-05-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Define a build as a set of commands that hulk will run sequentially.
14
+ email:
15
+ - welborn.ethan@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/the_hulk.rb
21
+ homepage: https://github.com/ethanwelborn/hulk
22
+ licenses: []
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - '>='
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubyforge_project:
40
+ rubygems_version: 2.2.2
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: Super simple, super strong command runner
44
+ test_files: []