taylor 0.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- metadata +45 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 9e3b6965e6c67f0bf4cec98d656b27639865fa62d3cb0868e54166b36d05f0fb
|
4
|
+
data.tar.gz: b69b1cb256fd68aa74f4ba2ead2cd1361aeac2c2eae1d68458f2063213d8fe80
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: fd5486da6f7e4b508136ae7d3951ceec87cd36cb6065d8526282dfbb94d9c1138e4b25e7a50896affc409d768081411244a8803004d058eaae638a6f69b3f212
|
7
|
+
data.tar.gz: f1a1fdbb7936b15a489bb30113bd67ba276ace5ef03cc3d79e5c83579b6c4525acc4acf8c3086c302db1bcc4028ecdd997138373a6532252ab0d1aa93ff810bb
|
metadata
ADDED
@@ -0,0 +1,45 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: taylor
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Sean Earle
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2023-08-06 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: Taylor is a small, free, and open source game engine.
|
14
|
+
email: sean.r.earle@gmail.com
|
15
|
+
executables: []
|
16
|
+
extensions: []
|
17
|
+
extra_rdoc_files: []
|
18
|
+
files: []
|
19
|
+
homepage: https://www.taylormadetech.dev
|
20
|
+
licenses:
|
21
|
+
- MIT
|
22
|
+
metadata: {}
|
23
|
+
post_install_message:
|
24
|
+
rdoc_options: []
|
25
|
+
require_paths:
|
26
|
+
- lib
|
27
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
28
|
+
requirements:
|
29
|
+
- - ">="
|
30
|
+
- !ruby/object:Gem::Version
|
31
|
+
version: '0'
|
32
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - ">="
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '0'
|
37
|
+
requirements: []
|
38
|
+
rubygems_version: 3.4.10
|
39
|
+
signing_key:
|
40
|
+
specification_version: 4
|
41
|
+
summary: Taylor is a small, free, and open source game engine designed to be easy
|
42
|
+
to use, cross platform, and to boost developer happiness. Being MIT licensed means
|
43
|
+
that every line of code you write, any engine modifications you do, and all the
|
44
|
+
money you earn are all yours!
|
45
|
+
test_files: []
|