ufo 6.1.4 → 6.1.5

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: 9e704a7fceefa2d38fd24533e23830a0b6dbec732240a8767e407ff127659c32
4
- data.tar.gz: 43e96f22096772f72ad6c4ef20a9a5f298976b9952f1e05916c536c4f3977889
3
+ metadata.gz: c5f634a56ad0e21b377ac92fb03f9b745a0f9e889e3a0b2b11f0f4b03c2a40b0
4
+ data.tar.gz: 3cbc84d12fd991d62f85f53792319b170fc033e77d7191fc666aa4c124b0d1f9
5
5
  SHA512:
6
- metadata.gz: 5928bdd143446724fbf21b8ccf90e6a8440dfc4f2d2d3c068ae1fc210ad9684018606d8b83525b8d68327e977b9a78f785731980f9d3950a7daa68a3aea6fa87
7
- data.tar.gz: f29d231ee67c04cb8c3098a55ce11224af36ba373ed5884840c18d1be52a21fdc25e5aad510f5d0a3fdc15e8e1eae793a3578fedc8483e9a2bbd3eb451d053cc
6
+ metadata.gz: fb24c7425643f9b9013f54309205c908eae46fcfbd66795d31d5067fba472280b8744b85a0d7ea9de9f684cd00ae4df6e7114c2ff051450d9d00e1ca36999945
7
+ data.tar.gz: 6c6cf2c3d47ff6edf45a327503b4590e9edbd38ce7cc2fc9d3b320bb4fb8d50240754fa6d6aa90e7e7e203af141de65b6140fdb98d0c4eeda031204545f558dd
data/CHANGELOG.md CHANGED
@@ -3,6 +3,9 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.
5
5
 
6
+ ## [6.1.5] - 2022-03-16
7
+ - [#151](https://github.com/tongueroo/ufo/pull/151) fix symlink when .git ext is in the repo
8
+
6
9
  ## [6.1.4] - 2022-03-16
7
10
  - [#150](https://github.com/tongueroo/ufo/pull/150) ufo central: fix edge case when trying report broken symlink and logger not available
8
11
 
@@ -30,6 +30,7 @@ class Ufo::CLI::Central
30
30
 
31
31
  # FileUtils.ln_s(target, link, options)
32
32
  # ~/.ufo/central/repo -> .ufo
33
+ src.sub!(/\.git$/,'')
33
34
  FileUtils.ln_sf(src, ".ufo", verbose: false) # force in case of existing broken symlink
34
35
  FileUtils.rm_rf(".ufo.bak")
35
36
 
data/lib/ufo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ufo
2
- VERSION = "6.1.4"
2
+ VERSION = "6.1.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ufo
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.4
4
+ version: 6.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen