tomo-plugin-rollbar 1.3.3 → 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: 5072f1824c23106b76c0834475f3b964ece49ef9c1c53c50115381969f60abce
4
- data.tar.gz: 7be3d7a60c52735bc572935c25842622cd6b15da1a90fbf8c8123916c0158fcb
3
+ metadata.gz: 1c0b91f855a051a4f49d1d87108ac08c17514d5c3c57cd60e7e2da6cd66182d0
4
+ data.tar.gz: 431f0d228f991bad21a1eed13f266dbbad4f044f6d018faa4c98619b6767027f
5
5
  SHA512:
6
- metadata.gz: 1e679bd07ab478d6b06732d8c7bf7054ad729175367ca4a80fa89ed3c9c9d91e5c3fceee7c8c3df9ac47d6809643640a15c9dc605f3fc7a9ad4a945542255d87
7
- data.tar.gz: 07d3119e7812f6a9409c372f0029000af43d095cf1cf37144e817727d8a032100fc5e7a3ea8830360e4afc273947cc0eb6c5b4fa19a3a5701fc1d9fa46a5d924
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.3".freeze
7
+ VERSION = "1.4.0".freeze
8
8
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomo-plugin-rollbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2025-04-05 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: tomo
@@ -50,14 +50,14 @@ 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
  - - ">="
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  requirements: []
60
- rubygems_version: 3.6.6
60
+ rubygems_version: 3.6.9
61
61
  specification_version: 4
62
62
  summary: Provides rollbar tasks for tomo
63
63
  test_files: []