lescopr 1.0.0 → 1.0.2

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: 3efeda7d85c0e939043d1e0c9d4537977d37152832209a96e486e2abed28a2b7
4
- data.tar.gz: 05310bf63b8dd2fb3c0e0da98e6c5b5181c751482c8652a647ffd2b92c6067ee
3
+ metadata.gz: 8f7055c0f58f4f1c81ab54ca129c5707d22d26d54fe8092e68461870628d6754
4
+ data.tar.gz: 5a0142b6fa711a1196277a1006754f49dbdb1c1460b9b5db3f221170d5af88e2
5
5
  SHA512:
6
- metadata.gz: ce9a7fc494e0946721ae00bc07e4ac82ebedec432f27423f27671b773d78bd1d6f1de4ce67b5dea83559bfca210f45dd60fce4d9b190f5437555bef25ecb6440
7
- data.tar.gz: 77788f5050abf55f0d5dc62dbba9a2dbe867bea75e7dc8d110841858f9bb036617d40cbb476d847144870870dd17b0782e0706b031df50d29fc035f7d1e41d1f
6
+ metadata.gz: 4f4a6c2fc51f7b27d21b8b99ff03aa7d9de6dcb4537cabe37efb068aed278c4bef79e21e216724758bf41c286f9102edaaab13dad10845ae8df621a90f664e33
7
+ data.tar.gz: 0e1c3ad90f11a02a51665f5a2e1ffa61ea3327d775621d7cc769b99fee695be87441aa201d41b885ac8d67c31522264557cc24bf475a2db71510b36e61ac935f
data/CHANGELOG.md CHANGED
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ---
13
13
 
14
+ ## [1.0.2] — 2026-04-17
15
+
16
+ ---
17
+
14
18
  ## [1.0.0] — 2026-04-17
15
19
 
16
20
  ### Added
@@ -76,7 +80,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
76
80
 
77
81
  ---
78
82
 
79
- [Unreleased]: https://github.com/Lescopr/lescopr-ruby/compare/v1.0.0...HEAD
83
+ [Unreleased]: https://github.com/Lescopr/lescopr-ruby/compare/v1.0.2...HEAD
84
+ [1.0.2]: https://github.com/Lescopr/lescopr-ruby/releases/tag/v1.0.2
80
85
  [1.0.0]: https://github.com/Lescopr/lescopr-ruby/releases/tag/v1.0.0
81
86
  [0.1.2]: https://github.com/Lescopr/lescopr-ruby/compare/v0.1.1...v0.1.2
82
87
  [0.1.1]: https://github.com/Lescopr/lescopr-ruby/compare/v0.1.0...v0.1.1
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lescopr
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.2"
5
5
  end
6
6
 
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lescopr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - SonnaLab
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2026-04-17 00:00:00.000000000 Z
@@ -133,7 +133,7 @@ metadata:
133
133
  documentation_uri: https://docs.lescopr.com
134
134
  bug_tracker_uri: https://github.com/Lescopr/lescopr-ruby/issues
135
135
  rubygems_mfa_required: 'true'
136
- post_install_message:
136
+ post_install_message:
137
137
  rdoc_options: []
138
138
  require_paths:
139
139
  - lib
@@ -148,8 +148,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  - !ruby/object:Gem::Version
149
149
  version: '0'
150
150
  requirements: []
151
- rubygems_version: 3.0.3.1
152
- signing_key:
151
+ rubygems_version: 3.4.19
152
+ signing_key:
153
153
  specification_version: 4
154
154
  summary: Zero-configuration Ruby monitoring SDK
155
155
  test_files: []