sensu-plugins-sftp 2.1.0 → 2.1.1

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: 5a2db7ef3dfa01fd340b5d7b482c6a3fada5d50a0fd373193adc65fa29f5075d
4
- data.tar.gz: 31dbda96ec5441b0915c9b9e90b7c63482b80c3f7cd1a2e619fb6a98104e22a8
3
+ metadata.gz: f35784e210a52c2bb374c83949c2eb6534a3787cb9886e1b99534d7419d29059
4
+ data.tar.gz: 7c52494e1e1fbd13d879f9dedccee765ba7b45754c59eb9920c42be39713a57e
5
5
  SHA512:
6
- metadata.gz: a87302cf34df000d432b1a1010f29afaaae48e6aa19b8c5c63701e04299a3b1847cf01967fcf81a705302355cbee0c0bee0d829e12054b1d034abe7f3d79db9b
7
- data.tar.gz: c82497855d60c65eaa43d9f0451c06cd98bfe3f85d47966d59e806df0fc2987c572a4046d22564eeccc0fa46a3fb3d18d380be050b4baa87b41fca02bf98d7c0
6
+ metadata.gz: 5c3cf54f097b09cf983f29e00534a5f6b36752c9e297d08d80f0fcf9b2b1d834f7a9c87aed7dbab30a7d0dafa08308cea2b2e9269fd52713529e67adaeb23cf0
7
+ data.tar.gz: 80b9ec4a42352b20815e75eb87755df55d12087230f193fa27e37d189be25fcf203cf3841c5973230d9965542caac30b048853a8e85f9aa4b19bd940daab5029
@@ -5,6 +5,10 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
5
5
 
6
6
  ## [Unreleased]
7
7
 
8
+ ## [2.1.1] - 2020-06-25
9
+ ### Changed
10
+ - Change frozen_string_literal to false in the check
11
+
8
12
  ## [2.1.0] - 2020-05-15
9
13
  ### Added
10
14
  - Bonsai asset support, missed .bonsai.yml before
@@ -54,7 +58,8 @@ This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachang
54
58
  ### Added
55
59
  - initial release
56
60
 
57
- [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sftp/compare/2.1.0...HEAD
61
+ [Unreleased]: https://github.com/sensu-plugins/sensu-plugins-sftp/compare/2.1.1...HEAD
62
+ [2.1.1]: https://github.com/sensu-plugins/sensu-plugins-sftp/compare/2.1.0...2.1.1
58
63
  [2.1.0]: https://github.com/sensu-plugins/sensu-plugins-sftp/compare/2.0.0...2.1.0
59
64
  [2.0.0]: https://github.com/sensu-plugins/sensu-plugins-sftp/compare/1.0.1...2.0.0
60
65
  [1.0.1]: https://github.com/sensu-plugins/sensu-plugins-sftp/compare/1.0.0...1.0.1
@@ -1,5 +1,5 @@
1
1
  #! /usr/bin/env ruby
2
- # frozen_string_literal: true
2
+ # frozen_string_literal: false
3
3
 
4
4
  #
5
5
  # check-sftp
@@ -5,7 +5,7 @@ module SensuPluginsSftp
5
5
  module Version
6
6
  MAJOR = 2
7
7
  MINOR = 1
8
- PATCH = 0
8
+ PATCH = 1
9
9
 
10
10
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-sftp
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-05-15 00:00:00.000000000 Z
11
+ date: 2020-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-sftp