calcpace 1.9.0 → 1.9.1

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: 510953dda84be6757bd902b5dbb76752b362241abd69e47f1f321f0eaaa0c7e4
4
- data.tar.gz: 3c8487adbd99edc3e5588b2c220f199a07a016d447cf768b9a1cc1474aec6b9e
3
+ metadata.gz: ed70195cc42127f49e9dac13a4ff5bc99b3a7b59fc9564261f4b03d52434d002
4
+ data.tar.gz: aa679a9e3876e166be6a3b5f74ccdb0293dcb017366e727331b9ca8579684917
5
5
  SHA512:
6
- metadata.gz: 24f353d01da23bca0cb84a12070b7db967499fde606dfc247afcfc071dd7f791e42c9c746f1adb5a1beee1e0b1031b52721ae4739b7928824489fb63d957b0d8
7
- data.tar.gz: eca2e3ea93439300bd9253832db99e6e1aad1b4008ec8dc0ef50881e73b5cc00587c38549a13cd5e795793e1f84afd76b23ee010afe10f9dfea7d47eb4adbf58
6
+ metadata.gz: 5ae91d0ac1241bede3bb3723cde7af96c6b6cc8499a9f18306b6b9ca5b5cbd805c41c134a05a08d16e0495d9eac1b4b36e1431351fa4e3b612069623738ade5a
7
+ data.tar.gz: c0e2f265b25767744e92729ba5f3e8d83b57d0d262fbf9c72a94288ab3a28543c8581bb5c5944959813f73bcafbb523f0b290c2f787e00ae02f3ab07028312a3
data/CHANGELOG.md CHANGED
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [1.9.1] - 2026-03-30
9
+
10
+ ### Changed
11
+ - Bump `json` from 2.19.0 to 2.19.2
12
+
8
13
  ## [1.9.0] - 2026-03-24
9
14
 
10
15
  ### Added
data/Gemfile.lock CHANGED
@@ -4,7 +4,7 @@ GEM
4
4
  addressable (2.8.9)
5
5
  public_suffix (>= 2.0.2, < 8.0)
6
6
  ast (2.4.3)
7
- bigdecimal (4.0.1)
7
+ bigdecimal (4.1.0)
8
8
  date (3.5.1)
9
9
  docile (1.4.1)
10
10
  erb (6.0.2)
@@ -14,7 +14,7 @@ GEM
14
14
  bigdecimal (>= 3.1, < 5)
15
15
  language_server-protocol (3.17.0.5)
16
16
  lint_roller (1.1.0)
17
- mcp (0.8.0)
17
+ mcp (0.9.2)
18
18
  json-schema (>= 4.1)
19
19
  minitest (5.27.0)
20
20
  parallel (1.27.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  class Calcpace
4
- VERSION = '1.9.0'
4
+ VERSION = '1.9.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: calcpace
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.0
4
+ version: 1.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - João Gilberto Saraiva