ns-ramaze-ext 0.0.6 → 0.0.7

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 (4) hide show
  1. data/CHANGELOG +2 -0
  2. data/README.rdoc +9 -0
  3. data/ns-ramaze-ext.gemspec +1 -1
  4. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.0.7 : added demo app and updated doc
2
+
1
3
  v0.0.6 : fixed runtime dependecies and more doc on the gem building
2
4
 
3
5
  v0.0.5 : more public doc changes
data/README.rdoc CHANGED
@@ -41,6 +41,15 @@ If you want to clean up the temporary files (doc,tests... ) just issue :
41
41
 
42
42
  * rake clean
43
43
 
44
+ == Example app
45
+
46
+ We provide a minimal ramaze application that demonstrates the form validation/error handling behaviour in the example directory.
47
+
48
+ Please note that the app is configured to use *Mongrel* adapter and *Erubis* templating engine.
49
+
50
+ If you use another templating engine make sure that you adapt the syntax and extensiond of the (two) rhtml files in the project.
51
+
52
+
44
53
  == Documentation
45
54
 
46
55
  See the generated documentation on the following sites :
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{ns-ramaze-ext}
5
- s.version = "0.0.6"
5
+ s.version = "0.0.7"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["funkomatic"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 6
9
- version: 0.0.6
8
+ - 7
9
+ version: 0.0.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - funkomatic