souls 0.34.1 → 0.34.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11ea0d3d152bfd921a5536ea3a98a693d2e9ba78d6a6fc6a9e4355dc23c51923
4
- data.tar.gz: 7370f5e2720a8969e8ec600ab77b2096eabf623418135c5d7393cc324cafcbe6
3
+ metadata.gz: f1655b2921c5ca02943bb7fd1f02a12e07edfca9c8397106932fa01665cd3bd5
4
+ data.tar.gz: 458400582e204b3aeb7833cd0900d6dc5ab73d159be5f453f0001f24c471ad80
5
5
  SHA512:
6
- metadata.gz: d84214351d9bfdc3f50e8a01a5c0904ff416bb7851c5bb55730cea38fa24ead6173b57abd9346cded335f8648330ab6ec84c478a83061a9ce9378f8455d9eefd
7
- data.tar.gz: 560e3f0e0dc305f684a80fe2b6b3f0b8d993cbafc5ad39f0e5b60b469a1c41fdcdef27cab2ffe5bc0257de8d752265d612787d2d8cbcacda9043ac0f1847366b
6
+ metadata.gz: 100fe2aac8e4b0b62cd3ee6a58e5a849a028d31835b9792cdae953058d1e8801569ecf77f344ad57aadfd901e3c52b9e8f0b7ef2e92fdc9084c1827b65bfa133
7
+ data.tar.gz: 6a3956aba738787b90980ea26dc592d2165234ed2b4561fe24d95b1ec84bd505809649d4c73533d01acbc917187c0ea4933473cb3c24b302e140b5444b64ca82
@@ -43,8 +43,8 @@ module Souls
43
43
  api_file_data = file_diff(Dir["#{api_dir}/*.rb"])
44
44
  worker_file_data = file_diff(Dir["#{worker_dir}/*.rb"])
45
45
 
46
- api_latest_date = Time.parse(api_file_data.max)
47
- worker_latest_date = Time.parse(worker_file_data.max)
46
+ api_latest_date = DateTime.parse(api_file_data.max)
47
+ worker_latest_date = DateTime.parse(worker_file_data.max)
48
48
  end
49
49
 
50
50
  if api_latest_date < worker_latest_date
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.34.1".freeze
2
+ VERSION = "0.34.2".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.13.1
1
+ 0.13.2
@@ -1 +1 @@
1
- 0.13.1
1
+ 0.13.2
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.34.1
4
+ version: 0.34.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI