puma-plugin-telemetry_too 0.0.2 → 0.0.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: bc86aadc264e046c25033d4c9a35b2c275fa49214ee1eff287101251454b0f98
4
- data.tar.gz: fe40cce9b6b4df9c9d51b44fd4b00a03654050fc5283f3eb24df049254bf08d6
3
+ metadata.gz: 431ad6c5475bd87a2f2f755fd609d80781071578ca4f220d73e57a8c556170ef
4
+ data.tar.gz: 2ed218958ebaa2d08e3db36f7b621b08146ef2b4fafeb47154a6f96deb61f565
5
5
  SHA512:
6
- metadata.gz: a0c0fa9db9c0453773f9f240338df4989d2c5ad7703a17bc9093a3e0bdfbd2a6be1aa983cee00df6ea8ae284f70244e422be1e5750f0ec79fbde10c366bfd584
7
- data.tar.gz: 5ca8438972313be19086b03e610c898e09f7d66b2bdfaff6e23e3aee294978060ef71fc1bd145b5725bb88975f5f23900a190c59912d805aa8ff7076cf59bea3
6
+ metadata.gz: 43b55f917f7fec576e32d3f0366be023f183fc1bd3aba50660eaf22cf6045384ee4d732ea4fbaad7be19fc12a0765fa76381a0aeccdd6c84d5d025f7a3342d73
7
+ data.tar.gz: 8c59645d7fcc6c1c9155d4cf84c9ae06c39e7184b14a2c7d9f209062a43af630940b18c49e35f04246f834b491c32ec0c69941a8ba25e8869ed6449bbbb873ce
data/.rubocop.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  plugins: rubocop-performance
2
2
 
3
3
  AllCops:
4
- TargetRubyVersion: 3.2
4
+ TargetRubyVersion: 3.3
5
5
  NewCops: enable
6
6
 
7
7
  Metrics/BlockLength:
data/CHANGELOG.md CHANGED
@@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased] TBD
9
9
 
10
- ### Changed TBD
10
+ ## [0.0.3] 2026-08-14
11
+
12
+ ### Changed
13
+ - Support for Puma 8
14
+
15
+ ### Dropped
16
+ - Support for Ruby 3.2
17
+
18
+ ## [0.0.2] 2025-12-05
19
+
20
+ ### Changed
11
21
  - Forked and renamed Gem to `puma-plugin-telemetry_too`
12
22
 
13
23
  ### Added
@@ -3,7 +3,7 @@
3
3
  module Puma
4
4
  class Plugin
5
5
  module TelemetryToo
6
- VERSION = '0.0.2'
6
+ VERSION = '0.0.3'
7
7
  end
8
8
  end
9
9
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: puma-plugin-telemetry_too
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leszek Zalewski
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "<"
17
17
  - !ruby/object:Gem::Version
18
- version: '8'
18
+ version: '9'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "<"
24
24
  - !ruby/object:Gem::Version
25
- version: '8'
25
+ version: '9'
26
26
  description: |
27
27
  NOTE: This is a fork of puma-plugin-telemetry, modified to:
28
28
 
@@ -44,7 +44,6 @@ extra_rdoc_files: []
44
44
  files:
45
45
  - ".rspec"
46
46
  - ".rubocop.yml"
47
- - ".tool-versions"
48
47
  - CHANGELOG.md
49
48
  - CODE_OF_CONDUCT.md
50
49
  - LICENSE.txt
@@ -85,14 +84,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
85
84
  requirements:
86
85
  - - ">="
87
86
  - !ruby/object:Gem::Version
88
- version: 3.2.0
87
+ version: 3.3.0
89
88
  required_rubygems_version: !ruby/object:Gem::Requirement
90
89
  requirements:
91
90
  - - ">="
92
91
  - !ruby/object:Gem::Version
93
92
  version: '0'
94
93
  requirements: []
95
- rubygems_version: 3.6.9
94
+ rubygems_version: 4.0.16
96
95
  specification_version: 4
97
96
  summary: Puma plugin, adding ability to publish various metrics to your prefered targets.
98
97
  test_files: []
data/.tool-versions DELETED
@@ -1 +0,0 @@
1
- ruby 2.6.10