dir_validator 0.12.5 → 0.12.6

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.rdoc CHANGED
@@ -1,8 +1,9 @@
1
- == 0.12.0 (2012-07-27)
1
+ == 0.12.0 (2012-07-27)
2
2
 
3
3
  * Initial beta release.
4
4
 
5
- == 0.12.4 (2012-07-31)
5
+ == 0.12.6 (2012-07-31)
6
6
 
7
7
  * Improved Rakefile.
8
8
  * Ironed out some kinks in deployment and YARD documentation.
9
+ * Minor tutorial edits.
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/
@@ -75,7 +75,7 @@ class DirValidator::Item
75
75
  end
76
76
 
77
77
  # Validation method, using a {DirValidator::Item} as the receiver.
78
- #
78
+ #
79
79
  # @see DirValidator::Validator#dir
80
80
  # @return (see DirValidator::Validator#dir)
81
81
  def dir(vid, opts = {})
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 we not found
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: 37
4
+ hash: 35
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 12
9
- - 5
10
- version: 0.12.5
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-07-31 00:00:00 Z
18
+ date: 2012-08-01 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rspec