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.
Files changed (3) hide show
  1. data/CHANGES +15 -0
  2. data/Rakefile +0 -1
  3. 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
@@ -43,5 +43,4 @@ desc 'Uninstalling the latest version of the created gem.'
43
43
  task :uninstall => [:clean] do
44
44
  is_admin = RUBY_PLATFORM =~ /win32/ ? nil : 'sudo'
45
45
  `#{is_admin} gem uninstall #{GEM.name} -v #{GEM.version}`
46
- end
47
46
  end
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.1
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-23 00:00:00 -07:00
12
+ date: 2009-04-28 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency