tomo-plugin-rollbar 1.1.5 → 1.2.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: f58c2921307da9b08204d2330d3a78ed2b4d1f2f15428b735697d5ec4354e2d7
4
- data.tar.gz: 7afc3d0a80e63b3bdbc87378d3f554a3ca14809ecf71368cfd9458f5380ab4fb
3
+ metadata.gz: dee7546a8b07e1e6715dd595c5aa43702b442be614c4695fe9cfb907772f7090
4
+ data.tar.gz: 974a8cfce43454957e6315a914b6e4da19b4c10406b0e9b27704ef1e54d0313c
5
5
  SHA512:
6
- metadata.gz: deea8da9316eef0d36f9f76c48a5c61a6f262ebfedc35194d6aca808b00c85ffee1d9ca43dea6002efc258cbbfe6cfca21851588c17b9f6ed49f5e64d3fe9d4d
7
- data.tar.gz: 85b6f6372ef5934038d5ccd35fc96ffa4b45ed6eafd9928a201b994e21df86a9b06cb9e4c63ebe924580c840b9b65b79cbbeaee9ceaffcbce09c51acdf058492
6
+ metadata.gz: a834fe9105f56c0836603df34d38e09c36de439819beb5e46f5c69653677df22049429a7529317505c347e113f43b5e2c01bedaec46adca826688012f9245c8c
7
+ data.tar.gz: 17905cd3c7b35082b06ae3a8529aa777bccc5dd8f6180f45ee7f333ef19231498f3409e522692be350029de35c83403be4e31fa3fff7593383c868d1ad479060
data/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
  # tomo-plugin-rollbar
2
2
 
3
- [![Gem Version](https://badge.fury.io/rb/tomo-plugin-rollbar.svg)](https://rubygems.org/gems/tomo-plugin-rollbar)
4
- [![Build Status](https://mattbrictson.semaphoreci.com/badges/tomo-plugin-rollbar/branches/main.svg?style=shields)](https://mattbrictson.semaphoreci.com/projects/tomo-plugin-rollbar)
5
- [![Code Climate](https://codeclimate.com/github/mattbrictson/tomo-plugin-rollbar/badges/gpa.svg)](https://codeclimate.com/github/mattbrictson/tomo-plugin-rollbar)
3
+ [![Gem Version](https://img.shields.io/gem/v/tomo-plugin-rollbar)](https://rubygems.org/gems/tomo-plugin-rollbar)
4
+ [![Gem Downloads](https://img.shields.io/gem/dt/tomo-plugin-rollbar)](https://www.ruby-toolbox.com/projects/tomo-plugin-rollbar)
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)
6
7
 
7
8
  This is a [tomo](https://github.com/mattbrictson/tomo) plugin that sends a notification to [Rollbar](https://rollbar.com) on a successful deploy.
8
9
 
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::Rollbar
7
- VERSION = "1.1.5".freeze
7
+ VERSION = "1.2.1".freeze
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tomo-plugin-rollbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-02-08 00:00:00.000000000 Z
11
+ date: 2023-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tomo
@@ -53,14 +53,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
53
53
  requirements:
54
54
  - - ">="
55
55
  - !ruby/object:Gem::Version
56
- version: '2.6'
56
+ version: '3.0'
57
57
  required_rubygems_version: !ruby/object:Gem::Requirement
58
58
  requirements:
59
59
  - - ">="
60
60
  - !ruby/object:Gem::Version
61
61
  version: '0'
62
62
  requirements: []
63
- rubygems_version: 3.4.3
63
+ rubygems_version: 3.4.21
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: Provides rollbar tasks for tomo