keyless 1.3.2 → 1.3.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: 209e51cff8bf06d70d911cf3a2ba27be44d9d7a3b3386c0a548181b1aeaeff9a
4
- data.tar.gz: 99aeb8b6299043025d0c2b1deaafade558d67272c98282558326c7ec02857dcd
3
+ metadata.gz: '0028132e2ac9a23ea6c47d2f9f2d9b6cfce7569109b5ec25b6dc09a90fca1a4e'
4
+ data.tar.gz: d3133aea21af3047ed01e5e220aee1d2bd19f5bc9a0c2364a3667523aaa5171a
5
5
  SHA512:
6
- metadata.gz: 33d31b33de6b4966790dafb86d68cb3dbb0366a757135968c873c2dcd146259068acce971746699518fdeed484cb15fd637d83bf7d73fa06bc5c8319721dcf25
7
- data.tar.gz: b436370313aee6f0ba7eca0f96c91cf241bd81ead53dfc18c2ff3b7f694ffcdce4fea0c5bf547da28e473f9b53cc1192f08d99dbc1e6c40c08fca945a5160eb8
6
+ metadata.gz: baa957329a36ebfd2ced734744ab24e5989b2dc586aeed63cef89483511ff1c2c3c1bb8d1b58380adf251530b8bbcc7661e4ab3acb339644e6e9e8429accc7be
7
+ data.tar.gz: 6a6707be7ea954bae1abc34f3fbffe5e9a8101adc13718cbd58bc07941672ff8bb1ae9bdac30d4ea51bb96e027cf6ef4d5932cb30ef4d4db223215f3cd6f4186
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.3.4
6
+
7
+ * Just a retag of 1.3.1
8
+
9
+ ### 1.3.3
10
+
11
+ * Just a retag of 1.3.1
12
+
5
13
  ### 1.3.2
6
14
 
7
15
  * Just a retag of 1.3.1
data/Makefile CHANGED
@@ -19,6 +19,7 @@ GEMFILES_DIR ?= gemfiles
19
19
  AWK ?= awk
20
20
  BASH ?= bash
21
21
  COMPOSE ?= docker-compose
22
+ CP ?= cp
22
23
  DOCKER ?= docker
23
24
  GREP ?= grep
24
25
  ID ?= id
@@ -148,8 +149,14 @@ shell-irb:
148
149
 
149
150
  docs:
150
151
  # Build the API documentation
152
+ @$(RM) -rf doc/api
151
153
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
152
154
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
155
+ @$(MKDIR) -p doc/api/doc doc/api/assets
156
+ @$(CP) -ar doc/assets doc/api/doc
157
+ @$(CP) -ar doc/assets/* doc/api/assets
158
+ #
159
+ # Docs: file://$(abspath doc/api)/index.html
153
160
 
154
161
  notes:
155
162
  # Print the code statistics (library and test suite)
@@ -3,7 +3,7 @@
3
3
  # The gem version details.
4
4
  module Keyless
5
5
  # The version of the +keyless+ gem
6
- VERSION = '1.3.2'
6
+ VERSION = '1.3.4'
7
7
 
8
8
  class << self
9
9
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: keyless
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.2
4
+ version: 1.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2024-08-09 00:00:00.000000000 Z
13
+ date: 2024-08-15 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport