dir_validator 0.14.2 → 0.14.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/CHANGELOG.rdoc +1 -1
  2. metadata +3 -3
data/CHANGELOG.rdoc CHANGED
@@ -14,6 +14,6 @@
14
14
 
15
15
  * Added bin/validate-dir and a general scripting functionality.
16
16
 
17
- == 0.14.2 (2012-08-03)
17
+ == 0.14.3 (2012-08-03)
18
18
 
19
19
  * Improved bin/validate-dir to allow passing directory on command line.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dir_validator
3
3
  version: !ruby/object:Gem::Version
4
- hash: 35
4
+ hash: 33
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 14
9
- - 2
10
- version: 0.14.2
9
+ - 3
10
+ version: 0.14.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Monty Hindman