sdoc_all 0.2.0.8 → 0.2.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- [0, 2, 0, 8]
1
+ [0, 2, 0, 9]
@@ -65,7 +65,7 @@ class SdocAll
65
65
  if created && latest < created
66
66
  src_path.find do |path|
67
67
  Find.prune if path.directory? && path.basename.to_s[0] == ?.
68
- latest = [latest, src_path.mtime, src_path.ctime].max
68
+ latest = [latest, path.mtime, path.ctime].max
69
69
  break unless latest < created
70
70
  end
71
71
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{sdoc_all}
5
- s.version = "0.2.0.8"
5
+ s.version = "0.2.0.9"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["toy"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdoc_all
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0.8
4
+ version: 0.2.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - toy