alarmable 1.2.1 → 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: 36cb786065316deccd3c6bc5bd91e995843559a5c022b816c4d3f0c52818e7ac
4
- data.tar.gz: a4cb916342797a8d9b542011232eb4c5cde3335e5f2c8bf6905a9442a9293073
3
+ metadata.gz: 9b07f76eddd126bfd81bcd737d35cbcd55e2544062f2a2bde71d82a6b9cd7059
4
+ data.tar.gz: bcd37253078dabc13fe3ce90aeab64f2c073b85368352af98f80485d43db73f8
5
5
  SHA512:
6
- metadata.gz: eee9ba9d75b1937df329735cf6403282704d9367e8ee48954daeeb3603676eebdc26dab3e312bb01f9d0f0ee4f1df50e74ed7d89ed9f96d3f65e7b60b4ce4806
7
- data.tar.gz: 629c76bf6e57e32f20cf904d4ea8f55c081a713934ea10ed49a2c17a0ce7140fa7507c4238631e863fa2b3b806dcb1009586f518b70251c7a5b33b6de7b96887
6
+ metadata.gz: 2d1d386b75d969534def5345f84c47d7b4df9b98c9f47d13a5d6823610839ee83c373ed0c0c800c054b537f86b5ceec4cb974cafcce46e4c5f24b77315ab7ea4
7
+ data.tar.gz: ed7e54a5ae40fc5ee92d107a5a2601f7b3444c7145f6d5e51151c8b1d1c96a0526f7d9c3d191fe32447e687e9dedbf1bfc39f84ed7d7c09af03b0b7adae16fc7
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.3
6
+
7
+ * Just a retag of 1.2.1
8
+
9
+ ### 1.2.2
10
+
11
+ * Just a retag of 1.2.1
12
+
5
13
  ### 1.2.1
6
14
 
7
15
  * Added API docs building to continuous integration (#9)
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.1'
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.1
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