alarmable 1.3.0 → 1.4.0

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: b69a817140bec2ae3fb6223e643420bc713d031de4162ee5c26c4fa259ef95da
4
- data.tar.gz: 1924474077d295072982fefdca70f113c16d4eaf8813b69d2a2c18473eca5901
3
+ metadata.gz: 488b705d3ad253dd224c5918b1e3d4cc9485883e03a58484c20284c195e846b4
4
+ data.tar.gz: f6e9a9187839493404543e12cb16a5108d7a602cd89365e0b543559e24e93c76
5
5
  SHA512:
6
- metadata.gz: 47745ca8d730bb4b9996347b1f3368b2dfc6c3aa3ce7b74d66389e58fa659a13f8fed02a14b13ed7f3c8a374267fdd75a563cbf39ea836e5d15c39cae4d8f9e5
7
- data.tar.gz: af0597e8a91e2e9821c098fba9ebc94f01788974bc00cd9c3bf228cdc883819b6754c2f52fb984e9eeee47007fa9780a3ee7bcc5e546e2b3c9535bd959f93e30
6
+ metadata.gz: c3415ce0216a968361d899b1d5c348430915f6e3cea437bf919958ed969a92566a9159314afcbf556c3ef9df0deb94538ed84db6f1063b9732c6a496735aed7b
7
+ data.tar.gz: 8a1383152dca9d66814529f676d205511f3d3bcd3c8b3975303bf2781a9be240d3695ef64e11541e3cd00f674dfa14789e699c17519fab968fe335b7608b7dfb
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 1.4.0 (12 January 2025)
6
+
7
+ * TODO: Replace this bullet point with an actual description of a change.
8
+
5
9
  ### 1.3.0 (3 January 2025)
6
10
 
7
11
  * Upgraded PostgreSQL to 16.4 (#10)
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Alarmable
5
5
  # The version of the +alarmable+ gem
6
- VERSION = '1.3.0'
6
+ VERSION = '1.4.0'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alarmable
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-01-03 00:00:00.000000000 Z
11
+ date: 2025-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activejob