immosquare-cleaner 0.1.99 → 0.1.100
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/bin/immosquare-cleaner +1 -1
- data/lib/immosquare-cleaner/version.rb +1 -1
- data/linters/rubocop-3.4.1.yml +4 -4
- data/linters/rubocop-4.0.0.yml +4 -4
- data/linters/rubocop-4.0.1.yml +4 -4
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 324a42a5ed05dbe121f64e70830e45256dfb487c9d46770b8d7966b0305029cb
|
|
4
|
+
data.tar.gz: 13068735b1de6eb9e780bcac325df9eb7d8aa63ddeec43371c611ca516fbfa6c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b950416777f5646c0040bbf9fc57976f48203aea11a4dac485d00d874ac605df2df41de0651b9f1522871fa6642ed1f5d97560941821b7508b48899513d10d7f
|
|
7
|
+
data.tar.gz: e80fc90a41c7d5322bd1ece1fb2d2694e669821d056792ab8ea287a66c6863b690eda6cb0896abe86b4c81918bb6dec57136a0f87a2c9b5ddcc637322ee86305
|
data/bin/immosquare-cleaner
CHANGED
|
@@ -82,7 +82,7 @@ if options[:prevent_concurrent_write]
|
|
|
82
82
|
## - else, erase the original file with the cleaned one
|
|
83
83
|
##============================================================##
|
|
84
84
|
sleep(2)
|
|
85
|
-
before
|
|
85
|
+
before = Digest::MD5.file(file_path)
|
|
86
86
|
temp_path = "/tmp/#{file_path}"
|
|
87
87
|
FileUtils.mkdir_p(File.dirname(temp_path))
|
|
88
88
|
FileUtils.copy(file_path, temp_path)
|
data/linters/rubocop-3.4.1.yml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
require:
|
|
3
|
-
-
|
|
4
|
-
-
|
|
5
|
-
-
|
|
6
|
-
-
|
|
3
|
+
- rubocop/cop/style/method_call_with_args_parentheses_override
|
|
4
|
+
- rubocop/cop/custom_cops/style/comment_normalization
|
|
5
|
+
- rubocop/cop/custom_cops/style/font_awesome_normalization
|
|
6
|
+
- rubocop/cop/custom_cops/style/align_assignments
|
|
7
7
|
AllCops:
|
|
8
8
|
NewCops: enable
|
|
9
9
|
EnabledByDefault: false
|
data/linters/rubocop-4.0.0.yml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
require:
|
|
3
|
-
-
|
|
4
|
-
-
|
|
5
|
-
-
|
|
6
|
-
-
|
|
3
|
+
- rubocop/cop/style/method_call_with_args_parentheses_override
|
|
4
|
+
- rubocop/cop/custom_cops/style/comment_normalization
|
|
5
|
+
- rubocop/cop/custom_cops/style/font_awesome_normalization
|
|
6
|
+
- rubocop/cop/custom_cops/style/align_assignments
|
|
7
7
|
AllCops:
|
|
8
8
|
NewCops: enable
|
|
9
9
|
EnabledByDefault: false
|
data/linters/rubocop-4.0.1.yml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
require:
|
|
3
|
-
-
|
|
4
|
-
-
|
|
5
|
-
-
|
|
6
|
-
-
|
|
3
|
+
- rubocop/cop/style/method_call_with_args_parentheses_override
|
|
4
|
+
- rubocop/cop/custom_cops/style/comment_normalization
|
|
5
|
+
- rubocop/cop/custom_cops/style/font_awesome_normalization
|
|
6
|
+
- rubocop/cop/custom_cops/style/align_assignments
|
|
7
7
|
AllCops:
|
|
8
8
|
NewCops: enable
|
|
9
9
|
EnabledByDefault: false
|