rock-n-code-validations4r 0.0.1 → 0.0.5
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 +15 -0
- data/Rakefile +0 -1
- metadata +2 -2
data/CHANGES
CHANGED
@@ -1,3 +1,18 @@
|
|
1
|
+
==== 0.0.5 ~ April 28, 2009
|
2
|
+
* Described the validation feature.
|
3
|
+
* Written the steps required for the validation feature.
|
4
|
+
|
5
|
+
==== 0.0.4 ~ April 27, 2009
|
6
|
+
* Described the registration feature.
|
7
|
+
* Written the steps required for the registration feature.
|
8
|
+
|
9
|
+
==== 0.0.3 ~ April 27, 2009
|
10
|
+
* Described the definition feature.
|
11
|
+
* Written the steps required for the definition feature.
|
12
|
+
* Added the StepHelpers module to the Cucumber general configuration.spec
|
13
|
+
* Added the main source file for this project.
|
14
|
+
* Fixed some bugs within the Rakefile and the gemspec files.
|
15
|
+
|
1
16
|
==== 0.0.2 ~ April 24, 2009
|
2
17
|
* Refactored the Install and Uninstall tasks.
|
3
18
|
* Added some attributes to the gem definition.
|
data/Rakefile
CHANGED
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.0.
|
4
|
+
version: 0.0.5
|
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-04-
|
12
|
+
date: 2009-04-28 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|