rock-n-code-validations4r 0.5.0 → 0.6.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 +86 -78
- data/TODO +0 -2
- metadata +2 -2
data/CHANGES
CHANGED
@@ -1,79 +1,87 @@
|
|
1
|
-
==== 0.
|
2
|
-
*
|
3
|
-
|
4
|
-
|
5
|
-
*
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
* Added the Validations
|
11
|
-
*
|
12
|
-
*
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
*
|
19
|
-
*
|
20
|
-
*
|
21
|
-
|
22
|
-
==== 0.3.
|
23
|
-
*
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
* Added
|
29
|
-
|
30
|
-
==== 0.
|
31
|
-
*
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
* Added Validations::
|
43
|
-
*
|
44
|
-
|
45
|
-
==== 0.
|
46
|
-
*
|
47
|
-
|
48
|
-
|
49
|
-
*
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
*
|
56
|
-
*
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
*
|
61
|
-
|
62
|
-
==== 0.0.
|
63
|
-
* Described the
|
64
|
-
* Written the steps required for the
|
65
|
-
|
66
|
-
|
67
|
-
*
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
*
|
72
|
-
*
|
73
|
-
*
|
74
|
-
*
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
*
|
1
|
+
==== 0.6.1 ~ May 8, 2009
|
2
|
+
* Rearranged the examples table within the validation feature.
|
3
|
+
|
4
|
+
==== 0.6.0 ~ May 8, 2009
|
5
|
+
* Added the Validations::List class to the project.
|
6
|
+
* Added the Validations::List example scenarios to the features.
|
7
|
+
* Fixed some bugs when transforming String and Symbol instances within StepHelpers#transform.
|
8
|
+
|
9
|
+
==== 0.5.0 ~ May 7, 2009
|
10
|
+
* Added the Validations::Number class to the project.
|
11
|
+
* Added the Validations::Number example scenarios to the features.
|
12
|
+
* Added support for Rational and Complex instances within StepHelpers#transform.
|
13
|
+
* Fixed some bugs within StepHelpers#transform.
|
14
|
+
|
15
|
+
==== 0.4.0 ~ May 6, 2009
|
16
|
+
* Added the Validations::Text class to the project.
|
17
|
+
* Added the Validations::Text example scenarios to the features.
|
18
|
+
* Added the Validations namespace module.
|
19
|
+
* Fixed some bugs within the features definition.
|
20
|
+
* Fixed a String conversion bug within the validate_step file.
|
21
|
+
|
22
|
+
==== 0.3.2 ~ May 5, 2009
|
23
|
+
* Fixed some RDoc syntax errors within the classes documentation.
|
24
|
+
|
25
|
+
==== 0.3.1 ~ May 5, 2009
|
26
|
+
* Fixed a bug created by a mistaken definition of the :like rule within the Validations::Identification class.
|
27
|
+
* Added more Validations::Identification example scenarios to the validation feature.
|
28
|
+
* Added Regular Expression transformation to the StepHelpers module.
|
29
|
+
|
30
|
+
==== 0.3.0 ~ May 5, 2009
|
31
|
+
* Added the Validations::Identification class to the project.
|
32
|
+
* Added the Validations::Identification example scenarios to the features.
|
33
|
+
* Fixed some bugs when transforming symbols within the StepHelpers module.
|
34
|
+
|
35
|
+
==== 0.2.2 ~ May 4, 2009
|
36
|
+
* Added RDoc documentation for the Validations::Boolean class.
|
37
|
+
|
38
|
+
==== 0.2.1 ~ May 2, 2009
|
39
|
+
* Fixed a bug that occurred when generating the conditions to validate.
|
40
|
+
|
41
|
+
==== 0.2.0 ~ May 2, 2009
|
42
|
+
* Added the Validations::Boolean class to the project.
|
43
|
+
* Added the Validations::Boolean example scenarios to the features.
|
44
|
+
|
45
|
+
==== 0.1.1 ~ May 2, 2009
|
46
|
+
* Updated the RDoc documentation of the Validations::Null class.
|
47
|
+
|
48
|
+
==== 0.1.0 ~ May 2, 2009
|
49
|
+
* Added the Validations::Null class to the project.
|
50
|
+
* Added Validations::Null example scenarios to the features.
|
51
|
+
* Fixed some bugs on the step definitions and helpers.
|
52
|
+
|
53
|
+
==== 0.0.7 ~ April 29, 2009
|
54
|
+
* Modified the specification of the definition feature.
|
55
|
+
* Reimplemented some of the steps for the definition feature.
|
56
|
+
* Reimplemented the steps for the registration feature.
|
57
|
+
* Fixed some bugs within the steps for the validation feature.
|
58
|
+
|
59
|
+
==== 0.0.6 ~ April 29, 2009
|
60
|
+
* Updated some project documentation.
|
61
|
+
|
62
|
+
==== 0.0.5 ~ April 28, 2009
|
63
|
+
* Described the validation feature.
|
64
|
+
* Written the steps required for the validation feature.
|
65
|
+
|
66
|
+
==== 0.0.4 ~ April 27, 2009
|
67
|
+
* Described the registration feature.
|
68
|
+
* Written the steps required for the registration feature.
|
69
|
+
|
70
|
+
==== 0.0.3 ~ April 27, 2009
|
71
|
+
* Described the definition feature.
|
72
|
+
* Written the steps required for the definition feature.
|
73
|
+
* Added the StepHelpers module to the Cucumber general configuration.spec
|
74
|
+
* Added the main source file for this project.
|
75
|
+
* Fixed some bugs within the Rakefile and the gemspec files.
|
76
|
+
|
77
|
+
==== 0.0.2 ~ April 24, 2009
|
78
|
+
* Refactored the Install and Uninstall tasks.
|
79
|
+
* Added some attributes to the gem definition.
|
80
|
+
* Added the Cucumber and Validator dependencies to the gem definition.
|
81
|
+
* Deleted the gem definition redundancy within the Rakefile.
|
82
|
+
* Fixed some mispelled words within the project documentation.
|
83
|
+
|
84
|
+
==== 0.0.1 ~ April 23, 2009
|
85
|
+
* Initial commit.
|
86
|
+
* Added the project documentation templates.
|
79
87
|
* Added the Rakefile and the gemspec files.
|
data/TODO
CHANGED
@@ -1,8 +1,6 @@
|
|
1
1
|
=== ToDo's
|
2
2
|
* Write tests for the class that will validate +Range+ instances.
|
3
3
|
* Define the group for the class that will validate +Range+ instances.
|
4
|
-
* Write tests for the class that will validate +Array+ instances.
|
5
|
-
* Define the group for the class that will validate +Array+ instances.
|
6
4
|
* Write tests for the class that will validate +Hash+ instances.
|
7
5
|
* Define the group for the class that will validate +Hash+ instances.
|
8
6
|
* Write tests for the class that will validate +Struct+ and +OpenStruct+ 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.6.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-05-
|
12
|
+
date: 2009-05-08 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|