fileutils 1.6.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/fileutils.rb +1329 -376
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bd9bb18e0c2796f76aaa3913228a54edac666e5130c8649a072d2c9f5304f4ce
4
- data.tar.gz: e61f982bf90db5263eacb09ba03bd8aa0c2bc91c52b54eb0e8de08388955d28d
3
+ metadata.gz: 2d0b2f65c334a82e03ac42af7cf6cd06b483623b480437857141a9df9c015009
4
+ data.tar.gz: 606518f69d4c6f97f7d7825e324d515862a81bd43217c405a28c569513cc68b6
5
5
  SHA512:
6
- metadata.gz: cb8942b3111aec98133788f8088511a90b9eab067a563676ccf348a567504b4ae2b858c0bebb376bdb6bd5847be1e8cd8171a2a8cd654480686c8065846acff6
7
- data.tar.gz: 11e481aff9fd2b505b5b97b6783c4b93fd9509a6f5cac2af20142fea383c92455e36fc7de8de303fd0c49662e27920cea295bd09f6fc029d6c2be3a465cc5a5a
6
+ metadata.gz: f7c816abe3abd75038c84707436dd76b5b084f6db609996d2d080d5f647ebfa8e336b1571cae1e8e5988551da64c3901d0c2e8799873faccaef4a5902454d382
7
+ data.tar.gz: 1035e6b4ed595b421d8771c783676ddee374db565da0e49922f782de9699dc66033d8a16617c1180186019263ff59fe4ad59cb22c9fc6cfd46117348c5236088
data/README.md CHANGED
@@ -31,7 +31,7 @@ FileUtils.pwd
31
31
  # => "/usr/bin"
32
32
  ```
33
33
 
34
- You can find a full method list in the [documentation](https://ruby-doc.org/stdlib/libdoc/fileutils/rdoc/FileUtils.html).
34
+ You can find a full method list in the [documentation](https://docs.ruby-lang.org/en/master/FileUtils.html).
35
35
 
36
36
  ## Contributing
37
37