private_gem28018604272259273 1.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: 759eb116f66f52215defe2618969f9cdc182b6a4dd6de995c3acd9b53c827028
4
+ data.tar.gz: 1996a1d76ba5f5ba74fea71abbd49a79fdb4adee629a32bac248c8549048db86
5
+ SHA512:
6
+ metadata.gz: e288e5c4034ac34ce6b153961479d2dd00ccbf637a275a68ae1315e3a44594d15c6db97505d8f24f20d816158d157fc66d7fd9c3c2d4936d09d699664f65ba4e
7
+ data.tar.gz: cd02cf28bd2c746105ce3b222dcc64b0c6407bf6e1508c749bc2bb43ae611de30e7d96b38bcdc03dd301a148bc4084474f4c2a403a11f8dda59fa2548f1b50bb
@@ -0,0 +1,7 @@
1
+ require "private_gem28018604272259273/version"
2
+
3
+ module PrivateGem28018604272259273
4
+ def self.some_method
5
+ puts "Hello from public Gem that is masking the private Gem. Oh no!"
6
+ end
7
+ end
@@ -0,0 +1,3 @@
1
+ module PrivateGem28018604272259273
2
+ VERSION = "1.0.1"
3
+ end
metadata ADDED
@@ -0,0 +1,49 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: private_gem28018604272259273
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.1
5
+ platform: ruby
6
+ authors:
7
+ - James 'zofrex' Sanderson
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2021-02-12 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: 'I am testing Bundler''s susceptibility to ''dependency confusion'' attacks
14
+ in various scenarios - see here for more details https://medium.com/@alex.birsan/dependency-confusion-4a5d60fec610
15
+ (NB: not my blog post). This library only contains dummy code and does NOT contain
16
+ any malicious code, it does NOT exploit anything. This is for research purposes
17
+ only.'
18
+ email:
19
+ - zofrex@gmail.com
20
+ executables: []
21
+ extensions: []
22
+ extra_rdoc_files: []
23
+ files:
24
+ - lib/private_gem28018604272259273.rb
25
+ - lib/private_gem28018604272259273/version.rb
26
+ homepage:
27
+ licenses:
28
+ - MIT
29
+ metadata: {}
30
+ post_install_message:
31
+ rdoc_options: []
32
+ require_paths:
33
+ - lib
34
+ required_ruby_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: 2.3.0
39
+ required_rubygems_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
44
+ requirements: []
45
+ rubygems_version: 3.1.4
46
+ signing_key:
47
+ specification_version: 4
48
+ summary: A gem for testing Bundler
49
+ test_files: []