puma-redeploy 0.4.0 → 0.4.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: d6edbb8fa181e9de57382d871f38d81d2a905cd24a138dd2479f5f4b09a39e04
4
- data.tar.gz: b39412cc34c1c7c417e73d4b6c938022c187f4d623d8efd45e2c8c066246eee9
3
+ metadata.gz: e169bb626da9c5e902dcab601274ff12463346bfb8eea5efc7bafa2950e96cac
4
+ data.tar.gz: 6a15c8d7a7f403ab49b633f5ce9d96dd23e61eb1f1d3327ccee2241097e60578
5
5
  SHA512:
6
- metadata.gz: 0523cf96ee296d6e3ca47795f56c5d7de9f513741141d6d8d3447dca2b6323924b17ad437a64536e20ded566dc5948100a7bf1f4e1291ad307b56953d31f47dc
7
- data.tar.gz: 3ede12f21e140f29d69abe27e4b1bfe16394a8c4aa585cbe0722c8a857a41043e52c3fb431cc2b21711562de28ad2b5267f80a9f4f7d6cb9fba76f19a71dda7a
6
+ metadata.gz: 34992846409fff5f842402b533de687ac523defaef84c687257d6894cd24ec80727181f23ca82fd96f34d5823b4f41049c32be0ee74a0bbb8b2c716b4b277b40
7
+ data.tar.gz: 66f1bf3e0cb9a754bb7e8e5fe3e11f6aee146df3ab725385260b1a08e59dc6f9b74ff3feb266418a712c7e71b79f83a3b61d8bd8a574f5b1b017ff00ae959519
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## v0.4.1
4
+
5
+ **Fixes:**
6
+
7
+ - Fix issue when watch file is initially missing
8
+
3
9
  ## v0.4.0
4
10
 
5
11
  **Fixes and enhancements:**
@@ -32,6 +32,8 @@ module Puma
32
32
 
33
33
  # old style where the file contains only the archive location
34
34
  { commands: [], archive_location: results }
35
+ rescue StandardError
36
+ {}
35
37
  end
36
38
 
37
39
  private
@@ -21,6 +21,7 @@ module Puma
21
21
  File.read(watch_file).strip
22
22
  rescue StandardError => e
23
23
  logger.warn "Error reading watch file #{watch_file}. Error:#{e.message}"
24
+ nil
24
25
  end
25
26
 
26
27
  def touched_at
@@ -49,6 +49,7 @@ module Puma
49
49
  object.body.read.strip
50
50
  rescue StandardError => e
51
51
  logger.warn "Error reading watch file #{bucket_name}/#{object_key}. Error:#{e.message}"
52
+ nil
52
53
  end
53
54
 
54
55
  def touched_at
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Puma
4
4
  module Redeploy
5
- VERSION = '0.4.0'
5
+ VERSION = '0.4.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puma-redeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - tbeauvais
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-10 00:00:00.000000000 Z
11
+ date: 2024-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-s3