dir_validator 0.14.4 → 0.14.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/CHANGELOG.rdoc +5 -0
- data/lib/dir_validator.rb +0 -2
- metadata +4 -4
data/CHANGELOG.rdoc
CHANGED
|
@@ -17,3 +17,8 @@
|
|
|
17
17
|
== 0.14.3 (2012-08-03)
|
|
18
18
|
|
|
19
19
|
* Improved bin/validate-dir to allow passing directory on command line.
|
|
20
|
+
|
|
21
|
+
== 0.14.5 (2012-09-10)
|
|
22
|
+
|
|
23
|
+
* Ironed out kinks in deployment and continuous integration (docs, etc).
|
|
24
|
+
* Removed inadvertent reference to awesome_print.
|
data/lib/dir_validator.rb
CHANGED
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:
|
|
4
|
+
hash: 45
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 14
|
|
9
|
-
-
|
|
10
|
-
version: 0.14.
|
|
9
|
+
- 5
|
|
10
|
+
version: 0.14.5
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Monty Hindman
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-09-
|
|
18
|
+
date: 2012-09-10 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|