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 +4 -4
- data/CHANGELOG.md +8 -0
- data/Makefile +7 -0
- data/lib/keyless/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0028132e2ac9a23ea6c47d2f9f2d9b6cfce7569109b5ec25b6dc09a90fca1a4e'
|
|
4
|
+
data.tar.gz: d3133aea21af3047ed01e5e220aee1d2bd19f5bc9a0c2364a3667523aaa5171a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baa957329a36ebfd2ced734744ab24e5989b2dc586aeed63cef89483511ff1c2c3c1bb8d1b58380adf251530b8bbcc7661e4ab3acb339644e6e9e8429accc7be
|
|
7
|
+
data.tar.gz: 6a6707be7ea954bae1abc34f3fbffe5e9a8101adc13718cbd58bc07941672ff8bb1ae9bdac30d4ea51bb96e027cf6ef4d5932cb30ef4d4db223215f3cd6f4186
|
data/CHANGELOG.md
CHANGED
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)
|
data/lib/keyless/version.rb
CHANGED
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.
|
|
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-
|
|
13
|
+
date: 2024-08-15 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: activesupport
|