rock 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/lib/rock.rb ADDED
@@ -0,0 +1,13 @@
1
+
2
+ module rock
3
+ class << self
4
+ def application
5
+ @application ||= rock::Application.new
6
+ end
7
+ end
8
+ class Application
9
+ def run
10
+ puts 'got rock?'
11
+ end
12
+ end
13
+ end
metadata CHANGED
@@ -1,7 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rock
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ hash: 25
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 1
10
+ version: 0.1.1
5
11
  platform: ruby
6
12
  authors:
7
13
  - For Sure, Rad!
@@ -9,8 +15,7 @@ autorequire:
9
15
  bindir: bin
10
16
  cert_chain: []
11
17
 
12
- date: 2011-05-12 00:00:00 -07:00
13
- default_executable:
18
+ date: 2011-05-13 00:00:00 Z
14
19
  dependencies: []
15
20
 
16
21
  description: rock (ruby on crack) is a ruby gem for startup creation
@@ -23,9 +28,7 @@ extensions: []
23
28
  extra_rdoc_files: []
24
29
 
25
30
  files:
26
- - lib/rock/rock.rb
27
- - lib/rock/version.rb
28
- has_rdoc: true
31
+ - lib/rock.rb
29
32
  homepage: https://github.com/forsurerad/rock/
30
33
  licenses: []
31
34
 
@@ -35,21 +38,27 @@ rdoc_options: []
35
38
  require_paths:
36
39
  - lib
37
40
  required_ruby_version: !ruby/object:Gem::Requirement
41
+ none: false
38
42
  requirements:
39
43
  - - ">="
40
44
  - !ruby/object:Gem::Version
45
+ hash: 3
46
+ segments:
47
+ - 0
41
48
  version: "0"
42
- version:
43
49
  required_rubygems_version: !ruby/object:Gem::Requirement
50
+ none: false
44
51
  requirements:
45
52
  - - ">="
46
53
  - !ruby/object:Gem::Version
54
+ hash: 3
55
+ segments:
56
+ - 0
47
57
  version: "0"
48
- version:
49
58
  requirements: []
50
59
 
51
60
  rubyforge_project: rock
52
- rubygems_version: 1.3.5
61
+ rubygems_version: 1.8.2
53
62
  signing_key:
54
63
  specification_version: 3
55
64
  summary: rock (ruby on crack)
data/lib/rock/rock.rb DELETED
@@ -1,6 +0,0 @@
1
-
2
- module rock
3
- def self.do
4
- 'got rock?'
5
- end
6
- end
data/lib/rock/version.rb DELETED
@@ -1,3 +0,0 @@
1
- module Lorem
2
- VERSION = '0.1.0'
3
- end