tina4ruby 3.13.135 → 3.13.136

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: 96ecd0fafd99947cd5435ae06d6c143232ddefb23716b6f7ed1c5f87fc2652d5
4
- data.tar.gz: a333fd4f697a9d7284e15809c9e6f9e626db38f1c11bd92582b76c08103d71dc
3
+ metadata.gz: 76e4848167cfc04c327d95658f37ec1e8c95448f143000eaec69218527b86b9f
4
+ data.tar.gz: 97775ba90cbd5c991b44d27af3c5a94db4288f3e70feb07147fc4fe3df672ba0
5
5
  SHA512:
6
- metadata.gz: 005d92cc99c52488903fe6e753ebe14bdb0bf05b5e9e7c254fb6202fe38564edbc4efc8dc23ac1536a9f5d51d6bd1c66857ae394f03748e4ee75309d2dd3f1d5
7
- data.tar.gz: def97142d30947a7b508a68656f91eb030bf254f550e52e9f3a8997b0d1928d3f0cb15cc7083c35e0ce906ea873d9cc491e96987954f0c07b96b218f19cf2c25
6
+ metadata.gz: f548932ee5b0b890a972e09727b2c73264cc30188e8a9ee24ef7f61cfa165a71b52797cf8e0c69c6331e3a7be2d5b82b5bc41c791c32ef88ef3e2760a44d6c65
7
+ data.tar.gz: cd7ab7cb88ca3775bbdd49ed1e1a187e0a5846383815735eec415edfc12bd3318c36f85b6b77d479659c2fdf86bc38fcb8b0caa2838d138c2de9eb4ea8eba46e
data/CHANGELOG.md CHANGED
@@ -6,6 +6,15 @@ number means the same thing everywhere.
6
6
  **The authoritative release notes for every shipped version live in the documentation:**
7
7
  https://tina4.com/ruby/36-releases
8
8
 
9
+ ## 3.13.135
10
+
11
+ Fix release. The dev-admin version check returns no version and a reason when it cannot
12
+ reach RubyGems (set TINA4_VERSION_CHECK_URL to override the registry), so the toolbar reports
13
+ "could not check" instead of a false "up to date". Web Push pads the VAPID private scalar to
14
+ the fixed 32-byte width, so a leading-zero scalar no longer produces a key the app's own
15
+ validation rejects; the public point and the ECDH secret were already correct. Full notes:
16
+ https://tina4.com/ruby/36-releases
17
+
9
18
  ## 3.13.134
10
19
 
11
20
  Feature 140 Web Push is now available with provider-neutral subscription delivery,
@@ -71,7 +71,7 @@
71
71
 
72
72
  // Build a system
73
73
  const ui = SwaggerUIBundle({
74
- url: "{SWAGGER_ROUTE}/swagger.json",
74
+ url: "/swagger/openapi.json",
75
75
  dom_id: '#swagger-ui',
76
76
  deepLinking: true,
77
77
  presets: [
data/lib/tina4/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Tina4
4
- VERSION = "3.13.135"
4
+ VERSION = "3.13.136"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tina4ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.13.135
4
+ version: 3.13.136
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tina4 Team
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2026-09-08 00:00:00.000000000 Z
11
+ date: 2026-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rack