holdout-group 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 5721dfe71761ffef867896f098613cc62d41e4cfba76d0073266ad1bdd1965b4
4
+ data.tar.gz: c5fb9ee29c907161f8bc2152363c6749749b487d8a1f5268d84b77ca42930249
5
+ SHA512:
6
+ metadata.gz: ccfda9fc422f0a92bd63e7f4b7eb843dda7578aa8090858e3e3d6f69bd2cc383ee497957de43ca3de5b126116c8fc9a3df85a0cd198df80cc619beb5d3fc44ef
7
+ data.tar.gz: f06bfdacf2972d895edca2122834b9c4c828ac2fce4216738830797a71ea97895b3995009c2dfe9de6faab87226ee51ab61038295350e1c49db39e0102c5e445
@@ -0,0 +1,6 @@
1
+ class Hello
2
+ def self.hello
3
+ puts "Hello world!"
4
+ end
5
+ end
6
+ puts "WARNING: This import is vulnerable to dependency confusion. This attack has been prevented."
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: holdout-group
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - X
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-09-30 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: ''
14
+ email: x@example.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - holdout-group/lib/holdout-group.rb
20
+ homepage: https://rubygems.org/gems/holdout-group
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: '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.1.2
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: ''
43
+ test_files: []