dir_validator 0.12.12 → 0.12.13

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 -17
data/CHANGELOG.rdoc CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  * Initial beta release.
4
4
 
5
- == 0.12.12 (2012-08-01)
5
+ == 0.12.13 (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: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 12
9
- - 12
10
- version: 0.12.12
9
+ - 13
10
+ version: 0.12.13
11
11
  platform: ruby
12
12
  authors:
13
13
  - Monty Hindman
@@ -74,20 +74,6 @@ dependencies:
74
74
  version: "0"
75
75
  type: :development
76
76
  version_requirements: *id004
77
- - !ruby/object:Gem::Dependency
78
- name: looksee
79
- prerelease: false
80
- requirement: &id005 !ruby/object:Gem::Requirement
81
- none: false
82
- requirements:
83
- - - ">="
84
- - !ruby/object:Gem::Version
85
- hash: 3
86
- segments:
87
- - 0
88
- version: "0"
89
- type: :development
90
- version_requirements: *id005
91
77
  description: This gem provides a convenient syntax for checking whether the contents of a directory structure match your expectations.
92
78
  email:
93
79
  - hindman@stanford.edu