minecraft_items 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
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: 33806e5067b292f17ba43606ce3ca4e301ab01bd43bce07f0e0b18dd13b57604
4
+ data.tar.gz: e147eb7dbf0d8143c3794c60a12e90ea8b1c8c14f92d20b384e2d4a804128be3
5
+ SHA512:
6
+ metadata.gz: 4066443c12040039726609c0ac30498862713a89ab60a0ae26714c211da40154a447cbe9420244af54e01473400261e83eb21dc94de7c9915f460a2c3cc8e37e
7
+ data.tar.gz: 43295240cc90c805916209008ed0c58428415d7fde1501aab2c8e4f6b3d0c26626c8a4aa80d0825f72beb90bf68ace497d5cf6cc16bbbded99b207c8d7f54f75
metadata ADDED
@@ -0,0 +1,44 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: minecraft_items
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Maximilian Alexander
8
+ - Zane Sandin
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2023-01-25 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: With a few simple commands return all the types of blocks as well as
15
+ each types variant.
16
+ email: maxx.stack15@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files: []
21
+ homepage: https://github.com/malexander15/minecraft_items
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.3.4
41
+ signing_key:
42
+ specification_version: 4
43
+ summary: A list of most minecraft items
44
+ test_files: []