dir_validator 0.12.8 → 0.12.9

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 +17 -3
data/CHANGELOG.rdoc CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  * Initial beta release.
4
4
 
5
- == 0.12.8 (2012-08-01)
5
+ == 0.12.9 (2012-08-01)
6
6
 
7
7
  * Improved Rakefile.
8
8
  * Ironed out some kinks in deployment and YARD documentation.
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: 63
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 12
9
- - 8
10
- version: 0.12.8
9
+ - 9
10
+ version: 0.12.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Monty Hindman
@@ -88,6 +88,20 @@ dependencies:
88
88
  version: "0"
89
89
  type: :development
90
90
  version_requirements: *id005
91
+ - !ruby/object:Gem::Dependency
92
+ name: rake
93
+ prerelease: false
94
+ requirement: &id006 !ruby/object:Gem::Requirement
95
+ none: false
96
+ requirements:
97
+ - - ">="
98
+ - !ruby/object:Gem::Version
99
+ hash: 3
100
+ segments:
101
+ - 0
102
+ version: "0"
103
+ type: :development
104
+ version_requirements: *id006
91
105
  description: This gem provides a convenient syntax for checking whether the contents of a directory structure match your expectations.
92
106
  email:
93
107
  - hindman@stanford.edu