rockhands 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.
- data/README +0 -0
- data/Rakefile +17 -0
- data/VERSION +1 -0
- data/bin/rock +14 -0
- data/bin/roll +14 -0
- data/pkg/.gitignore +0 -0
- metadata +73 -0
data/README
ADDED
|
File without changes
|
data/Rakefile
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
require 'rake'
|
|
2
|
+
|
|
3
|
+
begin
|
|
4
|
+
require 'jeweler'
|
|
5
|
+
Jeweler::Tasks.new do |gemspec|
|
|
6
|
+
gemspec.name = "rockhands"
|
|
7
|
+
gemspec.summary = "rock and roll, holstered at all times"
|
|
8
|
+
gemspec.description = "For those about to rock..."
|
|
9
|
+
gemspec.email = "rick@rickbradley.com"
|
|
10
|
+
gemspec.homepage = "http://github.com/rick/rockhands"
|
|
11
|
+
gemspec.authors = ["Rick Bradley"]
|
|
12
|
+
end
|
|
13
|
+
Jeweler::GemcutterTasks.new
|
|
14
|
+
rescue LoadError
|
|
15
|
+
# if you get here, you need Jeweler installed to do packaging and gem installation, yo.
|
|
16
|
+
end
|
|
17
|
+
|
data/VERSION
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
0.0.1
|
data/bin/rock
ADDED
data/bin/roll
ADDED
data/pkg/.gitignore
ADDED
|
File without changes
|
metadata
ADDED
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
|
+
name: rockhands
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
hash: 29
|
|
5
|
+
prerelease: false
|
|
6
|
+
segments:
|
|
7
|
+
- 0
|
|
8
|
+
- 0
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.0.1
|
|
11
|
+
platform: ruby
|
|
12
|
+
authors:
|
|
13
|
+
- Rick Bradley
|
|
14
|
+
autorequire:
|
|
15
|
+
bindir: bin
|
|
16
|
+
cert_chain: []
|
|
17
|
+
|
|
18
|
+
date: 2010-12-22 00:00:00 -05:00
|
|
19
|
+
default_executable:
|
|
20
|
+
dependencies: []
|
|
21
|
+
|
|
22
|
+
description: For those about to rock...
|
|
23
|
+
email: rick@rickbradley.com
|
|
24
|
+
executables:
|
|
25
|
+
- rock
|
|
26
|
+
- roll
|
|
27
|
+
extensions: []
|
|
28
|
+
|
|
29
|
+
extra_rdoc_files:
|
|
30
|
+
- README
|
|
31
|
+
files:
|
|
32
|
+
- README
|
|
33
|
+
- Rakefile
|
|
34
|
+
- VERSION
|
|
35
|
+
- bin/rock
|
|
36
|
+
- bin/roll
|
|
37
|
+
- pkg/.gitignore
|
|
38
|
+
has_rdoc: true
|
|
39
|
+
homepage: http://github.com/rick/rockhands
|
|
40
|
+
licenses: []
|
|
41
|
+
|
|
42
|
+
post_install_message:
|
|
43
|
+
rdoc_options: []
|
|
44
|
+
|
|
45
|
+
require_paths:
|
|
46
|
+
- lib
|
|
47
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
48
|
+
none: false
|
|
49
|
+
requirements:
|
|
50
|
+
- - ">="
|
|
51
|
+
- !ruby/object:Gem::Version
|
|
52
|
+
hash: 3
|
|
53
|
+
segments:
|
|
54
|
+
- 0
|
|
55
|
+
version: "0"
|
|
56
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
|
+
none: false
|
|
58
|
+
requirements:
|
|
59
|
+
- - ">="
|
|
60
|
+
- !ruby/object:Gem::Version
|
|
61
|
+
hash: 3
|
|
62
|
+
segments:
|
|
63
|
+
- 0
|
|
64
|
+
version: "0"
|
|
65
|
+
requirements: []
|
|
66
|
+
|
|
67
|
+
rubyforge_project:
|
|
68
|
+
rubygems_version: 1.3.7
|
|
69
|
+
signing_key:
|
|
70
|
+
specification_version: 3
|
|
71
|
+
summary: rock and roll, holstered at all times
|
|
72
|
+
test_files: []
|
|
73
|
+
|