souls 0.67.0 → 0.67.1

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: 1a8a73d2576e7e778ac9c146e667f6a0c6c5b7d60f14d9cd3f87d7a782455da3
4
- data.tar.gz: c6ce668992cb359293852b9e417136d9fd52188e6a2b5c3e33442540856bb827
3
+ metadata.gz: 8b1cc35e46930bdf9481dbc5450ba32d14e041be0641826cdcdb340afe18abf7
4
+ data.tar.gz: '09d19b63cca01f4f80165dcefee75191abdebf2205f6e75e29b7bf01c3cdcdd5'
5
5
  SHA512:
6
- metadata.gz: 40eb1a0cab71929a0fec2e6b51c7b8a0a91258065ad1e2f657657be9432c3699fb85a6c67098237bb3da9271384f8dcb9afd569ddb7ad5e918d869a5fa719c44
7
- data.tar.gz: 62f392d86d935bdb41d8976a322e981bd4ab3d069227fd3f6fd1a82b5ce6e7239a14b2ce5cc71b873d7ede4d70382372b31b7ed3b3db48231c009b04fd070bdc
6
+ metadata.gz: bb8fd42191741c07f62c6235855c9da5668f57b6621edbfba2245cba34b74cc53801711878a056d46ca687606607b67753ebe7010f3d12f212c7ec4c6fa22c1d
7
+ data.tar.gz: 918f0c165ca37bcda8eeb460c60bafcd25f123ee91a0175ee6d027a0477c126490846a5c4a9503e1dc664f030882cca8e314ec2a87e41abc426540393f7c9912
@@ -49,6 +49,8 @@ module Souls
49
49
  end
50
50
  end
51
51
  end
52
+ FileUtils.rm(file_path)
53
+ FileUtils.mv(new_file_path(file_path))
52
54
  end
53
55
 
54
56
  def procfile(worker_name: "mailer", port: 3000)
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.67.0".freeze
2
+ VERSION = "0.67.1".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.46.0
1
+ 0.46.1
@@ -1 +1 @@
1
- 0.46.0
1
+ 0.46.1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: souls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.67.0
4
+ version: 0.67.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI