rbloxy 0.1.0

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 (2) hide show
  1. checksums.yaml +7 -0
  2. metadata +44 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: b4303a57f43b777ace196d7bc4484e3a33e8dbbd85d14026fffd2f9db4245d8a
4
+ data.tar.gz: 2794c6165525ca247a396ea7395675074e6acb2e69eb902f2ae4f36ef9b520ce
5
+ SHA512:
6
+ metadata.gz: 45780ce8d1ef755ef24658404b85c22705ab415ec513033a68ae7d628aaa4f2b3e03a8a2733c823ff4d182791179eb6d6d2f9568f0359faba64d5f7690145be1
7
+ data.tar.gz: ad6175afbc69b487d3f9484815443e9318e1b12a5b3efa67318c8d94912f9d52b6f6662f79cc28a9de5023da48ade1f5dc2091abeefeb9cd19ddc65aaee42f48
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rbloxy
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Embedded77
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-02-03 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: rbloxy is a gem created to be a sentry to the roblox api with almost
14
+ complete coverage.
15
+ email:
16
+ - usernamewithheld13@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files: []
21
+ homepage: https://github.com/embedded77/rbloxy
22
+ licenses:
23
+ - MIT
24
+ metadata: {}
25
+ post_install_message:
26
+ rdoc_options: []
27
+ require_paths:
28
+ - lib
29
+ required_ruby_version: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ required_rubygems_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - ">="
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ requirements: []
40
+ rubygems_version: 3.0.3
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: A roblox api wrapper.
44
+ test_files: []