alarmable 1.5.1 → 1.6.0

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: 577dcfa9cb1b37ba1ee9a4025ce045d19f36ae61d371270049310e696c5ee32c
4
- data.tar.gz: 38bccc14a3f155e50d1397a23a3582b7546c0995785b47da3dd8598e83743c4c
3
+ metadata.gz: c8e411de1d7e54a4fd95cb0cc57195f1daa1dc3712fdbf231274385cb0b6a069
4
+ data.tar.gz: dda6db5a35a44c4639a6d55b98a64471440103645da69c8472023a5892159f0b
5
5
  SHA512:
6
- metadata.gz: '087f42cdcbe1e7fcd64b88ef7f8c7ec60607296cc071861974692b3cafbefbfd22943d4432962a6e78dfb7d170d06ae0fae5e32f23d2b4bb082c14b75b1b6049'
7
- data.tar.gz: 36c38cacac483c1a242e2f21fd033d0bdb6e226fbcd452d4596d3aae55c7550340c11cfb7ba643daf43699796f041f6a4bacd0a8c4f5bc954537ea8dbfb0069c
6
+ metadata.gz: d02ed16ba0eda3f67a8935409c0cc5c97cdf6985b53ffbdf11d9a20b115c88c979bb7b06d01855e3bb735c845f19da3c24d689ab92dbedf7e06a7b1e34b8284b
7
+ data.tar.gz: ad905ba914da0f1a46947938608606350941fd2e9c3cf7f0b25832f277f430021a531eb2aa710e1515fbef473b7579de605d1d145f36f85011237dc4d42a9fed
@@ -18,7 +18,7 @@ jobs:
18
18
  strategy:
19
19
  fail-fast: false
20
20
  matrix:
21
- ruby: ['2.7', '3.0']
21
+ ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
22
22
  rails: ['6.1', '7.1']
23
23
  env:
24
24
  BUNDLE_GEMFILE: 'gemfiles/rails_${{ matrix.rails }}.gemfile'
data/CHANGELOG.md CHANGED
@@ -2,13 +2,17 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 1.6.0 (30 January 2025)
6
+
7
+ * Added all versions up to Ruby 3.4 to the CI matrix ([#16](https://github.com/hausgold/alarmable/pull/16))
8
+
5
9
  ### 1.5.1 (17 January 2025)
6
10
 
7
- * Added the logger dependency (#15)
11
+ * Added the logger dependency ([#15](https://github.com/hausgold/alarmable/pull/15))
8
12
 
9
13
  ### 1.5.0 (14 January 2025)
10
14
 
11
- * Switched to Zeitwerk as autoloader (#14)
15
+ * Switched to Zeitwerk as autoloader ([#14](https://github.com/hausgold/alarmable/pull/14))
12
16
 
13
17
  ### 1.4.0 (12 January 2025)
14
18
 
@@ -16,10 +20,10 @@
16
20
 
17
21
  ### 1.3.0 (3 January 2025)
18
22
 
19
- * Upgraded PostgreSQL to 16.4 (#10)
20
- * Upgraded PostgreSQL to 16.6 (#11)
21
- * Upgraded PostgreSQL to 17.2 (#12)
22
- * Raised minimum supported Ruby/Rails version to 2.7/6.1 (#13)
23
+ * Upgraded PostgreSQL to 16.4 ([#10](https://github.com/hausgold/alarmable/pull/10))
24
+ * Upgraded PostgreSQL to 16.6 ([#11](https://github.com/hausgold/alarmable/pull/11))
25
+ * Upgraded PostgreSQL to 17.2 ([#12](https://github.com/hausgold/alarmable/pull/12))
26
+ * Raised minimum supported Ruby/Rails version to 2.7/6.1 ([#13](https://github.com/hausgold/alarmable/pull/13))
23
27
 
24
28
  ### 1.2.4 (15 August 2024)
25
29
 
@@ -35,13 +39,13 @@
35
39
 
36
40
  ### 1.2.1 (9 August 2024)
37
41
 
38
- * Added API docs building to continuous integration (#9)
42
+ * Added API docs building to continuous integration ([#9](https://github.com/hausgold/alarmable/pull/9))
39
43
 
40
44
  ### 1.2.0 (8 July 2024)
41
45
 
42
- * Upgraded to PostgreSQL 15.2 and Redis 7.0 (#5)
43
- * Moved the development dependencies from the gemspec to the Gemfile (#6)
44
- * Dropped support for Ruby <2.7 (#8)
46
+ * Upgraded to PostgreSQL 15.2 and Redis 7.0 ([#5](https://github.com/hausgold/alarmable/pull/5))
47
+ * Moved the development dependencies from the gemspec to the Gemfile ([#6](https://github.com/hausgold/alarmable/pull/6))
48
+ * Dropped support for Ruby <2.7 ([#8](https://github.com/hausgold/alarmable/pull/8))
45
49
 
46
50
  ### 1.1.0 (24 February 2023)
47
51
 
@@ -49,11 +53,11 @@
49
53
 
50
54
  ### 1.0.0 (18 January 2023)
51
55
 
52
- * Bundler >= 2.3 is from now on required as minimal version (#4)
53
- * Dropped support for Ruby < 2.5 (#4)
54
- * Dropped support for Rails < 5.2 (#4)
56
+ * Bundler >= 2.3 is from now on required as minimal version ([#4](https://github.com/hausgold/alarmable/pull/4))
57
+ * Dropped support for Ruby < 2.5 ([#4](https://github.com/hausgold/alarmable/pull/4))
58
+ * Dropped support for Rails < 5.2 ([#4](https://github.com/hausgold/alarmable/pull/4))
55
59
  * Updated all development/runtime gems to their latest
56
- Ruby 2.5 compatible version (#4)
60
+ Ruby 2.5 compatible version ([#4](https://github.com/hausgold/alarmable/pull/4))
57
61
 
58
62
  ### 0.1.2 (15 October 2021)
59
63
 
@@ -68,7 +72,7 @@
68
72
  * Configured simplecov correctly
69
73
  * Switched to SVG project teasers
70
74
  * Dropped support for EOL Ruby 2.2 and added 2.6
71
- * Updated Code Climate configs (#1)
75
+ * Updated Code Climate configs ([#1](https://github.com/hausgold/alarmable/pull/1))
72
76
  * Changed travis-ci.org to travis-ci.com links
73
77
  * Corrected the GNU Make release target
74
78
 
data/alarmable.gemspec CHANGED
@@ -40,6 +40,9 @@ Gem::Specification.new do |spec|
40
40
  spec.add_dependency 'activejob-cancel', '~> 0.3'
41
41
  spec.add_dependency 'activerecord', '>= 6.1'
42
42
  spec.add_dependency 'activesupport', '>= 6.1'
43
+ spec.add_dependency 'base64', '~> 0.2.0'
44
+ spec.add_dependency 'bigdecimal', '~> 3.1'
43
45
  spec.add_dependency 'hashdiff', '~> 1.0'
46
+ spec.add_dependency 'mutex_m', '~> 0.3.0'
44
47
  spec.add_dependency 'zeitwerk', '~> 2.6'
45
48
  end
@@ -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.5.1'
6
+ VERSION = '1.6.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.5.1
4
+ version: 1.6.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-17 00:00:00.000000000 Z
11
+ date: 2025-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activejob
@@ -66,6 +66,34 @@ dependencies:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
68
  version: '6.1'
69
+ - !ruby/object:Gem::Dependency
70
+ name: base64
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - "~>"
74
+ - !ruby/object:Gem::Version
75
+ version: 0.2.0
76
+ type: :runtime
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - "~>"
81
+ - !ruby/object:Gem::Version
82
+ version: 0.2.0
83
+ - !ruby/object:Gem::Dependency
84
+ name: bigdecimal
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '3.1'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '3.1'
69
97
  - !ruby/object:Gem::Dependency
70
98
  name: hashdiff
71
99
  requirement: !ruby/object:Gem::Requirement
@@ -80,6 +108,20 @@ dependencies:
80
108
  - - "~>"
81
109
  - !ruby/object:Gem::Version
82
110
  version: '1.0'
111
+ - !ruby/object:Gem::Dependency
112
+ name: mutex_m
113
+ requirement: !ruby/object:Gem::Requirement
114
+ requirements:
115
+ - - "~>"
116
+ - !ruby/object:Gem::Version
117
+ version: 0.3.0
118
+ type: :runtime
119
+ prerelease: false
120
+ version_requirements: !ruby/object:Gem::Requirement
121
+ requirements:
122
+ - - "~>"
123
+ - !ruby/object:Gem::Version
124
+ version: 0.3.0
83
125
  - !ruby/object:Gem::Dependency
84
126
  name: zeitwerk
85
127
  requirement: !ruby/object:Gem::Requirement
@@ -157,7 +199,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
157
199
  - !ruby/object:Gem::Version
158
200
  version: '0'
159
201
  requirements: []
160
- rubygems_version: 3.3.26
202
+ rubygems_version: 3.4.22
161
203
  signing_key:
162
204
  specification_version: 4
163
205
  summary: A reusable alarm extension to Active Record models