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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae82690134b5edc536e8d6e8a0b77540c20508fe8a6f920101da4c8e13e87c76
4
- data.tar.gz: d00dd9e2f86c5e48a6a3fe671c1c100b062262944bd583b2f761ffd6bcda1ae2
3
+ metadata.gz: 324a42a5ed05dbe121f64e70830e45256dfb487c9d46770b8d7966b0305029cb
4
+ data.tar.gz: 13068735b1de6eb9e780bcac325df9eb7d8aa63ddeec43371c611ca516fbfa6c
5
5
  SHA512:
6
- metadata.gz: 81437203bdc18095da71e6bd498c5a9e2aeba2e4b4ab5cc2df0599beba257246bf6872e02e822fe47505569d74cac469bc48e7d55f07550d17d8f9c04ce395fb
7
- data.tar.gz: f9d969bd127a229097d177cc7e602d5958b7166bda3811e2e1e53b8ed11a08d60d09d164149f567a779bd6eaa9f3678429813e819fb4c76ca6c0b4f0ea3411d5
6
+ metadata.gz: b950416777f5646c0040bbf9fc57976f48203aea11a4dac485d00d874ac605df2df41de0651b9f1522871fa6642ed1f5d97560941821b7508b48899513d10d7f
7
+ data.tar.gz: e80fc90a41c7d5322bd1ece1fb2d2694e669821d056792ab8ea287a66c6863b690eda6cb0896abe86b4c81918bb6dec57136a0f87a2c9b5ddcc637322ee86305
@@ -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 = Digest::MD5.file(file_path)
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)
@@ -1,3 +1,3 @@
1
1
  module ImmosquareCleaner
2
- VERSION = "0.1.99".freeze
2
+ VERSION = "0.1.100".freeze
3
3
  end
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  require:
3
- - /Users/olivier/Sites/gems/immosquare-cleaner/linters/rubocop/cop/style/method_call_with_args_parentheses_override
4
- - /Users/olivier/Sites/gems/immosquare-cleaner/linters/rubocop/cop/custom_cops/style/comment_normalization
5
- - /Users/olivier/Sites/gems/immosquare-cleaner/linters/rubocop/cop/custom_cops/style/font_awesome_normalization
6
- - /Users/olivier/Sites/gems/immosquare-cleaner/linters/rubocop/cop/custom_cops/style/align_assignments
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
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  require:
3
- - /Users/olivier/Sites/gems/immosquare-cleaner/linters/rubocop/cop/style/method_call_with_args_parentheses_override
4
- - /Users/olivier/Sites/gems/immosquare-cleaner/linters/rubocop/cop/custom_cops/style/comment_normalization
5
- - /Users/olivier/Sites/gems/immosquare-cleaner/linters/rubocop/cop/custom_cops/style/font_awesome_normalization
6
- - /Users/olivier/Sites/gems/immosquare-cleaner/linters/rubocop/cop/custom_cops/style/align_assignments
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
@@ -1,9 +1,9 @@
1
1
  ---
2
2
  require:
3
- - /Users/olivier/Sites/gems/immosquare-cleaner/linters/rubocop/cop/style/method_call_with_args_parentheses_override
4
- - /Users/olivier/Sites/gems/immosquare-cleaner/linters/rubocop/cop/custom_cops/style/comment_normalization
5
- - /Users/olivier/Sites/gems/immosquare-cleaner/linters/rubocop/cop/custom_cops/style/font_awesome_normalization
6
- - /Users/olivier/Sites/gems/immosquare-cleaner/linters/rubocop/cop/custom_cops/style/align_assignments
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
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: immosquare-cleaner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.99
4
+ version: 0.1.100
5
5
  platform: ruby
6
6
  authors:
7
7
  - immosquare