ufo 6.1.3 → 6.1.4

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: 881d674019c976e4c8cae9030f69bd2125e59c7af970a1fa2005dcbfb77a4887
4
- data.tar.gz: 5c3e8f73e200390396c99aa292f949f5c0a7b0e457bab47e2b88dbc583adc0fa
3
+ metadata.gz: 9e704a7fceefa2d38fd24533e23830a0b6dbec732240a8767e407ff127659c32
4
+ data.tar.gz: 43e96f22096772f72ad6c4ef20a9a5f298976b9952f1e05916c536c4f3977889
5
5
  SHA512:
6
- metadata.gz: 7eaca7eaa3999ce52dd4087dd2bd7862156f34c59443fcf06140f50356beb50237c4dea35d2dc68a1171576e17529c18144e5c97bc6aa4da4ea1edfa3b9411ef
7
- data.tar.gz: 820645713455edf1d3e7fd242c68c21f32267f6eb031c67dd9236578d93c56e0a616750170f202ab27f32c86a0093a673fa5e7321c800b3d82121f38f156b29f
6
+ metadata.gz: 5928bdd143446724fbf21b8ccf90e6a8440dfc4f2d2d3c068ae1fc210ad9684018606d8b83525b8d68327e977b9a78f785731980f9d3950a7daa68a3aea6fa87
7
+ data.tar.gz: f29d231ee67c04cb8c3098a55ce11224af36ba373ed5884840c18d1be52a21fdc25e5aad510f5d0a3fdc15e8e1eae793a3578fedc8483e9a2bbd3eb451d053cc
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.4] - 2022-03-16
7
+ - [#150](https://github.com/tongueroo/ufo/pull/150) ufo central: fix edge case when trying report broken symlink and logger not available
8
+
6
9
  ## [6.1.3] - 2022-03-14
7
10
  - [#149](https://github.com/tongueroo/ufo/pull/149) stack_output helper improve message when stack not found
8
11
 
@@ -1,5 +1,6 @@
1
1
  class Ufo::CLI::Central
2
2
  class Base
3
+ include Ufo::Utils::Logging
3
4
  include Ufo::Utils::Pretty
4
5
  include Ufo::Utils::Sure
5
6
 
data/lib/ufo/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ufo
2
- VERSION = "6.1.3"
2
+ VERSION = "6.1.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ufo
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.1.3
4
+ version: 6.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-03-14 00:00:00.000000000 Z
11
+ date: 2022-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-logs