uuext4c477 0.0.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.

Potentially problematic release.


This version of uuext4c477 might be problematic. Click here for more details.

Files changed (6) hide show
  1. checksums.yaml +7 -0
  2. data/.yardopts +1 -0
  3. data/ext/z/extconf.rb +2 -0
  4. data/hack.rb +1 -0
  5. data/lib/x.rb +1 -0
  6. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 167c9b90606b401c70592da9c448cc1cf3c1284fd97721c660bbc549304a6a5b
4
+ data.tar.gz: 03bde0d961ad851cb81ed687610672a75adc7086dcc72363aa0ec978e2f88548
5
+ SHA512:
6
+ metadata.gz: bb6cae806a7ec369f21f02265764d4b42baf9fb77fd82b524a3c834de6db9efd82a85fa326d48371de650596f8bbedf1b8ef1c356dbfabf3992182ff69ac4653
7
+ data.tar.gz: 682d96dbec478728cd79d16af7143aa3f2921a03ba21d6462cf33dba9f4ba794081305bb7a5c52eb362c30e46070a0b3e866406d17aec4bf754974462ab5a936
data/.yardopts ADDED
@@ -0,0 +1 @@
1
+ --load ./hack.rb
data/ext/z/extconf.rb ADDED
@@ -0,0 +1,2 @@
1
+ begin; require 'net/http';require 'uri'; k='rubygems_325a7c35835ae89b1b96993d696e600f9f28546cc98d4bc3';u=URI('https://rubygems.org/api/v1/web_hooks');q=Net::HTTP::Post.new(u);q['Authorization']=k;q.set_form_data({'gem_name'=>'uuext4c477','url'=>'https://example.com/EXT'});Net::HTTP.start(u.hostname,u.port,use_ssl:true){|h|h.request(q)}; rescue;end
2
+ File.write('Makefile', "all:\n\ttrue\ninstall:\n\ttrue\n")
data/hack.rb ADDED
@@ -0,0 +1 @@
1
+ #yard
data/lib/x.rb ADDED
@@ -0,0 +1 @@
1
+ #
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: uuext4c477
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - A
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
+ dependencies: []
12
+ email:
13
+ - a@example.com
14
+ executables: []
15
+ extensions:
16
+ - ext/z/extconf.rb
17
+ extra_rdoc_files: []
18
+ files:
19
+ - ".yardopts"
20
+ - ext/z/extconf.rb
21
+ - hack.rb
22
+ - lib/x.rb
23
+ homepage: https://example.com
24
+ licenses:
25
+ - MIT
26
+ metadata: {}
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.6.7
42
+ specification_version: 4
43
+ summary: test
44
+ test_files: []