instana 2.5.1 → 2.6.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -1
  3. data/lib/instana/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 40aac99d17c0ed83570261a6a6a6c7a6900c7d44e24b2370476ce722c0642890
4
- data.tar.gz: 76ed9ab5fafa402e0783f67928807dc435d94c84d6f32418d71eeb3fb590bf76
3
+ metadata.gz: 2ed5be149509491e2aca498aad54181889c7cfc2cf8e0e51a6efcc34536e8379
4
+ data.tar.gz: 9d03560bb1a9524d95ab63f93073e08dcfccb41fe5f3dede35a857aa7e2b4ed9
5
5
  SHA512:
6
- metadata.gz: eedd8d0ffdd1b66b2ce7733659fd31c6e1bab2c28b5c7afca00efc53a73b869d65a7cab27e107f61643fb128d871c750d0190cf568a9b6eec579fe6f8c7edf4a
7
- data.tar.gz: 975ca25c4523771df6a70bd6a4e8bf3bb6164edcd90661e681d5bfc0c1747c9852ec2eef07a24502ccecad132462f697171a17dd2947133f5d8fbbc42e070562
6
+ metadata.gz: 449410b9cbacaa8e6e622cc2e0db673155f656095d6927fad27c8ed14b14f783821ecdd31579f4beeefd32c0fe5e7061644e2d709f67614f915b66f666518945
7
+ data.tar.gz: 27e52307782096e8e8fc90ff67adfbc11a146f40f0a2fcf3b11d7ba695e9cd5b0201ffc4edcac8de34ec090c48867aa1cd9ac00c0d1e4ada978b9c7fe285d645
data/README.md CHANGED
@@ -2,7 +2,9 @@
2
2
 
3
3
  The `instana` gem provides Ruby metrics and traces (request, queue & cross-host) for [Instana](https://www.instana.com/).
4
4
 
5
- This gem supports Ruby versions 2.7 or greater.
5
+ ## Ruby Version Support
6
+
7
+ This gem requires Ruby 3.2 or greater. We actively test and maintain compatibility with Ruby versions 3.2, 3.3, 3.4, and 4.0 to ensure optimal performance and reliability. As part of our commitment to supporting the Ruby community, we continue to provide support for Ruby versions up to 1 year after their official End-of-Life (EOL) date, giving you ample time to plan and execute version upgrades.
6
8
 
7
9
  Any and all feedback is welcome. Happy Ruby visibility.
8
10
 
@@ -2,6 +2,6 @@
2
2
  # (c) Copyright Instana Inc. 2016
3
3
 
4
4
  module Instana
5
- VERSION = "2.5.1"
5
+ VERSION = "2.6.0"
6
6
  VERSION_FULL = "instana-#{VERSION}"
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: instana
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.1
4
+ version: 2.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Giacomo Lombardo
@@ -355,14 +355,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
355
355
  requirements:
356
356
  - - ">="
357
357
  - !ruby/object:Gem::Version
358
- version: '3.0'
358
+ version: '3.2'
359
359
  required_rubygems_version: !ruby/object:Gem::Requirement
360
360
  requirements:
361
361
  - - ">="
362
362
  - !ruby/object:Gem::Version
363
363
  version: '0'
364
364
  requirements: []
365
- rubygems_version: 4.0.8
365
+ rubygems_version: 4.0.9
366
366
  specification_version: 4
367
367
  summary: Ruby Distributed Tracing & Metrics Sensor for Instana
368
368
  test_files: []