rock-n-code-validations4r 0.6.2 → 0.7.0

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