rock-n-code-validations4r 0.0.6 → 0.2.1
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/CHANGES +24 -0
- data/TODO +0 -4
- metadata +2 -2
data/CHANGES
CHANGED
@@ -1,3 +1,27 @@
|
|
1
|
+
==== 0.2.1 ~ May 2, 2009
|
2
|
+
* Fixed a bug that occurred when generating the conditions to validate.
|
3
|
+
|
4
|
+
==== 0.2.0 ~ May 2, 2009
|
5
|
+
* Added the Validations::Boolean class to the project.
|
6
|
+
* Added the Validations::Boolean example scenarios to the features.
|
7
|
+
|
8
|
+
==== 0.1.1 ~ May 2, 2009
|
9
|
+
* Updated the RDoc documentation of the Validations::Null class.
|
10
|
+
|
11
|
+
==== 0.1.0 ~ May 2, 2009
|
12
|
+
* Added the Validations::Null class to the project.
|
13
|
+
* Added Validations::Null example scenarios to the features.
|
14
|
+
* Fixed some bugs on the step definitions and helpers.
|
15
|
+
|
16
|
+
==== 0.0.7 ~ April 29, 2009
|
17
|
+
* Modified the specification of the definition feature.
|
18
|
+
* Reimplemented some of the steps for the definition feature.
|
19
|
+
* Reimplemented the steps for the registration feature.
|
20
|
+
* Fixed some bugs within the steps for the validation feature.
|
21
|
+
|
22
|
+
==== 0.0.6 ~ April 29, 2009
|
23
|
+
* Updated some project documentation.
|
24
|
+
|
1
25
|
==== 0.0.5 ~ April 28, 2009
|
2
26
|
* Described the validation feature.
|
3
27
|
* Written the steps required for the validation feature.
|
data/TODO
CHANGED
@@ -1,8 +1,4 @@
|
|
1
1
|
=== ToDo's
|
2
|
-
* Write tests for the class that will validate +NilClass+ instances.
|
3
|
-
* Define the group for the class that will validate +NilClass+ instances.
|
4
|
-
* Write tests for the class that will validate +TrueClass+ and +FalseClass+ instances.
|
5
|
-
* Define the group and rules for the class that will validate +TrueClass+ and +FalseClass+ instances.
|
6
2
|
* Write tests for the class that will validate +String+ instances.
|
7
3
|
* Define the group for the class that will validate +String+ instances.
|
8
4
|
* Write tests for the class that will validate +Symbol+ instances.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rock-n-code-validations4r
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.1
|
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: 2009-
|
12
|
+
date: 2009-05-02 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|