sinatra-pages 0.7.2 → 0.7.3
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.
- data/README.markdown +5 -5
- data/Rakefile +1 -1
- metadata +2 -2
data/README.markdown
CHANGED
|
@@ -15,11 +15,11 @@ You should take into account that this library have the following dependencies:
|
|
|
15
15
|
Before plug in this extension, you should create the following file structure inside your application.
|
|
16
16
|
|
|
17
17
|
app/
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
18
|
+
|- config.ru
|
|
19
|
+
|- views/
|
|
20
|
+
|- home.haml
|
|
21
|
+
|- layout.haml
|
|
22
|
+
|- not_found.haml
|
|
23
23
|
|
|
24
24
|
Then, you just need to plug it in inside your *config.ru* file.
|
|
25
25
|
|
data/Rakefile
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sinatra-pages
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.7.
|
|
4
|
+
version: 0.7.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Julio Javier Cicchelli
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2010-01-
|
|
12
|
+
date: 2010-01-17 00:00:00 +01:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|