dir_validator 0.12.5 → 0.12.6
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 +3 -2
- data/README.rdoc +1 -1
- data/lib/dir_validator/item.rb +1 -1
- data/tutorial/tutorial.rb +1 -1
- metadata +4 -4
data/CHANGELOG.rdoc
CHANGED
data/README.rdoc
CHANGED
|
@@ -81,7 +81,7 @@ The validation criteria defined in the OPTS hash come in three general types:
|
|
|
81
81
|
# children of the object upon which the method is called. If
|
|
82
82
|
# :recurse is true, items deeper in the hierarchy can be
|
|
83
83
|
# discovered.
|
|
84
|
-
|
|
84
|
+
|
|
85
85
|
# For example, given this content:
|
|
86
86
|
# some/path/
|
|
87
87
|
# foo/
|
data/lib/dir_validator/item.rb
CHANGED
data/tutorial/tutorial.rb
CHANGED
|
@@ -70,7 +70,7 @@ dv.dirs('top-level subdir', :re => /^[a-z]{3}$/).each do |subdir|
|
|
|
70
70
|
end
|
|
71
71
|
|
|
72
72
|
# We can generate a basic CSV report that will list:
|
|
73
|
-
# - items that
|
|
73
|
+
# - items that were not found
|
|
74
74
|
# - extra items
|
|
75
75
|
#
|
|
76
76
|
# The CSV output (with extra spacing here for readability):
|
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: 35
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 12
|
|
9
|
-
-
|
|
10
|
-
version: 0.12.
|
|
9
|
+
- 6
|
|
10
|
+
version: 0.12.6
|
|
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-
|
|
18
|
+
date: 2012-08-01 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: rspec
|