merb-slices 0.9.10 → 0.9.11
Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,8 @@ describe Merb::Generators::FullSliceGenerator do
|
|
36
36
|
"testing/stubs/app/controllers", "testing/stubs/app/controllers/application.rb",
|
37
37
|
"testing/stubs/app/controllers/main.rb", "testing/TODO"
|
38
38
|
]
|
39
|
-
|
39
|
+
diff = expected - files
|
40
|
+
diff.should be_empty
|
40
41
|
end
|
41
42
|
|
42
43
|
it "should render templates successfully" do
|
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: 0.9.
|
4
|
+
version: 0.9.11
|
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: 2008-10-
|
12
|
+
date: 2008-10-29 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: 0.9.
|
23
|
+
version: 0.9.11
|
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
|
@@ -71,6 +71,7 @@ files:
|
|
71
71
|
- lib/generators/templates/full/app/views/main/index.html.erb
|
72
72
|
- lib/generators/templates/full/config
|
73
73
|
- lib/generators/templates/full/config/init.rb
|
74
|
+
- lib/generators/templates/full/config/router.rb
|
74
75
|
- lib/generators/templates/full/lib
|
75
76
|
- lib/generators/templates/full/lib/%base_name%.rb
|
76
77
|
- lib/generators/templates/full/Rakefile
|