sentry-agents 0.1.0 → 0.1.1

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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/sentry/agents/version.rb +1 -1
  3. metadata +7 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7fa4b4fcf3ca85a7404b987df6ee161819a05375a4ec0045ad02fc5e221ca394
4
- data.tar.gz: 84a5ebb7522b169f6e0018df6095c8868fe4305c0e3d1ac91b706995bd63b9c1
3
+ metadata.gz: d388680f0bfc3164cd64c362d370fb8f457b51415a475381ca8c8f9ac0820ddf
4
+ data.tar.gz: 7a5a88a3c33aacdf8cbd6f9f9ae5bf0d839726e1750907ded55f92990b13e505
5
5
  SHA512:
6
- metadata.gz: c4ee05c5e3cac969d620e9379b25ed4b6b657dbfefb7b6263374974c60ef46ee032974a1f8ba2c34b5d86d765222e8df534e1d83c5126f5fd63d84b3cf27c36d
7
- data.tar.gz: ffc74b1b22eee48374460672570cdb945ee54cb74acca1473126412a4627dc83daf636d23b2af5444dc722a0fa9d6fb09f1ddfa703a6ef785995e68bec6a2048
6
+ metadata.gz: 0d65c14bebb9a180178c8fd4f023f6351b86cc7b20f430e9d904807b9a32b7642cc55d9daffdb27160a3fef1578d339aebe2fd0a50f52d313b4b85b4d805d8bb
7
+ data.tar.gz: c33b976bbd6ce9afa94ab75c96145ee5a5f71598868893f3d3e5494ea18cc6ff88828248fe771ac4ae86798eb86fb4ed29e9d15e8cfa4ff16effd0de44c7f8ce
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Sentry
4
4
  module Agents
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sentry-agents
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - SwiftTail
7
+ - Istvan Hoka
8
8
  bindir: bin
9
9
  cert_chain: []
10
10
  date: 1980-01-02 00:00:00.000000000 Z
@@ -84,7 +84,7 @@ description: |
84
84
  supporting multiple providers (Anthropic, OpenAI, etc.)
85
85
  with auto-instrumentation for RubyLLM and LangChain.rb.
86
86
  email:
87
- - dev@flyswifttail.com
87
+ - istvan.hoka@gmail.com
88
88
  executables: []
89
89
  extensions: []
90
90
  extra_rdoc_files: []
@@ -99,13 +99,13 @@ files:
99
99
  - lib/sentry/agents/serializer.rb
100
100
  - lib/sentry/agents/span_builder.rb
101
101
  - lib/sentry/agents/version.rb
102
- homepage: https://github.com/sentry-agents/sentry-agents-ruby
102
+ homepage: https://github.com/ihoka/sentry-agents
103
103
  licenses:
104
104
  - MIT
105
105
  metadata:
106
- homepage_uri: https://github.com/sentry-agents/sentry-agents-ruby
107
- source_code_uri: https://github.com/sentry-agents/sentry-agents-ruby
108
- changelog_uri: https://github.com/sentry-agents/sentry-agents-ruby/blob/main/CHANGELOG.md
106
+ homepage_uri: https://github.com/ihoka/sentry-agents
107
+ source_code_uri: https://github.com/ihoka/sentry-agents
108
+ changelog_uri: https://github.com/ihoka/sentry-agents/blob/main/CHANGELOG.md
109
109
  rubygems_mfa_required: 'true'
110
110
  rdoc_options: []
111
111
  require_paths: