filescan 2.3.1 → 2.3.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/History.txt +5 -0
  2. data/lib/filescan.rb +2 -2
  3. metadata +3 -2
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ === 2.3.2 2011-11-09
2
+
3
+ * 1 minor enhancement:
4
+ * Fixed documentation
5
+
1
6
  === 2.3.1 2011-11-09
2
7
 
3
8
  * 1 minor enhancement:
data/lib/filescan.rb CHANGED
@@ -4,7 +4,7 @@
4
4
  #
5
5
  # == Copyright
6
6
  #
7
- # Copyright (C) 2003, 2008, 2009 by Alan Davies.
7
+ # Copyright (C) 2003, 2008, 2009, 2011 by Alan Davies.
8
8
  #
9
9
  # == License
10
10
  #
@@ -28,7 +28,7 @@
28
28
  class Filescan
29
29
  include Enumerable
30
30
 
31
- VERSION = "2.3.1"
31
+ VERSION = "2.3.2"
32
32
 
33
33
  # Default root directory for calls to each.
34
34
  attr_accessor :startDir
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filescan
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
4
+ version: 2.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -15,7 +15,8 @@ description: Class to recursively scan through files from a given directory.
15
15
  email: alan n davies at gmail com
16
16
  executables: []
17
17
  extensions: []
18
- extra_rdoc_files: []
18
+ extra_rdoc_files:
19
+ - README.rdoc
19
20
  files:
20
21
  - lib/filescan.rb
21
22
  - History.txt