sensu-plugins-tripwire 1.1.0 → 1.1.1

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: b1c2875411386e5eac6de2f4705329f2538e045ea3b19a06c87a9fe1ab8aa67d
4
- data.tar.gz: 82f35e6960144e9b7083b1c9ca2ef6c01c838c12d0c11d64a4028d56bd58bf0b
3
+ metadata.gz: 8aa23dbe49d372e045fa436305bdef2a624a80e6629fdb00b3b14713f439a95c
4
+ data.tar.gz: b1b009e7892a813e03b4517d9199a0c64a19aaf58b3d396bcd59e097ec256627
5
5
  SHA512:
6
- metadata.gz: 0713c90efabf40daf976f144d957c4254518f4bce481576bb10b4ac929334c3d4652db4e7966189a3c3c8a1a14ae689dd0190610973cb743c7733c9ee23e9e4d
7
- data.tar.gz: 732d7e27aaada2f5cbdf3fd14cd8494a05666e42d9a56a6799f589e1262e3e08b5a1ae6f0b061ac60cae9f2f69a0a740fc26d63c1628b6c54b3b7df5c986945f
6
+ metadata.gz: d11e41c6c746abf576b62b6aaad2775816e959856c95360094f4181270484f73cff8cb9d10bc77cfaa21ab02050766ca4abd4debafcb5546996b981b7cec8cbe
7
+ data.tar.gz: 375310d8ad7a73d546223f6f5b2cd98d5768d12892b26f4df991920d81cdade6b77ff56d887b28ff105a952bf14f5fc0c419f26e0f0dcab547928dba545afc68
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
  This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/)
5
5
 
6
6
  ## [Unreleased]
7
+ ## [1.1.1] - 2020-02-18
8
+ ### Changed
9
+ - Added GitHub token to Travis for release artifact uploads.
10
+
7
11
  ## [1.1.0] - 2020-02-18
8
12
  ### Added
9
13
  - Building Sensu Go asset release artifacts for Bonsai.
@@ -2,7 +2,7 @@ module SensuPluginsTripwire
2
2
  module Version
3
3
  MAJOR = 1
4
4
  MINOR = 1
5
- PATCH = 0
5
+ PATCH = 1
6
6
 
7
7
  VER_STRING = [MAJOR, MINOR, PATCH].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sensu-plugins-tripwire
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sensu-Plugins and contributors