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