formatic 0.2.8 → 0.2.9

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: d1a81bd4cab545cd7892fdfab10e79e6cabb0c03a95880feeb49a2ae5b6b9d93
4
- data.tar.gz: e01fe12149175a69290c5c8bf3dd4b5c2ea6b9a85091b4b6a213ce3f85cd8a1d
3
+ metadata.gz: f5be6da1e4c2e24fcba3add148c9c29dbf5245622bffb614345c1d0c30df68b7
4
+ data.tar.gz: 33e54b1f5377ee3b3e4c6c1ca9ee481470678a28112b01c1d8742443bde7da83
5
5
  SHA512:
6
- metadata.gz: 508571bb6796dfb3ecf1462191d1028afa916aa24d351ee684f8034fb9d2c22133dbe38ad01815a1d744be3d745d551f33311654f32730a63a2642ac9187cd2f
7
- data.tar.gz: f6a7af87e9855109920e00ad45b41e3504cbd0cc86e20197f018e6a32bf5ac60f4d036f2fe4430cfa69e9f3451ab5ec4dc133fd2afca6ffe23fcebc462344575
6
+ metadata.gz: 81857cbdf3005a4b1ca310599942ba3982b115ab422563967f276df3df5cac8e370ff5e89687c539633412e272f1a63bb49db08b73ae9491d9f11cb9eaafae8b
7
+ data.tar.gz: 696b4ec110be54661e8c242854da93de4f817e000ae64cfea8b4ec93c2a5fe98e6af534605165516957e5345f91d641adce9a4c86d619ff81220a617df287743
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.2.9] - 2026-05-26
4
+
5
+ - Fix vscode snippet file symlink mechanism
6
+
3
7
  ## [0.2.7] - 2026-04-29
4
8
 
5
9
  - Fix rails complaining about require'ing action_view too early
@@ -28,7 +28,7 @@ module Formatic
28
28
  target = vscode_dir.join('formatic.code-snippets')
29
29
  source = Engine.root.join('vscode/formatic.code-snippets')
30
30
 
31
- FileUtils.ln_s(source, target, force: true)
31
+ FileUtils.ln_s(source, target, force: true) unless target.symlink? && target.readlink.to_s == source.to_s
32
32
  end
33
33
  end
34
34
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Formatic
4
- VERSION = '0.2.8'
4
+ VERSION = '0.2.9'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: formatic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - halo