file-find 0.3.9 → 0.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/{CHANGES → CHANGES.rdoc} +16 -0
- data/LICENSE +177 -0
- data/{MANIFEST → MANIFEST.rdoc} +1 -0
- data/README.rdoc +108 -0
- data/certs/djberg96_pub.pem +22 -17
- data/file-find.gemspec +12 -3
- data/lib/file/find.rb +8 -4
- data/test/test_file_find.rb +23 -1
- metadata +45 -34
- metadata.gz.sig +0 -0
- data/README +0 -103
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: d99bb72ba56fc51995a186e6f06869318c1f29b1965d49d8aa42853aa341bf57
|
4
|
+
data.tar.gz: c04db8e76c5a4ab4f953a373a6d089379cf4f99064ec18883a70ed7db1d82963
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bac0f7a26c507ae51dd15a19611bb0af91f43a93a717cf32a0c6787b244abb4680b8b12372525b51635696a4aa2c11f312107c1374c16f5f891c7d53cba111d8
|
7
|
+
data.tar.gz: d27462d46d37ad567c9d7eaa29cadd7962e08066850d75a4b35983feb0a81a03ad63e224b10348099da0ffe74992b4604a576099dd1fde4f81f401d678d9baf5
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/{CHANGES → CHANGES.rdoc}
RENAMED
@@ -1,3 +1,19 @@
|
|
1
|
+
== 0.4.3 - 8-Jun-2020
|
2
|
+
* Fixed a bug with ELOOP handling. Thanks go to joast for the spot and fix.
|
3
|
+
|
4
|
+
== 0.4.2 - 6-May-2020
|
5
|
+
* Added LICENSE file as required by the Apache-2.0 license.
|
6
|
+
|
7
|
+
== 0.4.1 - 23-Jan-2019
|
8
|
+
* Added metadata to the gemspec.
|
9
|
+
|
10
|
+
== 0.4.0 - 26-Dec-2018
|
11
|
+
* License changed to Apache-2.0.
|
12
|
+
* Fixed a bug where mindepth and maxdepth would break if more than one
|
13
|
+
path was specified as part of the rule. Thanks go to flagos for the spot.
|
14
|
+
* The VERSION constant is now frozen.
|
15
|
+
* The cert has been updated.
|
16
|
+
|
1
17
|
== 0.3.9 - 16-Dec-2015
|
2
18
|
* This gem is now signed.
|
3
19
|
* Added a file-find.rb file for convenience.
|
data/LICENSE
ADDED
@@ -0,0 +1,177 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
data/{MANIFEST → MANIFEST.rdoc}
RENAMED
data/README.rdoc
ADDED
@@ -0,0 +1,108 @@
|
|
1
|
+
= Description
|
2
|
+
|
3
|
+
This is a drop-in replacement for the find module currently in the standard
|
4
|
+
library. It is modeled on a typical 'find' command found on most Unix systems.
|
5
|
+
|
6
|
+
= Installation
|
7
|
+
|
8
|
+
gem install file-find
|
9
|
+
|
10
|
+
= Synopsis
|
11
|
+
|
12
|
+
require 'file/find'
|
13
|
+
|
14
|
+
rule = File::Find.new(
|
15
|
+
:pattern => "*.rb",
|
16
|
+
:follow => false,
|
17
|
+
:path => ['/usr/local/lib', '/opt/local/lib']
|
18
|
+
)
|
19
|
+
|
20
|
+
rule.find{ |f|
|
21
|
+
puts f
|
22
|
+
}
|
23
|
+
|
24
|
+
= Rationale
|
25
|
+
|
26
|
+
The current find module in the standard library is inadequate. It is, quite
|
27
|
+
frankly, not much more than a plain Dir.glob call. This library provides an
|
28
|
+
interface based on options typically available on your command line 'find'
|
29
|
+
command, thus allowing you much greater control over how you find your files.
|
30
|
+
|
31
|
+
= Options
|
32
|
+
|
33
|
+
* atime
|
34
|
+
* ctime
|
35
|
+
* follow
|
36
|
+
* ftype
|
37
|
+
* inum
|
38
|
+
* group (name or id)
|
39
|
+
* maxdepth
|
40
|
+
* mindepth
|
41
|
+
* mount
|
42
|
+
* mtime
|
43
|
+
* name (or 'pattern')
|
44
|
+
* path
|
45
|
+
* perm
|
46
|
+
* prune
|
47
|
+
* size
|
48
|
+
* user (name or id)
|
49
|
+
|
50
|
+
In addition to the above options, FileTest methods such as 'readable?' and
|
51
|
+
'writable?' may be used as keys, with true or false for their values.
|
52
|
+
|
53
|
+
See the RDoc documentation for more details about these options.
|
54
|
+
|
55
|
+
= Future Plans
|
56
|
+
|
57
|
+
None at this time. Please log any feature requests on the project page at:
|
58
|
+
|
59
|
+
http://github.com/djberg96/file-find
|
60
|
+
|
61
|
+
= Options I won't support
|
62
|
+
|
63
|
+
Generally speaking, anything that would require mucking around with C code
|
64
|
+
or is just too difficult to implement in a cross platform manner will not be
|
65
|
+
supported. These include the following options:
|
66
|
+
|
67
|
+
* acl/xattr - Way too difficult to implement in a cross platform manner, and
|
68
|
+
a rarely used option in practice.
|
69
|
+
|
70
|
+
* cpio/ncpio - I will not shell out to this or any other 3rd party
|
71
|
+
application.
|
72
|
+
|
73
|
+
* ls/print - Use Ruby's builtin printing methods to print as you see fit.
|
74
|
+
|
75
|
+
* ok - This is not interactive software.
|
76
|
+
|
77
|
+
= Known Issues
|
78
|
+
|
79
|
+
The :perm option is limited to 0644 and 0444 on MS Windows.
|
80
|
+
|
81
|
+
The :user, :group, and :inum options require the win32-file gem to work
|
82
|
+
properly on MS Windows. However, it is not officially a dependency.
|
83
|
+
|
84
|
+
= Bugs
|
85
|
+
|
86
|
+
None that I'm aware of beyond the ones mentioned in the Known Issues. Please
|
87
|
+
log any bug reports on the project page at:
|
88
|
+
|
89
|
+
http://github.com/djberg96/file-find
|
90
|
+
|
91
|
+
= Acknowledgements
|
92
|
+
|
93
|
+
* Richard Clamp's File::Find::Rule Perl module for additional ideas and
|
94
|
+
inspiration.
|
95
|
+
* Bill Kleb for ideas regarding name, group and perm enhancements.
|
96
|
+
* Hal Fulton for his implementation of symbolic permissions.
|
97
|
+
|
98
|
+
= License
|
99
|
+
|
100
|
+
Apache-2.0
|
101
|
+
|
102
|
+
= Copyright
|
103
|
+
|
104
|
+
(C) 2007-2020, Daniel J. Berger, All Rights Reserved
|
105
|
+
|
106
|
+
= Author
|
107
|
+
|
108
|
+
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.4'
|
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'
|
@@ -12,7 +12,16 @@ Gem::Specification.new do |spec|
|
|
12
12
|
spec.files = Dir['**/*'].reject{ |f| f.include?('git') }
|
13
13
|
spec.cert_chain = Dir['certs/*']
|
14
14
|
|
15
|
-
spec.extra_rdoc_files = ['README', 'CHANGES', 'MANIFEST']
|
15
|
+
spec.extra_rdoc_files = ['README.rdoc', 'CHANGES.rdoc', 'MANIFEST.rdoc']
|
16
|
+
|
17
|
+
spec.metadata = {
|
18
|
+
'homepage_uri' => 'https://github.com/djberg96/file-find',
|
19
|
+
'bug_tracker_uri' => 'https://github.com/djberg96/file-find/issues',
|
20
|
+
'changelog_uri' => 'https://github.com/djberg96/file-find/blob/master/CHANGES',
|
21
|
+
'documentation_uri' => 'https://github.com/djberg96/file-find/wiki',
|
22
|
+
'source_code_uri' => 'https://github.com/djberg96/file-find',
|
23
|
+
'wiki_uri' => 'https://github.com/djberg96/file-find/wiki'
|
24
|
+
}
|
16
25
|
|
17
26
|
spec.add_dependency('sys-admin', '>= 1.6.0')
|
18
27
|
spec.add_development_dependency('test-unit')
|
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.4'.freeze
|
13
13
|
|
14
14
|
# :stopdoc:
|
15
15
|
VALID_OPTIONS = %w[
|
@@ -235,8 +235,10 @@ class File::Find
|
|
235
235
|
rescue Errno::ENOENT, Errno::EACCES
|
236
236
|
next
|
237
237
|
rescue Errno::ELOOP
|
238
|
-
stat_method
|
239
|
-
|
238
|
+
if stat_method.to_s != 'lstat'
|
239
|
+
stat_method = :lstat # Handle recursive symlinks
|
240
|
+
retry
|
241
|
+
end
|
240
242
|
end
|
241
243
|
|
242
244
|
# We need to escape any brackets in the directory name.
|
@@ -258,7 +260,9 @@ class File::Find
|
|
258
260
|
|
259
261
|
if @maxdepth || @mindepth
|
260
262
|
file_depth = file.split(File::SEPARATOR).length
|
261
|
-
|
263
|
+
current_base_path = [@path].flatten.find{ |tpath| file.include?(tpath) }
|
264
|
+
path_depth = current_base_path.split(File::SEPARATOR).length
|
265
|
+
|
262
266
|
depth = file_depth - path_depth
|
263
267
|
|
264
268
|
if @maxdepth && (depth > @maxdepth)
|
data/test/test_file_find.rb
CHANGED
@@ -8,6 +8,7 @@ require 'test-unit'
|
|
8
8
|
require 'fileutils'
|
9
9
|
require 'file/find'
|
10
10
|
require 'sys/admin'
|
11
|
+
require 'tmpdir'
|
11
12
|
|
12
13
|
if File::ALT_SEPARATOR
|
13
14
|
require 'win32/file'
|
@@ -68,7 +69,8 @@ class TC_File_Find < Test::Unit::TestCase
|
|
68
69
|
end
|
69
70
|
|
70
71
|
test "version constant is set to expected value" do
|
71
|
-
assert_equal('0.
|
72
|
+
assert_equal('0.4.4', File::Find::VERSION)
|
73
|
+
assert_true(File::Find::VERSION.frozen?)
|
72
74
|
end
|
73
75
|
|
74
76
|
test "path accessor basic functionality" do
|
@@ -537,6 +539,26 @@ class TC_File_Find < Test::Unit::TestCase
|
|
537
539
|
assert_raise(ArgumentError){ File::Find.new(:bogus? => true) }
|
538
540
|
end
|
539
541
|
|
542
|
+
# TODO: Update test for Windows
|
543
|
+
test 'eloop handling works as expected' do
|
544
|
+
omit_if(@@windows, 'eloop handling test skipped on MS Windows')
|
545
|
+
|
546
|
+
begin
|
547
|
+
dir_eloop = ::Dir.mktmpdir
|
548
|
+
|
549
|
+
Dir.chdir(dir_eloop) do
|
550
|
+
File.symlink('eloop0', 'eloop1')
|
551
|
+
File.symlink('eloop1', 'eloop0')
|
552
|
+
expecting = ['./eloop0', './eloop1']
|
553
|
+
|
554
|
+
results = File::Find.new(:path => '.', :follow => true).find
|
555
|
+
assert_equal(expecting, results.sort)
|
556
|
+
end
|
557
|
+
ensure
|
558
|
+
rm_rf(dir_eloop)
|
559
|
+
end
|
560
|
+
end
|
561
|
+
|
540
562
|
def teardown
|
541
563
|
rm_rf(@file_rb)
|
542
564
|
rm_rf(@file_txt1)
|
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.4
|
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:
|
34
39
|
dependencies:
|
35
40
|
- !ruby/object:Gem::Dependency
|
36
41
|
name: sys-admin
|
@@ -83,27 +88,34 @@ email: djberg96@gmail.com
|
|
83
88
|
executables: []
|
84
89
|
extensions: []
|
85
90
|
extra_rdoc_files:
|
86
|
-
- README
|
87
|
-
- CHANGES
|
88
|
-
- MANIFEST
|
91
|
+
- README.rdoc
|
92
|
+
- CHANGES.rdoc
|
93
|
+
- MANIFEST.rdoc
|
89
94
|
files:
|
95
|
+
- LICENSE
|
96
|
+
- test
|
97
|
+
- test/test_file_find.rb
|
98
|
+
- file-find.gemspec
|
99
|
+
- Rakefile
|
90
100
|
- certs
|
91
101
|
- certs/djberg96_pub.pem
|
92
|
-
- CHANGES
|
93
|
-
- file-find.gemspec
|
94
102
|
- lib
|
103
|
+
- lib/file-find.rb
|
95
104
|
- lib/file
|
96
105
|
- lib/file/find.rb
|
97
|
-
-
|
98
|
-
- MANIFEST
|
99
|
-
-
|
100
|
-
- README
|
101
|
-
- test
|
102
|
-
- test/test_file_find.rb
|
106
|
+
- CHANGES.rdoc
|
107
|
+
- MANIFEST.rdoc
|
108
|
+
- README.rdoc
|
103
109
|
homepage: http://github.com/djberg96/file-find
|
104
110
|
licenses:
|
105
|
-
-
|
106
|
-
metadata:
|
111
|
+
- Apache-2.0
|
112
|
+
metadata:
|
113
|
+
homepage_uri: https://github.com/djberg96/file-find
|
114
|
+
bug_tracker_uri: https://github.com/djberg96/file-find/issues
|
115
|
+
changelog_uri: https://github.com/djberg96/file-find/blob/master/CHANGES
|
116
|
+
documentation_uri: https://github.com/djberg96/file-find/wiki
|
117
|
+
source_code_uri: https://github.com/djberg96/file-find
|
118
|
+
wiki_uri: https://github.com/djberg96/file-find/wiki
|
107
119
|
post_install_message:
|
108
120
|
rdoc_options: []
|
109
121
|
require_paths:
|
@@ -119,8 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
119
131
|
- !ruby/object:Gem::Version
|
120
132
|
version: '0'
|
121
133
|
requirements: []
|
122
|
-
|
123
|
-
rubygems_version: 2.5.1
|
134
|
+
rubygems_version: 3.1.4
|
124
135
|
signing_key:
|
125
136
|
specification_version: 4
|
126
137
|
summary: A better way to find files
|
metadata.gz.sig
CHANGED
Binary file
|
data/README
DELETED
@@ -1,103 +0,0 @@
|
|
1
|
-
= Description
|
2
|
-
This is a drop-in replacement for the find module currently in the standard
|
3
|
-
library. It is modeled on a typical 'find' command found on most Unix systems.
|
4
|
-
|
5
|
-
= Installation
|
6
|
-
|
7
|
-
gem install file-find
|
8
|
-
|
9
|
-
= Synopsis
|
10
|
-
require 'file/find'
|
11
|
-
|
12
|
-
rule = File::Find.new(
|
13
|
-
:pattern => "*.rb",
|
14
|
-
:follow => false,
|
15
|
-
:path => ['/usr/local/lib', '/opt/local/lib']
|
16
|
-
)
|
17
|
-
|
18
|
-
rule.find{ |f|
|
19
|
-
puts f
|
20
|
-
}
|
21
|
-
|
22
|
-
= Rationale
|
23
|
-
The current find module in the standard library is inadequate. It is, quite
|
24
|
-
frankly, not much more than a plain Dir.glob call. This library provides an
|
25
|
-
interface based on options typically available on your command line 'find'
|
26
|
-
command, thus allowing you much greater control over how you find your files.
|
27
|
-
|
28
|
-
= Options
|
29
|
-
* atime
|
30
|
-
* ctime
|
31
|
-
* follow
|
32
|
-
* ftype
|
33
|
-
* inum
|
34
|
-
* group (name or id)
|
35
|
-
* maxdepth
|
36
|
-
* mindepth
|
37
|
-
* mount
|
38
|
-
* mtime
|
39
|
-
* name (or 'pattern')
|
40
|
-
* path
|
41
|
-
* perm
|
42
|
-
* prune
|
43
|
-
* size
|
44
|
-
* user (name or id)
|
45
|
-
|
46
|
-
In addition to the above options, FileTest methods such as 'readable?' and
|
47
|
-
'writable?' may be used as keys, with true or false for their values.
|
48
|
-
|
49
|
-
See the RDoc documentation for more details about these options.
|
50
|
-
|
51
|
-
= Future Plans
|
52
|
-
None at this time. Please log any feature requests on the project page at:
|
53
|
-
|
54
|
-
http://github.com/djberg96/file-find
|
55
|
-
|
56
|
-
= Options I won't support
|
57
|
-
Generally speaking, anything that would require mucking around with C code
|
58
|
-
or is just too difficult to implement in a cross platform manner will not be
|
59
|
-
supported. These include the following options:
|
60
|
-
|
61
|
-
* acl/xattr - Way too difficult to implement in a cross platform manner, and
|
62
|
-
a rarely used option in practice.
|
63
|
-
|
64
|
-
* cpio/ncpio - I will not shell out to this or any other 3rd party
|
65
|
-
application.
|
66
|
-
|
67
|
-
* ls/print - Use Ruby's builtin printing methods to print as you see fit.
|
68
|
-
|
69
|
-
* ok - This is not interactive software.
|
70
|
-
|
71
|
-
= Known Issues
|
72
|
-
The mindepth and maxdepth options do not work for more than 1 path.
|
73
|
-
|
74
|
-
The :perm option is limited to 0644 and 0444 on MS Windows.
|
75
|
-
|
76
|
-
The :user, :group, and :inum options require the win32-file gem to work
|
77
|
-
properly on MS Windows. However, it is not officially a dependency.
|
78
|
-
|
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
|
-
= Bugs
|
85
|
-
None that I'm aware of beyond the ones mentioned in the Known Issues. Please
|
86
|
-
log any bug reports on the project page at:
|
87
|
-
|
88
|
-
http://github.com/djberg96/file-find
|
89
|
-
|
90
|
-
= Acknowledgements
|
91
|
-
* Richard Clamp's File::Find::Rule Perl module for additional ideas and
|
92
|
-
inspiration.
|
93
|
-
* Bill Kleb for ideas regarding name, group and perm enhancements.
|
94
|
-
* Hal Fulton for his implementation of symbolic permissions.
|
95
|
-
|
96
|
-
= License
|
97
|
-
Artistic 2.0
|
98
|
-
|
99
|
-
= Copyright
|
100
|
-
(C) 2007-2015, Daniel J. Berger, All Rights Reserved
|
101
|
-
|
102
|
-
= Author
|
103
|
-
Daniel J. Berger
|