wandhackmy 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/evil.rb +1 -0
  4. data/lib/x.rb +1 -0
  5. metadata +39 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 7c29abdc0ca8048479e1d851201d1436f5ac9058191428f0eeed3d9c219b99da
4
+ data.tar.gz: cc9a28cc9f867ad4624a29f63786aacab10b9817e0efb3c9d74d07dd1a39048b
5
+ SHA512:
6
+ metadata.gz: 93874ed5504c3ba6c0d23b7fae5d69d6af9860c0e41d8e496bb354b75cae5a0454f2d5bf71cfaabc09d04aeb372aa0f5a7c99d9eb925d3f599d8e9988d39a16e
7
+ data.tar.gz: 2270c09f0d2a925d126b2bce41efc614f7524e9aeaadccb9d2fa9d9b84c609202b16d1df36cc0197d6b8cc9585fc157fbe93127575239a256af1c78dfb61d544
data/.yardopts ADDED
@@ -0,0 +1 @@
1
+ --load ./evil.rb
data/evil.rb ADDED
@@ -0,0 +1 @@
1
+ puts 'hi'
data/lib/x.rb ADDED
@@ -0,0 +1 @@
1
+ # x
metadata ADDED
@@ -0,0 +1,39 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: wandhackmy
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - tmpgeo
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
+ - evil.rb
18
+ - lib/x.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: plugin
39
+ test_files: []