alarmable 1.2.2 → 1.2.3

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: 183278266f609aebc3ab19298ba620d451614677d3b79ddda45a4180e8ea590f
4
- data.tar.gz: 0adef22cf95c1a1856042ff22acd49eb645c251df089ba470221c30de77959e4
3
+ metadata.gz: 9b07f76eddd126bfd81bcd737d35cbcd55e2544062f2a2bde71d82a6b9cd7059
4
+ data.tar.gz: bcd37253078dabc13fe3ce90aeab64f2c073b85368352af98f80485d43db73f8
5
5
  SHA512:
6
- metadata.gz: 7f4d5330cf8ff1d53f5768eb7d99aab6ec9789069a315ba89ec6786ed27c158d5d93ed2a081e0a8701a7759c5cd2752a5c90108868d482ba1b5639fda6f093e2
7
- data.tar.gz: 1ed84d2935d69128f6047ca2dae8a5925cbc165d31cd834c00dcf8eca62e772850f4f58af1a9f69130e90830ba4fc5ec9c557605a07dc30564be49099040f6ab
6
+ metadata.gz: 2d1d386b75d969534def5345f84c47d7b4df9b98c9f47d13a5d6823610839ee83c373ed0c0c800c054b537f86b5ceec4cb974cafcce46e4c5f24b77315ab7ea4
7
+ data.tar.gz: ed7e54a5ae40fc5ee92d107a5a2601f7b3444c7145f6d5e51151c8b1d1c96a0526f7d9c3d191fe32447e687e9dedbf1bfc39f84ed7d7c09af03b0b7adae16fc7
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.2.3
6
+
7
+ * Just a retag of 1.2.1
8
+
5
9
  ### 1.2.2
6
10
 
7
11
  * 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.3'
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.3
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