bard_static 1.0.2 → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
data/config/routes.rb
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
Rails.application.routes.draw do
|
2
2
|
namespace "mockups", :module => :bard_static do
|
3
|
-
root :to => "static#
|
4
|
-
match "/*file_path" => "static#
|
3
|
+
root :to => "static#mockups", :file_path => "index"
|
4
|
+
match "/*file_path" => "static#mockups"
|
5
5
|
end
|
6
|
+
root :to => "static#static", :file_path => "index"
|
7
|
+
match "*view_path" => "static#static"
|
6
8
|
end
|
data/lib/bard_static/version.rb
CHANGED
metadata
CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
|
+
- 1
|
8
9
|
- 0
|
9
|
-
|
10
|
-
version: 1.0.2
|
10
|
+
version: 1.1.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Micah Geisel
|
@@ -21,7 +21,7 @@ autorequire:
|
|
21
21
|
bindir: bin
|
22
22
|
cert_chain: []
|
23
23
|
|
24
|
-
date: 2011-
|
24
|
+
date: 2011-11-21 00:00:00 Z
|
25
25
|
dependencies: []
|
26
26
|
|
27
27
|
description: Handcrafted prototypes for Rails.
|
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements: []
|
72
72
|
|
73
73
|
rubyforge_project:
|
74
|
-
rubygems_version: 1.8.
|
74
|
+
rubygems_version: 1.8.11
|
75
75
|
signing_key:
|
76
76
|
specification_version: 3
|
77
77
|
summary: Protoyping engine for Rails.
|