tomo-plugin-rollbar 1.3.4 → 1.4.0

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: ed4a180c81506214e1957e646093b16978c5030c1d8a17553c2ca060b9ba12af
4
- data.tar.gz: f5f7a3cd56a9efd8c0ece5962c66f1a96ba01af5c51aec07a0ac1c45014ba6e8
3
+ metadata.gz: 1c0b91f855a051a4f49d1d87108ac08c17514d5c3c57cd60e7e2da6cd66182d0
4
+ data.tar.gz: 431f0d228f991bad21a1eed13f266dbbad4f044f6d018faa4c98619b6767027f
5
5
  SHA512:
6
- metadata.gz: 2a00429e8d7f6fbaaceb40f2d0d7b9adb134fc876f462e4481186390651e486a0f3b9062e96ccb2c25807e867099f29350d8194163ad313ae1c14bbb08da6f2c
7
- data.tar.gz: 9788d78646aae458b365ed5b3c3d30ef6c32ef3faa2fa5b89402c40aafb9ec569e5d3020b0670e32505d73af8ed2bd0eccdb3f23763519ea6399d54af1bde849
6
+ metadata.gz: 7c5d86d2317796b572658ceca6092afe36e301aca77d4040de01cfef2e7493d042b3c82f04ea887a4c8daa6057bb64516a1e4f41accd44f638c2a1c8845bccd7
7
+ data.tar.gz: 86686ef99a2854329fe43e384c35a0035ffc916228817fa5edf3b2ac1be29d71d59af5773e177a0ce6ec83ddf6a01cfe2a7ae0eb9f969e0ed0e648a6b4b9cc9b
data/README.md CHANGED
@@ -3,7 +3,6 @@
3
3
  [![Gem Version](https://img.shields.io/gem/v/tomo-plugin-rollbar)](https://rubygems.org/gems/tomo-plugin-rollbar)
4
4
  [![Gem Downloads](https://img.shields.io/gem/dt/tomo-plugin-rollbar)](https://www.ruby-toolbox.com/projects/tomo-plugin-rollbar)
5
5
  [![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/mattbrictson/tomo-plugin-rollbar/ci.yml)](https://github.com/mattbrictson/tomo-plugin-rollbar/actions/workflows/ci.yml)
6
- [![Code Climate maintainability](https://img.shields.io/codeclimate/maintainability/mattbrictson/tomo-plugin-rollbar)](https://codeclimate.com/github/mattbrictson/tomo-plugin-rollbar)
7
6
 
8
7
  This is a [tomo](https://github.com/mattbrictson/tomo) plugin that sends a notification to [Rollbar](https://rollbar.com) on a successful deploy.
9
8
 
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::Rollbar
7
- VERSION = "1.3.4".freeze
7
+ VERSION = "1.4.0".freeze
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomo-plugin-rollbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.4
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
@@ -50,7 +50,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
50
50
  requirements:
51
51
  - - ">="
52
52
  - !ruby/object:Gem::Version
53
- version: '3.1'
53
+ version: '3.2'
54
54
  required_rubygems_version: !ruby/object:Gem::Requirement
55
55
  requirements:
56
56
  - - ">="