sinatra-pages 1.1.2 → 1.1.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.
Files changed (2) hide show
  1. data/README.markdown +12 -2
  2. metadata +4 -4
data/README.markdown CHANGED
@@ -1,5 +1,5 @@
1
1
  # Sinatra Pages
2
- This is a [Sinatra Extension][1] that renders for browser and AJAX calls any page or sub-pages located under the directory defined as *:views* and the layout file defined as *:layout* (if there is any) inside your [Sinatra][2] application.
2
+ This is a [Sinatra Extension][1] that renders any page or sub-pages located under the directory defined as *:views* and the layout file defined as *:layout* (if there is any) inside your [Sinatra][2] application.
3
3
 
4
4
  ### Installation
5
5
  In order to install this gem, you just need to install the gem from your command line like this:
@@ -81,6 +81,14 @@ In case you would like to contribute on this library, here's the list of extra d
81
81
  ### Contributors
82
82
  * [Julio Javier Cicchelli][7]
83
83
 
84
+ ### Sites
85
+ The following sites are proudly using this extension:
86
+
87
+ * [Rock & Code][10]
88
+ * [Izcheznali][11]
89
+
90
+ If your site is also using this extension, please let us know!
91
+
84
92
  ### Notes
85
93
  This extension have been tested on the versions 1.8.6, 1.8.7 and 1.9.1 of the [Ruby interpreter][8].
86
94
 
@@ -95,4 +103,6 @@ This extension is licensed under the [MIT License][9].
95
103
  [6]: http://gitrdoc.com/brynary/rack-test/tree/master
96
104
  [7]: http://github.com/mr-rock
97
105
  [8]: http://www.ruby-lang.org/en/
98
- [9]: http://creativecommons.org/licenses/MIT/
106
+ [9]: http://creativecommons.org/licenses/MIT/
107
+ [10]: http://rock-n-code.com
108
+ [11]: http://izcheznali.net
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: 1.1.2
4
+ version: 1.1.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-03-12 00:00:00 +01:00
12
+ date: 2010-03-13 00:00:00 +01: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.0a
23
+ version: 0.9.4
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: haml
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: 0.9.7.1
53
+ version: 0.9.8
54
54
  version:
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: rack-test