ufo 4.6.1 → 4.6.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed46bcbd9a6677e6a6d8ac6ec6bec143398fe5662aef5833d949c75d604d55c8
4
- data.tar.gz: 631c1980a669e8fdebb44446246d22683ec0848d0a141f76ca8c1d538acb9710
3
+ metadata.gz: c99cfc2329a3e53ae1da1804899ef0e8c4a9d230ae6a8731a445c2e0c7b118c2
4
+ data.tar.gz: 70bd299bec0e3cfba7cd037612724312cf63cdc2a52baaf57d3b1c8ed641dea0
5
5
  SHA512:
6
- metadata.gz: c1e43ccef253916b2ba63e5202e37297d68d6021cf16c64c679ad7dceee98409c25d8fc2afa80fa115435871ebc36a91d8cf89e9faad7c9a091ca1f9064927ff
7
- data.tar.gz: e8b6be518ea85b407cb73fba4d1240d38f646ae3c330e4cf6d948d3a496b4e0e98b5aca1112dc3043beb92cb356cf835cc58207fee2753e50bc6a89f685eff6b
6
+ metadata.gz: 3efc9bba9967917cf8fd398ab161b367b7fb6822adee33d32eda6e02a5f6015ce9fc631ff541625f9e3a24d055a80dbd7f90ff62c0cf05963d2767a836e2bada
7
+ data.tar.gz: 615e2668a9668c7b394c160ab5cf3d939c98307047a349b22ecc62617ea1cd7cf005bb8535158d7b0c5ff87247d3f8ae5dc9c34fb33229fa94318a4c189e63e4
@@ -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
+ ## [4.6.2]
7
+ - define texit_on_failure to remove Thor deprecation warning
8
+
6
9
  ## [4.6.1]
7
10
  - #93 Fix firelens functionality
8
11
  - #97 ufo logs --filter-pattern option
@@ -77,6 +77,13 @@ module Ufo
77
77
  def website
78
78
  "http://ufoships.com"
79
79
  end
80
+
81
+ # https://github.com/erikhuda/thor/issues/244
82
+ # Deprecation warning: Thor exit with status 0 on errors. To keep this behavior, you must define `exit_on_failure?` in `Lono::CLI`
83
+ # You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.
84
+ def exit_on_failure?
85
+ true
86
+ end
80
87
  end
81
88
  end
82
89
  end
@@ -1,3 +1,3 @@
1
1
  module Ufo
2
- VERSION = "4.6.1"
2
+ VERSION = "4.6.2"
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: 4.6.1
4
+ version: 4.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tung Nguyen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-01-21 00:00:00.000000000 Z
11
+ date: 2020-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-logs