file-find 0.3.9 → 0.4.0
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.
- checksums.yaml +5 -5
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/CHANGES +7 -0
- data/README +2 -9
- data/certs/djberg96_pub.pem +22 -17
- data/file-find.gemspec +2 -2
- data/lib/file/find.rb +4 -2
- data/test/test_file_find.rb +2 -1
- metadata +34 -29
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 68ea64b77319de8fe9035272d2fb5f3f62053fac3436412f377aa8d784a9e325
|
|
4
|
+
data.tar.gz: 1f719308185c8dd79c6074441b9333f3b151ed1d467f79fdb25d66d96eaa3353
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c291ffb114be00097a9d45298dc0b5ddc5ae2b749cc0aaaab2880c97724be80cc8ceea4400220aaa9416cb7c84b10ebb57a0b142dd8221cfef573461e922aae6
|
|
7
|
+
data.tar.gz: 47a283df9c87c82be58ec18912e96b72b3659ba0c806738beb9a8a562e56c57ae26c05b6162c530a641c937c1e15710888f3974b6dde6dfe67078e4901a467b6
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/CHANGES
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
== 0.4.0 - 26-Dec-2018
|
|
2
|
+
* License changed to Apache-2.0.
|
|
3
|
+
* Fixed a bug where mindepth and maxdepth would break if more than one
|
|
4
|
+
path was specified as part of the rule. Thanks go to flagos for the spot.
|
|
5
|
+
* The VERSION constant is now frozen.
|
|
6
|
+
* The cert has been updated.
|
|
7
|
+
|
|
1
8
|
== 0.3.9 - 16-Dec-2015
|
|
2
9
|
* This gem is now signed.
|
|
3
10
|
* Added a file-find.rb file for convenience.
|
data/README
CHANGED
|
@@ -69,18 +69,11 @@
|
|
|
69
69
|
* ok - This is not interactive software.
|
|
70
70
|
|
|
71
71
|
= Known Issues
|
|
72
|
-
The mindepth and maxdepth options do not work for more than 1 path.
|
|
73
|
-
|
|
74
72
|
The :perm option is limited to 0644 and 0444 on MS Windows.
|
|
75
73
|
|
|
76
74
|
The :user, :group, and :inum options require the win32-file gem to work
|
|
77
75
|
properly on MS Windows. However, it is not officially a dependency.
|
|
78
76
|
|
|
79
|
-
There are 3 test failures with JRuby, all related to the 'perm' option. I
|
|
80
|
-
have not been able to reduce them to a simple test case and discern the
|
|
81
|
-
exact cause of the failures, though I suspect a bug in the JRuby
|
|
82
|
-
implementation of File.chmod.
|
|
83
|
-
|
|
84
77
|
= Bugs
|
|
85
78
|
None that I'm aware of beyond the ones mentioned in the Known Issues. Please
|
|
86
79
|
log any bug reports on the project page at:
|
|
@@ -94,10 +87,10 @@
|
|
|
94
87
|
* Hal Fulton for his implementation of symbolic permissions.
|
|
95
88
|
|
|
96
89
|
= License
|
|
97
|
-
|
|
90
|
+
Apache-2.0
|
|
98
91
|
|
|
99
92
|
= Copyright
|
|
100
|
-
(C) 2007-
|
|
93
|
+
(C) 2007-2018, Daniel J. Berger, All Rights Reserved
|
|
101
94
|
|
|
102
95
|
= Author
|
|
103
96
|
Daniel J. Berger
|
data/certs/djberg96_pub.pem
CHANGED
|
@@ -1,21 +1,26 @@
|
|
|
1
1
|
-----BEGIN CERTIFICATE-----
|
|
2
|
-
|
|
2
|
+
MIIEcDCCAtigAwIBAgIBATANBgkqhkiG9w0BAQsFADA/MREwDwYDVQQDDAhkamJl
|
|
3
3
|
cmc5NjEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYDY29t
|
|
4
|
-
|
|
4
|
+
MB4XDTE4MDMxODE1MjIwN1oXDTI4MDMxNTE1MjIwN1owPzERMA8GA1UEAwwIZGpi
|
|
5
5
|
ZXJnOTYxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
6
|
+
bTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALgfaroVM6CI06cxr0/h
|
|
7
|
+
A+j+pc8fgpRgBVmHFaFunq28GPC3IvW7Nvc3Y8SnAW7pP1EQIbhlwRIaQzJ93/yj
|
|
8
|
+
u95KpkP7tA9erypnV7dpzBkzNlX14ACaFD/6pHoXoe2ltBxk3CCyyzx70mTqJpph
|
|
9
|
+
75IB03ni9a8yqn8pmse+s83bFJOAqddSj009sGPcQO+QOWiNxqYv1n5EHcvj2ebO
|
|
10
|
+
6hN7YTmhx7aSia4qL/quc4DlIaGMWoAhvML7u1fmo53CYxkKskfN8MOecq2vfEmL
|
|
11
|
+
iLu+SsVVEAufMDDFMXMJlvDsviolUSGMSNRTujkyCcJoXKYYxZSNtIiyd9etI0X3
|
|
12
|
+
ctu0uhrFyrMZXCedutvXNjUolD5r9KGBFSWH1R9u2I3n3SAyFF2yzv/7idQHLJJq
|
|
13
|
+
74BMnx0FIq6fCpu5slAipvxZ3ZkZpEXZFr3cIBtO1gFvQWW7E/Y3ijliWJS1GQFq
|
|
14
|
+
058qERadHGu1yu1dojmFRo6W2KZvY9al2yIlbkpDrD5MYQIDAQABo3cwdTAJBgNV
|
|
15
|
+
HRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQUFZsMapgzJimzsbaBG2Tm8j5e
|
|
16
|
+
AzgwHQYDVR0RBBYwFIESZGpiZXJnOTZAZ21haWwuY29tMB0GA1UdEgQWMBSBEmRq
|
|
17
|
+
YmVyZzk2QGdtYWlsLmNvbTANBgkqhkiG9w0BAQsFAAOCAYEAW2tnYixXQtKxgGXq
|
|
18
|
+
/3iSWG2bLwvxS4go3srO+aRXZHrFUMlJ5W0mCxl03aazxxKTsVVpZD8QZxvK91OQ
|
|
19
|
+
h9zr9JBYqCLcCVbr8SkmYCi/laxIZxsNE5YI8cC8vvlLI7AMgSfPSnn/Epq1GjGY
|
|
20
|
+
6L1iRcEDtanGCIvjqlCXO9+BmsnCfEVehqZkQHeYczA03tpOWb6pon2wzvMKSsKH
|
|
21
|
+
ks0ApVdstSLz1kzzAqem/uHdG9FyXdbTAwH1G4ZPv69sQAFAOCgAqYmdnzedsQtE
|
|
22
|
+
1LQfaQrx0twO+CZJPcRLEESjq8ScQxWRRkfuh2VeR7cEU7L7KqT10mtUwrvw7APf
|
|
23
|
+
DYoeCY9KyjIBjQXfbj2ke5u1hZj94Fsq9FfbEQg8ygCgwThnmkTrrKEiMSs3alYR
|
|
24
|
+
ORVCZpRuCPpmC8qmqxUnARDArzucjaclkxjLWvCVHeFa9UP7K3Nl9oTjJNv+7/jM
|
|
25
|
+
WZs4eecIcUc4tKdHxcAJ0MO/Dkqq7hGaiHpwKY76wQ1+8xAh
|
|
21
26
|
-----END CERTIFICATE-----
|
data/file-find.gemspec
CHANGED
|
@@ -2,9 +2,9 @@ require 'rubygems'
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = 'file-find'
|
|
5
|
-
spec.version = '0.
|
|
5
|
+
spec.version = '0.4.0'
|
|
6
6
|
spec.author = 'Daniel Berger'
|
|
7
|
-
spec.license = '
|
|
7
|
+
spec.license = 'Apache-2.0'
|
|
8
8
|
spec.summary = 'A better way to find files'
|
|
9
9
|
spec.email = 'djberg96@gmail.com'
|
|
10
10
|
spec.homepage = 'http://github.com/djberg96/file-find'
|
data/lib/file/find.rb
CHANGED
|
@@ -9,7 +9,7 @@ end
|
|
|
9
9
|
|
|
10
10
|
class File::Find
|
|
11
11
|
# The version of the file-find library
|
|
12
|
-
VERSION = '0.
|
|
12
|
+
VERSION = '0.4.0'.freeze
|
|
13
13
|
|
|
14
14
|
# :stopdoc:
|
|
15
15
|
VALID_OPTIONS = %w[
|
|
@@ -258,7 +258,9 @@ class File::Find
|
|
|
258
258
|
|
|
259
259
|
if @maxdepth || @mindepth
|
|
260
260
|
file_depth = file.split(File::SEPARATOR).length
|
|
261
|
-
|
|
261
|
+
current_base_path = [@path].flatten.find{ |tpath| file.include?(tpath) }
|
|
262
|
+
path_depth = current_base_path.split(File::SEPARATOR).length
|
|
263
|
+
|
|
262
264
|
depth = file_depth - path_depth
|
|
263
265
|
|
|
264
266
|
if @maxdepth && (depth > @maxdepth)
|
data/test/test_file_find.rb
CHANGED
|
@@ -68,7 +68,8 @@ class TC_File_Find < Test::Unit::TestCase
|
|
|
68
68
|
end
|
|
69
69
|
|
|
70
70
|
test "version constant is set to expected value" do
|
|
71
|
-
assert_equal('0.
|
|
71
|
+
assert_equal('0.4.0', File::Find::VERSION)
|
|
72
|
+
assert_true(File::Find::VERSION.frozen?)
|
|
72
73
|
end
|
|
73
74
|
|
|
74
75
|
test "path accessor basic functionality" do
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: file-find
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Daniel Berger
|
|
@@ -10,27 +10,32 @@ bindir: bin
|
|
|
10
10
|
cert_chain:
|
|
11
11
|
- |
|
|
12
12
|
-----BEGIN CERTIFICATE-----
|
|
13
|
-
|
|
13
|
+
MIIEcDCCAtigAwIBAgIBATANBgkqhkiG9w0BAQsFADA/MREwDwYDVQQDDAhkamJl
|
|
14
14
|
cmc5NjEVMBMGCgmSJomT8ixkARkWBWdtYWlsMRMwEQYKCZImiZPyLGQBGRYDY29t
|
|
15
|
-
|
|
15
|
+
MB4XDTE4MDMxODE1MjIwN1oXDTI4MDMxNTE1MjIwN1owPzERMA8GA1UEAwwIZGpi
|
|
16
16
|
ZXJnOTYxFTATBgoJkiaJk/IsZAEZFgVnbWFpbDETMBEGCgmSJomT8ixkARkWA2Nv
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
17
|
+
bTCCAaIwDQYJKoZIhvcNAQEBBQADggGPADCCAYoCggGBALgfaroVM6CI06cxr0/h
|
|
18
|
+
A+j+pc8fgpRgBVmHFaFunq28GPC3IvW7Nvc3Y8SnAW7pP1EQIbhlwRIaQzJ93/yj
|
|
19
|
+
u95KpkP7tA9erypnV7dpzBkzNlX14ACaFD/6pHoXoe2ltBxk3CCyyzx70mTqJpph
|
|
20
|
+
75IB03ni9a8yqn8pmse+s83bFJOAqddSj009sGPcQO+QOWiNxqYv1n5EHcvj2ebO
|
|
21
|
+
6hN7YTmhx7aSia4qL/quc4DlIaGMWoAhvML7u1fmo53CYxkKskfN8MOecq2vfEmL
|
|
22
|
+
iLu+SsVVEAufMDDFMXMJlvDsviolUSGMSNRTujkyCcJoXKYYxZSNtIiyd9etI0X3
|
|
23
|
+
ctu0uhrFyrMZXCedutvXNjUolD5r9KGBFSWH1R9u2I3n3SAyFF2yzv/7idQHLJJq
|
|
24
|
+
74BMnx0FIq6fCpu5slAipvxZ3ZkZpEXZFr3cIBtO1gFvQWW7E/Y3ijliWJS1GQFq
|
|
25
|
+
058qERadHGu1yu1dojmFRo6W2KZvY9al2yIlbkpDrD5MYQIDAQABo3cwdTAJBgNV
|
|
26
|
+
HRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQUFZsMapgzJimzsbaBG2Tm8j5e
|
|
27
|
+
AzgwHQYDVR0RBBYwFIESZGpiZXJnOTZAZ21haWwuY29tMB0GA1UdEgQWMBSBEmRq
|
|
28
|
+
YmVyZzk2QGdtYWlsLmNvbTANBgkqhkiG9w0BAQsFAAOCAYEAW2tnYixXQtKxgGXq
|
|
29
|
+
/3iSWG2bLwvxS4go3srO+aRXZHrFUMlJ5W0mCxl03aazxxKTsVVpZD8QZxvK91OQ
|
|
30
|
+
h9zr9JBYqCLcCVbr8SkmYCi/laxIZxsNE5YI8cC8vvlLI7AMgSfPSnn/Epq1GjGY
|
|
31
|
+
6L1iRcEDtanGCIvjqlCXO9+BmsnCfEVehqZkQHeYczA03tpOWb6pon2wzvMKSsKH
|
|
32
|
+
ks0ApVdstSLz1kzzAqem/uHdG9FyXdbTAwH1G4ZPv69sQAFAOCgAqYmdnzedsQtE
|
|
33
|
+
1LQfaQrx0twO+CZJPcRLEESjq8ScQxWRRkfuh2VeR7cEU7L7KqT10mtUwrvw7APf
|
|
34
|
+
DYoeCY9KyjIBjQXfbj2ke5u1hZj94Fsq9FfbEQg8ygCgwThnmkTrrKEiMSs3alYR
|
|
35
|
+
ORVCZpRuCPpmC8qmqxUnARDArzucjaclkxjLWvCVHeFa9UP7K3Nl9oTjJNv+7/jM
|
|
36
|
+
WZs4eecIcUc4tKdHxcAJ0MO/Dkqq7hGaiHpwKY76wQ1+8xAh
|
|
32
37
|
-----END CERTIFICATE-----
|
|
33
|
-
date:
|
|
38
|
+
date: 2018-12-26 00:00:00.000000000 Z
|
|
34
39
|
dependencies:
|
|
35
40
|
- !ruby/object:Gem::Dependency
|
|
36
41
|
name: sys-admin
|
|
@@ -87,22 +92,22 @@ extra_rdoc_files:
|
|
|
87
92
|
- CHANGES
|
|
88
93
|
- MANIFEST
|
|
89
94
|
files:
|
|
90
|
-
- certs
|
|
91
|
-
- certs/djberg96_pub.pem
|
|
92
95
|
- CHANGES
|
|
96
|
+
- test
|
|
97
|
+
- test/test_file_find.rb
|
|
98
|
+
- README
|
|
99
|
+
- Rakefile
|
|
100
|
+
- MANIFEST
|
|
93
101
|
- file-find.gemspec
|
|
94
102
|
- lib
|
|
103
|
+
- lib/file-find.rb
|
|
95
104
|
- lib/file
|
|
96
105
|
- lib/file/find.rb
|
|
97
|
-
-
|
|
98
|
-
-
|
|
99
|
-
- Rakefile
|
|
100
|
-
- README
|
|
101
|
-
- test
|
|
102
|
-
- test/test_file_find.rb
|
|
106
|
+
- certs
|
|
107
|
+
- certs/djberg96_pub.pem
|
|
103
108
|
homepage: http://github.com/djberg96/file-find
|
|
104
109
|
licenses:
|
|
105
|
-
-
|
|
110
|
+
- Apache-2.0
|
|
106
111
|
metadata: {}
|
|
107
112
|
post_install_message:
|
|
108
113
|
rdoc_options: []
|
|
@@ -120,7 +125,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
120
125
|
version: '0'
|
|
121
126
|
requirements: []
|
|
122
127
|
rubyforge_project:
|
|
123
|
-
rubygems_version: 2.
|
|
128
|
+
rubygems_version: 2.7.6
|
|
124
129
|
signing_key:
|
|
125
130
|
specification_version: 4
|
|
126
131
|
summary: A better way to find files
|
metadata.gz.sig
CHANGED
|
Binary file
|