tomo-plugin-rollbar 1.3.1 → 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: 990099a587bd96116ffeb1a8d1d0500225c83e2d91b830c3081631847b73e72a
4
- data.tar.gz: 869c96d270b61a3b3bc93c5564d46fa463eea14350f089487f820d8d2728bf9f
3
+ metadata.gz: 5072f1824c23106b76c0834475f3b964ece49ef9c1c53c50115381969f60abce
4
+ data.tar.gz: 7be3d7a60c52735bc572935c25842622cd6b15da1a90fbf8c8123916c0158fcb
5
5
  SHA512:
6
- metadata.gz: 4cc13d6f71ee31361c29c5114f5ed3a8cd347990603bc514d5c1336fbf523200e5b3822f1936cbeb99c13587d075141eb51766eb70ffda85db8f28ec7fbff644
7
- data.tar.gz: 2743e57c49928df3a1278d19a7e55a61ef9ef0782c9c0b88ba02ce42473bfd6785aa79daa69d8d962e0538d7cd3326bf66b20679c8b4baaafeed323da6ebb3da
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.1".freeze
7
+ VERSION = "1.3.3".freeze
8
8
  end
metadata CHANGED
@@ -1,14 +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.1
4
+ version: 1.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Brictson
8
- autorequire:
9
8
  bindir: exe
10
9
  cert_chain: []
11
- date: 2024-09-02 00:00:00.000000000 Z
10
+ date: 2025-04-05 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: tomo
@@ -24,7 +23,6 @@ dependencies:
24
23
  - - "~>"
25
24
  - !ruby/object:Gem::Version
26
25
  version: '1.0'
27
- description:
28
26
  email:
29
27
  - opensource@mattbrictson.com
30
28
  executables: []
@@ -45,7 +43,6 @@ metadata:
45
43
  homepage_uri: https://github.com/mattbrictson/tomo-plugin-rollbar
46
44
  source_code_uri: https://github.com/mattbrictson/tomo-plugin-rollbar
47
45
  rubygems_mfa_required: 'true'
48
- post_install_message:
49
46
  rdoc_options: []
50
47
  require_paths:
51
48
  - lib
@@ -60,8 +57,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
57
  - !ruby/object:Gem::Version
61
58
  version: '0'
62
59
  requirements: []
63
- rubygems_version: 3.5.18
64
- signing_key:
60
+ rubygems_version: 3.6.6
65
61
  specification_version: 4
66
62
  summary: Provides rollbar tasks for tomo
67
63
  test_files: []