keyless 1.3.1 → 1.3.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: 7fab9063b21ad2a81b73d80d44f5e86c217c78077678fe197535dff41adba306
4
- data.tar.gz: fdebb6321832abb384daaa43823566a765d041bd13126a09d731bc5a6172ae49
3
+ metadata.gz: e9ec2c542cba6753efaaea6181117f01dea358887de4342661088b44ce70eff7
4
+ data.tar.gz: 8c4d2723d09836e087f1e7c20e64d6df4f33e62e81f538232fb8e61f7f4151ce
5
5
  SHA512:
6
- metadata.gz: 921d663e4f23064f066defc6a317508ccd16a86ef88a255f1ec9b1511471ce4e227a1174eeb1c201b656cdd549b559175ce412252a0f09a71a97c83aa0486cfb
7
- data.tar.gz: bfd13bdb500bbee37263ede776e74f0c22bd7a3cc8d9a9e57ef3da298a6f2591f220028f89aab1ea2dde13746d1eb04af100748ae796932f361208f544dab2af
6
+ metadata.gz: '0318ae9f6f42346a648f910d5f7e36bb45ba3fd919d887c54de7e048db8b654628d49b369cd43f053c880bf6bbe798ccd2f9eebe07a1f7177b34ac71320dffe2'
7
+ data.tar.gz: 11e4cf34ed1432bf3bb98eb6e27e379662a4763c743b413338b7a15d4f8a5a8d39ac09991f5e7fd084a752fbfe303c3d443b0ca10b55e222ced7e88a402f163b
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.3
6
+
7
+ * Just a retag of 1.3.1
8
+
9
+ ### 1.3.2
10
+
11
+ * Just a retag of 1.3.1
12
+
5
13
  ### 1.3.1
6
14
 
7
15
  * Added API docs building to continuous integration (#4)
data/Makefile CHANGED
@@ -148,8 +148,14 @@ shell-irb:
148
148
 
149
149
  docs:
150
150
  # Build the API documentation
151
+ @$(RM) -rf doc/api
151
152
  @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \
152
153
  $(BUNDLE) exec $(YARD) stats --list-undoc --compact)
154
+ @$(MKDIR) -p doc/api/doc doc/api/assets
155
+ @$(CP) -ar doc/assets doc/api/doc
156
+ @$(CP) -ar doc/assets/* doc/api/assets
157
+ #
158
+ # Docs: file://$(abspath doc/api)/index.html
153
159
 
154
160
  notes:
155
161
  # 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.1'
6
+ VERSION = '1.3.3'
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.1
4
+ version: 1.3.3
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