merb-slices 1.0.11 → 1.0.12
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: merb-slices
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.12
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Fabien Franzen
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-06-30 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -20,7 +20,7 @@ dependencies:
|
|
20
20
|
requirements:
|
21
21
|
- - ">="
|
22
22
|
- !ruby/object:Gem::Version
|
23
|
-
version: 1.0.
|
23
|
+
version: 1.0.12
|
24
24
|
version:
|
25
25
|
description: Merb-Slices is a Merb plugin for using and creating application 'slices' which help you modularize your application.
|
26
26
|
email: info@fabien.be
|
@@ -38,73 +38,42 @@ files:
|
|
38
38
|
- Rakefile
|
39
39
|
- Generators
|
40
40
|
- TODO
|
41
|
-
- lib/generators
|
42
41
|
- lib/generators/base.rb
|
43
42
|
- lib/generators/full.rb
|
44
|
-
- lib/generators/templates
|
45
|
-
- lib/generators/templates/common
|
46
43
|
- lib/generators/templates/common/application.rb
|
47
|
-
- lib/generators/templates/common/lib
|
48
|
-
- lib/generators/templates/common/lib/%base_name%
|
49
44
|
- lib/generators/templates/common/lib/%base_name%/merbtasks.rb
|
50
45
|
- lib/generators/templates/common/lib/%base_name%/slicetasks.rb
|
51
46
|
- lib/generators/templates/common/lib/%base_name%/spectasks.rb
|
52
47
|
- lib/generators/templates/common/LICENSE
|
53
|
-
- lib/generators/templates/common/public
|
54
|
-
- lib/generators/templates/common/public/javascripts
|
55
48
|
- lib/generators/templates/common/public/javascripts/master.js
|
56
|
-
- lib/generators/templates/common/public/stylesheets
|
57
49
|
- lib/generators/templates/common/public/stylesheets/master.css
|
58
50
|
- lib/generators/templates/common/Rakefile
|
59
51
|
- lib/generators/templates/common/TODO
|
60
|
-
- lib/generators/templates/full
|
61
|
-
- lib/generators/templates/full/app
|
62
|
-
- lib/generators/templates/full/app/controllers
|
63
52
|
- lib/generators/templates/full/app/controllers/application.rb
|
64
53
|
- lib/generators/templates/full/app/controllers/main.rb
|
65
|
-
- lib/generators/templates/full/app/helpers
|
66
54
|
- lib/generators/templates/full/app/helpers/application_helper.rb
|
67
|
-
- lib/generators/templates/full/app/views
|
68
|
-
- lib/generators/templates/full/app/views/layout
|
69
55
|
- lib/generators/templates/full/app/views/layout/%symbol_name%.html.erb
|
70
|
-
- lib/generators/templates/full/app/views/main
|
71
56
|
- lib/generators/templates/full/app/views/main/index.html.erb
|
72
|
-
- lib/generators/templates/full/config
|
73
57
|
- lib/generators/templates/full/config/init.rb
|
74
58
|
- lib/generators/templates/full/config/router.rb
|
75
|
-
- lib/generators/templates/full/lib
|
76
59
|
- lib/generators/templates/full/lib/%base_name%.rb
|
77
60
|
- lib/generators/templates/full/Rakefile
|
78
61
|
- lib/generators/templates/full/README
|
79
|
-
- lib/generators/templates/full/spec
|
80
62
|
- lib/generators/templates/full/spec/%base_name%_spec.rb
|
81
|
-
- lib/generators/templates/full/spec/requests
|
82
63
|
- lib/generators/templates/full/spec/requests/main_spec.rb
|
83
64
|
- lib/generators/templates/full/spec/spec_helper.rb
|
84
|
-
- lib/generators/templates/full/stubs
|
85
|
-
- lib/generators/templates/full/stubs/app
|
86
|
-
- lib/generators/templates/full/stubs/app/controllers
|
87
65
|
- lib/generators/templates/full/stubs/app/controllers/application.rb
|
88
66
|
- lib/generators/templates/full/stubs/app/controllers/main.rb
|
89
67
|
- lib/generators/templates/full/TODO
|
90
|
-
- lib/generators/templates/thin
|
91
|
-
- lib/generators/templates/thin/lib
|
92
68
|
- lib/generators/templates/thin/lib/%base_name%.rb
|
93
69
|
- lib/generators/templates/thin/README
|
94
|
-
- lib/generators/templates/thin/stubs
|
95
70
|
- lib/generators/templates/thin/stubs/application.rb
|
96
|
-
- lib/generators/templates/thin/views
|
97
|
-
- lib/generators/templates/thin/views/layout
|
98
71
|
- lib/generators/templates/thin/views/layout/%symbol_name%.html.erb
|
99
|
-
- lib/generators/templates/thin/views/main
|
100
72
|
- lib/generators/templates/thin/views/main/index.html.erb
|
101
|
-
- lib/generators/templates/very_thin
|
102
|
-
- lib/generators/templates/very_thin/lib
|
103
73
|
- lib/generators/templates/very_thin/lib/%base_name%.rb
|
104
74
|
- lib/generators/templates/very_thin/README
|
105
75
|
- lib/generators/thin.rb
|
106
76
|
- lib/generators/very_thin.rb
|
107
|
-
- lib/merb-slices
|
108
77
|
- lib/merb-slices/controller_mixin.rb
|
109
78
|
- lib/merb-slices/merbtasks.rb
|
110
79
|
- lib/merb-slices/module.rb
|
@@ -115,68 +84,38 @@ files:
|
|
115
84
|
- spec/full_slice_spec.rb
|
116
85
|
- spec/merb-slice_spec.rb
|
117
86
|
- spec/slice_generator_spec.rb
|
118
|
-
- spec/slices
|
119
|
-
- spec/slices/full-test-slice
|
120
|
-
- spec/slices/full-test-slice/app
|
121
|
-
- spec/slices/full-test-slice/app/controllers
|
122
87
|
- spec/slices/full-test-slice/app/controllers/application.rb
|
123
88
|
- spec/slices/full-test-slice/app/controllers/main.rb
|
124
|
-
- spec/slices/full-test-slice/app/helpers
|
125
89
|
- spec/slices/full-test-slice/app/helpers/application_helper.rb
|
126
|
-
- spec/slices/full-test-slice/app/views
|
127
|
-
- spec/slices/full-test-slice/app/views/layout
|
128
90
|
- spec/slices/full-test-slice/app/views/layout/full_test_slice.html.erb
|
129
|
-
- spec/slices/full-test-slice/app/views/main
|
130
91
|
- spec/slices/full-test-slice/app/views/main/index.html.erb
|
131
|
-
- spec/slices/full-test-slice/config
|
132
92
|
- spec/slices/full-test-slice/config/init.rb
|
133
|
-
- spec/slices/full-test-slice/lib
|
134
|
-
- spec/slices/full-test-slice/lib/full-test-slice
|
135
93
|
- spec/slices/full-test-slice/lib/full-test-slice/merbtasks.rb
|
136
94
|
- spec/slices/full-test-slice/lib/full-test-slice/slicetasks.rb
|
137
95
|
- spec/slices/full-test-slice/lib/full-test-slice/spectasks.rb
|
138
96
|
- spec/slices/full-test-slice/lib/full-test-slice.rb
|
139
97
|
- spec/slices/full-test-slice/LICENSE
|
140
|
-
- spec/slices/full-test-slice/public
|
141
|
-
- spec/slices/full-test-slice/public/javascripts
|
142
98
|
- spec/slices/full-test-slice/public/javascripts/master.js
|
143
|
-
- spec/slices/full-test-slice/public/stylesheets
|
144
99
|
- spec/slices/full-test-slice/public/stylesheets/master.css
|
145
100
|
- spec/slices/full-test-slice/Rakefile
|
146
101
|
- spec/slices/full-test-slice/README
|
147
|
-
- spec/slices/full-test-slice/stubs
|
148
|
-
- spec/slices/full-test-slice/stubs/app
|
149
|
-
- spec/slices/full-test-slice/stubs/app/controllers
|
150
102
|
- spec/slices/full-test-slice/stubs/app/controllers/application.rb
|
151
103
|
- spec/slices/full-test-slice/stubs/app/controllers/main.rb
|
152
104
|
- spec/slices/full-test-slice/TODO
|
153
|
-
- spec/slices/thin-test-slice
|
154
105
|
- spec/slices/thin-test-slice/application.rb
|
155
|
-
- spec/slices/thin-test-slice/lib
|
156
|
-
- spec/slices/thin-test-slice/lib/thin-test-slice
|
157
106
|
- spec/slices/thin-test-slice/lib/thin-test-slice/merbtasks.rb
|
158
107
|
- spec/slices/thin-test-slice/lib/thin-test-slice/slicetasks.rb
|
159
108
|
- spec/slices/thin-test-slice/lib/thin-test-slice.rb
|
160
109
|
- spec/slices/thin-test-slice/LICENSE
|
161
|
-
- spec/slices/thin-test-slice/public
|
162
|
-
- spec/slices/thin-test-slice/public/javascripts
|
163
110
|
- spec/slices/thin-test-slice/public/javascripts/master.js
|
164
|
-
- spec/slices/thin-test-slice/public/stylesheets
|
165
111
|
- spec/slices/thin-test-slice/public/stylesheets/master.css
|
166
112
|
- spec/slices/thin-test-slice/Rakefile
|
167
113
|
- spec/slices/thin-test-slice/README
|
168
|
-
- spec/slices/thin-test-slice/stubs
|
169
114
|
- spec/slices/thin-test-slice/stubs/application.rb
|
170
115
|
- spec/slices/thin-test-slice/TODO
|
171
|
-
- spec/slices/thin-test-slice/views
|
172
|
-
- spec/slices/thin-test-slice/views/layout
|
173
116
|
- spec/slices/thin-test-slice/views/layout/thin_test_slice.html.erb
|
174
|
-
- spec/slices/thin-test-slice/views/main
|
175
117
|
- spec/slices/thin-test-slice/views/main/index.html.erb
|
176
|
-
- spec/slices/very-thin-test-slice
|
177
118
|
- spec/slices/very-thin-test-slice/application.rb
|
178
|
-
- spec/slices/very-thin-test-slice/lib
|
179
|
-
- spec/slices/very-thin-test-slice/lib/very-thin-test-slice
|
180
119
|
- spec/slices/very-thin-test-slice/lib/very-thin-test-slice/merbtasks.rb
|
181
120
|
- spec/slices/very-thin-test-slice/lib/very-thin-test-slice/slicetasks.rb
|
182
121
|
- spec/slices/very-thin-test-slice/lib/very-thin-test-slice.rb
|
@@ -213,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
213
152
|
requirements: []
|
214
153
|
|
215
154
|
rubyforge_project: merb
|
216
|
-
rubygems_version: 1.3.
|
155
|
+
rubygems_version: 1.3.2
|
217
156
|
signing_key:
|
218
157
|
specification_version: 3
|
219
158
|
summary: Merb-Slices is a Merb plugin for using and creating application 'slices' which help you modularize your application.
|