rockhands 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README +2 -1
- data/VERSION +1 -1
- data/bin/roock +12 -0
- data/bin/ummmm +14 -0
- metadata +8 -4
data/README
CHANGED
@@ -52,4 +52,5 @@ Rock and Roll, holstered at all times.
|
|
52
52
|
CREDITS:
|
53
53
|
|
54
54
|
- The awesome rock and roll hands were designed by Veronika Karlsson (http://www.ludd.luth.se/~vk/).
|
55
|
-
- Thanks to vinbarnes for the shocker.
|
55
|
+
- Thanks to [Kevin Barnes](https://github.com/vinbarnes) for the shocker.
|
56
|
+
- Thanks to [Yossef Mendelssohn](https://github.com/ymendel) for more rock than can fit on one hand.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.5
|
data/bin/roock
ADDED
data/bin/ummmm
ADDED
@@ -0,0 +1,14 @@
|
|
1
|
+
#!/usr/bin/env ruby
|
2
|
+
|
3
|
+
puts " .-. .-. "
|
4
|
+
puts " |U| |U| "
|
5
|
+
puts " | | | | "
|
6
|
+
puts " | |-._.-.-._.-| | "
|
7
|
+
puts " | | | | | | | | | "
|
8
|
+
puts " /| | | \\ "
|
9
|
+
puts " | | | | |"
|
10
|
+
puts " | | |"
|
11
|
+
puts " \\ | /"
|
12
|
+
puts " | | | "
|
13
|
+
puts " | | | "
|
14
|
+
puts " "
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rockhands
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 21
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 5
|
10
|
+
version: 0.0.5
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Rick Bradley
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date:
|
18
|
+
date: 2011-03-31 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|
@@ -24,7 +24,9 @@ email: rick@rickbradley.com
|
|
24
24
|
executables:
|
25
25
|
- rock
|
26
26
|
- roll
|
27
|
+
- ummmm
|
27
28
|
- shocker
|
29
|
+
- roock
|
28
30
|
extensions: []
|
29
31
|
|
30
32
|
extra_rdoc_files:
|
@@ -35,7 +37,9 @@ files:
|
|
35
37
|
- VERSION
|
36
38
|
- bin/rock
|
37
39
|
- bin/roll
|
40
|
+
- bin/roock
|
38
41
|
- bin/shocker
|
42
|
+
- bin/ummmm
|
39
43
|
- pkg/.gitignore
|
40
44
|
has_rdoc: true
|
41
45
|
homepage: http://github.com/rick/rockhands
|