ns-ramaze-ext 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGELOG +2 -0
  2. data/README.rdoc +8 -24
  3. data/ns-ramaze-ext.gemspec +1 -1
  4. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.0.5 : more public doc changes
2
+
1
3
  v0.0.4 : minimal doc changes
2
4
 
3
5
  v0.0.3 : minimal documentation for github
data/README.rdoc CHANGED
@@ -9,40 +9,24 @@ The purpose of this gem is to provide some extensions to the ramaze web framewor
9
9
  BananaFrom is a form helper that provides a Rails like behaviour for validation
10
10
  errors in forms and extra parameters for field/label styling.
11
11
 
12
- Check the doc for Ramaze::Helper::BananaForm.
12
+ Check the doc for Ramaze::Helper::BananaForm
13
13
 
14
14
  == Installation
15
15
 
16
- === Requirements
16
+ gem install ns-ramaze-ext
17
17
 
18
- Mandatory :
18
+ == Documentation
19
19
 
20
- * gem install echoe
21
- * gem install rake
22
- * gem install ramaze
20
+ See the generated documentation on the following sites :
23
21
 
24
- Recommended :
22
+ * http://rdoc.info/projects/funkomatic/ns-ramaze-ext
25
23
 
26
- * gem install bacon
24
+ You can also generate the documentation by issuing the following command in the gem home :
27
25
 
28
-
29
- === Procedure
30
-
31
- * Get the files from the github and perform the following operations :
32
-
33
- * Execute commands :
34
-
35
- * rake gems:ns-ramaze-ext:build
36
- * rake reinstall
37
-
38
- == Doc generation
39
-
40
- Run the following command
41
-
42
- * rake doc
26
+ * rake doc
43
27
 
44
28
  == Testing
45
29
 
46
30
  Run the following command
47
31
 
48
- * rake tests
32
+ * rake tests
@@ -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.4"
5
+ s.version = "0.0.5"
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
- - 4
9
- version: 0.0.4
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - funkomatic