alarmable 1.2.2 → 1.2.4

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: 183278266f609aebc3ab19298ba620d451614677d3b79ddda45a4180e8ea590f
4
- data.tar.gz: 0adef22cf95c1a1856042ff22acd49eb645c251df089ba470221c30de77959e4
3
+ metadata.gz: 8354de74580b575b8ecfa83f99ed7306ee8b0ba1e19c122108b0ab8c462376f1
4
+ data.tar.gz: 0aababadc551fb3ef5ebb5d914aa09f8fd0a4d9916bfdf5941c52c5cbb669554
5
5
  SHA512:
6
- metadata.gz: 7f4d5330cf8ff1d53f5768eb7d99aab6ec9789069a315ba89ec6786ed27c158d5d93ed2a081e0a8701a7759c5cd2752a5c90108868d482ba1b5639fda6f093e2
7
- data.tar.gz: 1ed84d2935d69128f6047ca2dae8a5925cbc165d31cd834c00dcf8eca62e772850f4f58af1a9f69130e90830ba4fc5ec9c557605a07dc30564be49099040f6ab
6
+ metadata.gz: 34a231a560ae1906f0a38fef611773e883cb72dda2555e6d2701acd8bf8d2dd42b10246d8e125a71525a30c4091e5bd10187537efa78a1f666f5c906973696f9
7
+ data.tar.gz: fc9eb870aca64ce12d976dd96b27c6b32ef7ba59d8f191d3100cb2da3da406432e7c27c04d37a9aa855aa0f615c3b817d4d9898744b611052a27f943225f60d2
data/.yardopts CHANGED
@@ -3,4 +3,4 @@
3
3
  --markup=rdoc
4
4
  -
5
5
  README.md
6
- lib/**/*.rb
6
+ doc/examples/**/*.rb
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 1.2.4
6
+
7
+ * Just a retag of 1.2.1
8
+
9
+ ### 1.2.3
10
+
11
+ * Just a retag of 1.2.1
12
+
5
13
  ### 1.2.2
6
14
 
7
15
  * Just a retag of 1.2.1
data/Makefile CHANGED
@@ -157,8 +157,14 @@ shell-irb:
157
157
 
158
158
  docs:
159
159
  # Build the API documentation
160
+ @$(RM) -rf doc/api
160
161
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
161
162
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
163
+ @$(MKDIR) -p doc/api/doc doc/api/assets
164
+ @$(CP) -ar doc/assets doc/api/doc
165
+ @$(CP) -ar doc/assets/* doc/api/assets
166
+ #
167
+ # Docs: file://$(abspath doc/api)/index.html
162
168
 
163
169
  notes:
164
170
  # Print the code statistics (library and test suite)
@@ -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.2.2'
6
+ VERSION = '1.2.4'
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.2.2
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-08-09 00:00:00.000000000 Z
11
+ date: 2024-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activejob