tax-filing-service-client 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: 593086c2e8dd4286696f5ecc3f58b89da1354e635dc8ebf0f17877fa0fe7ef52
4
+ data.tar.gz: eab3d42cabf6506df7fe46b5f4461892ff97ace77519092e6ea9f30fa2c2fe43
5
+ SHA512:
6
+ metadata.gz: 2f9a0cb42c4a7528f2ecd22e5f8b42cebea3ccc1d5b9ad31393d202075ae970e2f6b60d9a373228f5726f46f35569dab8f4b6d1bf3f22cdabda9b9aada5f2b24
7
+ data.tar.gz: 3d44f6b5e9ec530545a1e285ab97e4d677c63c4f3dd16fc196e97de65f22e3a6d96f15f20949af88e6df8aaf61930a978878748388e028e348aa2ded4d697684
@@ -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: tax-filing-service-client
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: 2023-08-17 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
+ - tax-filing-service-client/lib/tax-filing-service-client.rb
20
+ homepage: https://rubygems.org/gems/tax-filing-service-client
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.3.5
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: ''
43
+ test_files: []