workforce_client 1.0.0

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: 278ec86d982cd150d50f2942546cf3ca40002cf54bcec4fc7b53a1bc604e2d6e
4
+ data.tar.gz: 631f8c9f994af9fa57433d176c813df9f529dd489687035ccc25918bff840b4c
5
+ SHA512:
6
+ metadata.gz: 4ed03cf220a6f2bc33e47311b93ac94964c324634c9026b0f6667d07d5e5affca8a9a1db769429be10d8abdf3182c65344997264312985bc303f55bc6c7044ae
7
+ data.tar.gz: b4fef28c6a36b50a29844aeda5bdfa59b5cf5241b120986af217174e6795689112cd6a6d8373e59b964073dfe4938fe1e096f2a3becb9124397b9a057100842b
@@ -0,0 +1,4 @@
1
+ # lib/workforce-client.rb
2
+ module WorkforceClient
3
+ VERSION = "1.0.0"
4
+ end
@@ -0,0 +1,4 @@
1
+ # lib/workforce-client/version.rb
2
+ module WorkforceClient
3
+ VERSION = "1.0.0"
4
+ end
metadata ADDED
@@ -0,0 +1,40 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: workforce_client
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Security Team
8
+ bindir: bin
9
+ cert_chain: []
10
+ date: 2025-02-07 00:00:00.000000000 Z
11
+ dependencies: []
12
+ description: This gem name is reserved for internal use.
13
+ email: cybersecurity.svc@bugcrowd.com
14
+ executables: []
15
+ extensions: []
16
+ extra_rdoc_files: []
17
+ files:
18
+ - lib/workforce_client.rb
19
+ - lib/workforce_client/version.rb
20
+ licenses:
21
+ - MIT
22
+ metadata: {}
23
+ rdoc_options: []
24
+ require_paths:
25
+ - lib
26
+ required_ruby_version: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: '0'
31
+ required_rubygems_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ requirements: []
37
+ rubygems_version: 3.6.2
38
+ specification_version: 4
39
+ summary: Reserved namespace for internal use
40
+ test_files: []