tomo-plugin-rollbar 1.3.2 → 1.3.3

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: ae2417444d11412f7624882157e8e1a77f4da3ab84e0a7167cf79b22dc9eaef8
4
- data.tar.gz: 72bbd4b7c3710e64411c1e9259e5afe62ab3ce46a43903c93a9bbf8160e3f269
3
+ metadata.gz: 5072f1824c23106b76c0834475f3b964ece49ef9c1c53c50115381969f60abce
4
+ data.tar.gz: 7be3d7a60c52735bc572935c25842622cd6b15da1a90fbf8c8123916c0158fcb
5
5
  SHA512:
6
- metadata.gz: 7a6845eaed81e0e579fdb6c162fe9c5f8b91b399685e578e92d0ebec7051f31cac86b9096ba4f4c7213dd71ef1375bbc8a62e944b795ec7298149bbecb779d29
7
- data.tar.gz: 9f73ffc790626090f636d83b17bc4559b1c9f1aaa98ad5794a0137c609db9b4f41b3338d965cb1e23e03653609e2ee0f5a88fb49c6c4c4815eb491b679d64902
6
+ metadata.gz: 1e679bd07ab478d6b06732d8c7bf7054ad729175367ca4a80fa89ed3c9c9d91e5c3fceee7c8c3df9ac47d6809643640a15c9dc605f3fc7a9ad4a945542255d87
7
+ data.tar.gz: 07d3119e7812f6a9409c372f0029000af43d095cf1cf37144e817727d8a032100fc5e7a3ea8830360e4afc273947cc0eb6c5b4fa19a3a5701fc1d9fa46a5d924
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 Matt Brictson
3
+ Copyright (c) 2025 Matt Brictson
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
@@ -4,5 +4,5 @@ module Tomo
4
4
  end
5
5
 
6
6
  module Tomo::Plugin::Rollbar
7
- VERSION = "1.3.2".freeze
7
+ VERSION = "1.3.3".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.2
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
8
  bindir: exe
9
9
  cert_chain: []
10
- date: 2024-12-23 00:00:00.000000000 Z
10
+ date: 2025-04-05 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: tomo
@@ -57,7 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
57
57
  - !ruby/object:Gem::Version
58
58
  version: '0'
59
59
  requirements: []
60
- rubygems_version: 3.6.2
60
+ rubygems_version: 3.6.6
61
61
  specification_version: 4
62
62
  summary: Provides rollbar tasks for tomo
63
63
  test_files: []