lescopr 0.1.1 → 0.1.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +10 -1
  3. data/lib/lescopr/version.rb +1 -1
  4. metadata +5 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 17e96cbe7ffa8dd500efe4c22fff59e4098b55ba8c172e3571b6dfc93e754f4f
4
- data.tar.gz: c1c3486176a778b133d4fc5bbaa54fbe236b54ee62e4a1bc43eb9a1043f4148c
3
+ metadata.gz: ffab0fb6dbe1e787142136ce83288f91bd348aeac6850ea394aadcd887e4bd51
4
+ data.tar.gz: b88a47a85343da09d9afbc724da85e7dbe7789c4a344270d6a095f97cfd807ed
5
5
  SHA512:
6
- metadata.gz: 685527b7a1d399d79a8066feafeeb83868db264c2a625158210196df359fb9cd8a95161d305fa0219489d68758f74be2c27096aab135dac0b5cfa71df489d80d
7
- data.tar.gz: 0e122b2d31270aa68b09347b0409423dbb4a0a3e2873d60b54d52eb15e4b3d04cd5a2d46d05d04fa6f9c83a9e187ea3d96e606ddd31073482789af21c59b648f
6
+ metadata.gz: 8b85fea10925e71904e29b48eb4b895bd7c2a9a6dcf5bccf9783a705a54222e1ea2629513b8bfa3066733a1862ff81879ea16361a38200cf7c05fae78eeb9ff5
7
+ data.tar.gz: 0dc7402b895f673297ef5a5eb66a447e5e5aea8d371fb49f2ac7e2f8ccb7b5db446718869f3c98b072f2e0780ea72c5d7bcdc0ca9925520256cf184539847af2
data/CHANGELOG.md CHANGED
@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
 
12
12
  ---
13
13
 
14
+ ## [0.1.2] — 2026-03-08
15
+
16
+ ### Fixed
17
+ - CI: use `GEM_HOST_API_KEY` env var on `gem push` to avoid interactive MFA prompt
18
+ - CI: remove `rake release` dependency, build gem directly in workflow
19
+
20
+ ---
21
+
14
22
  ## [0.1.1] — 2026-03-08
15
23
 
16
24
  ### Fixed
@@ -52,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
52
60
 
53
61
  ---
54
62
 
55
- [Unreleased]: https://github.com/Lescopr/lescopr-ruby/compare/v0.1.1...HEAD
63
+ [Unreleased]: https://github.com/Lescopr/lescopr-ruby/compare/v0.1.2...HEAD
64
+ [0.1.2]: https://github.com/Lescopr/lescopr-ruby/compare/v0.1.1...v0.1.2
56
65
  [0.1.1]: https://github.com/Lescopr/lescopr-ruby/compare/v0.1.0...v0.1.1
57
66
  [0.1.0]: https://github.com/Lescopr/lescopr-ruby/releases/tag/v0.1.0
58
67
  [0.1.0]: https://github.com/Lescopr/lescopr-ruby/releases/tag/v0.1.0
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lescopr
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
6
6
 
metadata CHANGED
@@ -1,10 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lescopr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - SonnaLab
8
+ autorequire:
8
9
  bindir: exe
9
10
  cert_chain: []
10
11
  date: 2026-03-07 00:00:00.000000000 Z
@@ -129,6 +130,7 @@ metadata:
129
130
  documentation_uri: https://docs.lescopr.com
130
131
  bug_tracker_uri: https://github.com/Lescopr/lescopr-ruby/issues
131
132
  rubygems_mfa_required: 'true'
133
+ post_install_message:
132
134
  rdoc_options: []
133
135
  require_paths:
134
136
  - lib
@@ -143,7 +145,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
143
145
  - !ruby/object:Gem::Version
144
146
  version: '0'
145
147
  requirements: []
146
- rubygems_version: 3.6.3
148
+ rubygems_version: 3.4.19
149
+ signing_key:
147
150
  specification_version: 4
148
151
  summary: Zero-configuration Ruby monitoring SDK
149
152
  test_files: []