filescan 2.3.1 → 2.3.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +7 -0
  2. data/History.txt +10 -0
  3. data/lib/filescan.rb +2 -2
  4. metadata +15 -16
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: e9f0e4ea22d5363436fa1b8370b8ffc1ce5fb331680b30006f0caf1fa286ec9a
4
+ data.tar.gz: 3f94a88ee968266c65edeb509f073f7424bd0b23a182f64139a0331b9367b072
5
+ SHA512:
6
+ metadata.gz: a4c0b6ae9170e890706551fb8db7e9b03f42f41bd092caecc78c31c394ed465d0917ad02e25b8d3608ae1ac4d5682f93c888dbf8e108ca557969cee3b1789e27
7
+ data.tar.gz: d57c91762fe719cdcf273ed7e6b5fa8f4de652fed81b0cb3dbef970d77631328280ea057f71409c3f9341c6adf0d9cf2b59becf9018a7a2bdd6e0a88624b3580
data/History.txt CHANGED
@@ -1,3 +1,13 @@
1
+ === 2.3.4 2023-09-08
2
+
3
+ * 1 minor enhancement:
4
+ * Updated homepage and source location
5
+
6
+ === 2.3.2 2011-11-09
7
+
8
+ * 1 minor enhancement:
9
+ * Fixed documentation
10
+
1
11
  === 2.3.1 2011-11-09
2
12
 
3
13
  * 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,47 +1,46 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: filescan
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.1
5
- prerelease:
4
+ version: 2.3.4
6
5
  platform: ruby
7
6
  authors:
8
7
  - Alan Davies
9
- autorequire:
8
+ autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2011-11-09 00:00:00.000000000 Z
11
+ date: 2023-09-08 00:00:00.000000000 Z
13
12
  dependencies: []
14
13
  description: Class to recursively scan through files from a given directory.
15
14
  email: alan n davies at gmail com
16
15
  executables: []
17
16
  extensions: []
18
- extra_rdoc_files: []
17
+ extra_rdoc_files:
18
+ - README.rdoc
19
19
  files:
20
- - lib/filescan.rb
21
20
  - History.txt
22
21
  - README.rdoc
23
- homepage: http://rubygems.org/gems/filescan
22
+ - lib/filescan.rb
23
+ homepage: https://gitlab.com/cs96and/filescan
24
24
  licenses: []
25
- post_install_message:
25
+ metadata:
26
+ source_code_uri: https://gitlab.com/cs96and/filescan
27
+ post_install_message:
26
28
  rdoc_options: []
27
29
  require_paths:
28
30
  - lib
29
31
  required_ruby_version: !ruby/object:Gem::Requirement
30
- none: false
31
32
  requirements:
32
- - - ! '>='
33
+ - - ">="
33
34
  - !ruby/object:Gem::Version
34
35
  version: '0'
35
36
  required_rubygems_version: !ruby/object:Gem::Requirement
36
- none: false
37
37
  requirements:
38
- - - ! '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
41
  requirements: []
42
- rubyforge_project:
43
- rubygems_version: 1.8.11
44
- signing_key:
45
- specification_version: 3
42
+ rubygems_version: 3.3.15
43
+ signing_key:
44
+ specification_version: 4
46
45
  summary: Class to recursively scan through files from a given directory.
47
46
  test_files: []