YkLib 0.1.2 → 0.1.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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/Yk/file_aux.rb +1 -4
- data/lib/YkLib/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f0681f36daa66b0c1d5eee8b5422c7179674cc0085b2d8c5fb81af231d78a0ba
|
|
4
|
+
data.tar.gz: 84e9f54c3368f17dca730debeac8f7ba21913b613fc4aec2bac30ca613f2e825
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8861c01f4aa19c9f7e4af51cefc19e19b4a9c53344cad1d014991fe86990b257abe2625ebe0b860f2cbdce7c3bc2e89af832ffff50df9d2fcee29116723198cf
|
|
7
|
+
data.tar.gz: 64092aef02688a49c2a407f05aac9e6a1e8d894f1fb7006eb6ae3ba49313bb18f8c2bc7cffa78e4408b4cf1c2fe77ce4eae9d7c3e156080ff973d07aaa587301
|
data/Gemfile.lock
CHANGED
data/lib/Yk/file_aux.rb
CHANGED
|
@@ -390,9 +390,6 @@ class File
|
|
|
390
390
|
def self.lexist? (arg)
|
|
391
391
|
File.symlink?(arg) || File.exist?(arg)
|
|
392
392
|
end
|
|
393
|
-
def self.exist? (arg)
|
|
394
|
-
File.symlink?(arg) || File.exist?(arg)
|
|
395
|
-
end
|
|
396
393
|
def self.lmtime (arg)
|
|
397
394
|
File.lstat(arg).mtime
|
|
398
395
|
end
|
|
@@ -596,7 +593,7 @@ module FileUtils
|
|
|
596
593
|
class Entry_
|
|
597
594
|
begin
|
|
598
595
|
begin
|
|
599
|
-
File.lchmod(
|
|
596
|
+
File.lchmod(0555, "/")
|
|
600
597
|
rescue NotImplementedError
|
|
601
598
|
def File.lchmod (*args)
|
|
602
599
|
end
|
data/lib/YkLib/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: YkLib
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- yougain
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-02-
|
|
11
|
+
date: 2023-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Yk support library
|
|
14
14
|
email:
|