rockhands 0.0.5 → 0.0.6

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 (5) hide show
  1. data/README +19 -2
  2. data/VERSION +1 -1
  3. data/bin/fuck +22 -0
  4. data/rockhands.gemspec +47 -0
  5. metadata +7 -4
data/README CHANGED
@@ -45,9 +45,26 @@ Rock and Roll, holstered at all times.
45
45
  | |
46
46
  | |
47
47
 
48
+ % fuck
48
49
 
49
-
50
-
50
+ /"\
51
+ |\./|
52
+ | |
53
+ | |
54
+ |>~<|
55
+ | |
56
+ /'\| |/'\..
57
+ /~\| | | | \
58
+ | | | | | \
59
+ | | | | | \
60
+ | ~ ~ ~ ~ |` )
61
+ | /
62
+ \ /
63
+ \ /
64
+ \ /
65
+ | |
66
+ | |
67
+ | |
51
68
 
52
69
  CREDITS:
53
70
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
@@ -0,0 +1,22 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ puts ' /"\ '
4
+ puts ' |\./| '
5
+ puts ' | | '
6
+ puts ' | | '
7
+ puts ' |>~<| '
8
+ puts ' | | '
9
+ puts ' /\'\| |/\'\.. '
10
+ puts ' /~\| | | | \ '
11
+ puts ' | | | | | \ '
12
+ puts ' | | | | | \ '
13
+ puts ' | ~ ~ ~ ~ |` ) '
14
+ puts ' | / '
15
+ puts ' \ / '
16
+ puts ' \ / '
17
+ puts ' \ / '
18
+ puts ' | | '
19
+ puts ' | | '
20
+ puts ' | | '
21
+
22
+
@@ -0,0 +1,47 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{rockhands}
8
+ s.version = "0.0.6"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Rick Bradley"]
12
+ s.date = %q{2011-05-31}
13
+ s.description = %q{For those about to rock...}
14
+ s.email = %q{rick@rickbradley.com}
15
+ s.executables = ["rock", "roll", "ummmm", "shocker", "roock", "fuck"]
16
+ s.extra_rdoc_files = [
17
+ "README"
18
+ ]
19
+ s.files = [
20
+ "README",
21
+ "Rakefile",
22
+ "VERSION",
23
+ "bin/fuck",
24
+ "bin/rock",
25
+ "bin/roll",
26
+ "bin/roock",
27
+ "bin/shocker",
28
+ "bin/ummmm",
29
+ "pkg/.gitignore",
30
+ "rockhands.gemspec"
31
+ ]
32
+ s.homepage = %q{http://github.com/rick/rockhands}
33
+ s.require_paths = ["lib"]
34
+ s.rubygems_version = %q{1.3.7}
35
+ s.summary = %q{rock and roll, holstered at all times}
36
+
37
+ if s.respond_to? :specification_version then
38
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
39
+ s.specification_version = 3
40
+
41
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
42
+ else
43
+ end
44
+ else
45
+ end
46
+ end
47
+
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: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 5
10
- version: 0.0.5
9
+ - 6
10
+ version: 0.0.6
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: 2011-03-31 00:00:00 -07:00
18
+ date: 2011-05-31 00:00:00 -05:00
19
19
  default_executable:
20
20
  dependencies: []
21
21
 
@@ -27,6 +27,7 @@ executables:
27
27
  - ummmm
28
28
  - shocker
29
29
  - roock
30
+ - fuck
30
31
  extensions: []
31
32
 
32
33
  extra_rdoc_files:
@@ -35,12 +36,14 @@ files:
35
36
  - README
36
37
  - Rakefile
37
38
  - VERSION
39
+ - bin/fuck
38
40
  - bin/rock
39
41
  - bin/roll
40
42
  - bin/roock
41
43
  - bin/shocker
42
44
  - bin/ummmm
43
45
  - pkg/.gitignore
46
+ - rockhands.gemspec
44
47
  has_rdoc: true
45
48
  homepage: http://github.com/rick/rockhands
46
49
  licenses: []