merb-slices 0.9.10 → 0.9.11

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.
@@ -0,0 +1,3 @@
1
+ Merb::Router.prepare do
2
+ default_routes
3
+ end
@@ -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
- files.should == expected
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.10
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-21 00:00:00 -07:00
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.10
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