ace-idea 0.18.2 → 0.18.3

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: a9d8743c933b9e8a8f4d26077d49d234e8a231c7bda7f94b3bc8fe4d86d0ca6e
4
- data.tar.gz: 1f1a06bafc04aea9fa08f4db412dd1797a3716eba6f65c19d407533b787fc613
3
+ metadata.gz: 1177a1811c14d835c8c24ae30dd48d9b2969be81bf3996954f0514365427b2f8
4
+ data.tar.gz: b57b8d74080a97bab017748ee991a843b920797ef2f0fab9f92cc4d08e01126f
5
5
  SHA512:
6
- metadata.gz: 2bd4d8a335dcf6ff487ac2f5f6933d5027505f9c9fb7eb72e1fa1f34028c49f12c7c416214fe8f6b8ccfe994198ef0a2c357c54358f95732800fcfe9c2cc20d7
7
- data.tar.gz: b364b0e979985f8aa4d788e1f625ebfd1159a6318fafdc5824c0d393f99a9329841c046374abd7981f74b54bd8527f6a241476cda6a247aca965f33d965c2f13
6
+ metadata.gz: 0ba5e94c331be1a73db6c9fa06296c08eb24f328c7abf663f395fd89a77499ad1c1ae98553885fddc686e03d0b8f7317b2641cc8dd95f5cf0801ccb9de32edea
7
+ data.tar.gz: 73e57bc6799057e02cfd0268c986f6a49184089129985195cc43cf4de2afd9d3a8e9428964eeb2387d44952f265cb3dc672643d430ed6aab24af13f5cf295a2f
data/CHANGELOG.md CHANGED
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.18.3] - 2026-03-29
11
+
12
+ ### Technical
13
+ - Normalized published gem metadata so RubyGems and Ruby Toolbox use current release information instead of the 1980 fallback date.
14
+
10
15
  ## [0.18.2] - 2026-03-29
11
16
 
12
17
  ### Technical
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Idea
5
- VERSION = '0.18.2'
5
+ VERSION = '0.18.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-idea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.2
4
+ version: 0.18.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 1980-01-02 00:00:00.000000000 Z
10
+ date: 2026-03-29 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: ace-support-core