tiny_rts 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/tiny_rts.rb +1 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: '0287751b925d0233b966c3e2887f095c5922828d1aac7c4f1ef7162d1a1dac45'
4
+ data.tar.gz: f592dc4c504c1afb6744f97d1e1b577041d359012ec3e643e07c88b43de1b542
5
+ SHA512:
6
+ metadata.gz: 4be76bd3bd08f7b64586ac5982dfbc641fd0563bd6bad7f88420c1482bba240518eef65293c8c6f19759db5a7e2c73c3e04ccc674973b72b8814749ba373a433
7
+ data.tar.gz: 0c6b0929db19fc540f16849313c06b8396dcf8f9e1afaf9d4e458b14b3ac84321be100da4da7c2bffc0e6fbc5bbd68737fa5b2fd2fb68566883a53452565c26e
data/lib/tiny_rts.rb ADDED
@@ -0,0 +1 @@
1
+ # TODO
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: tiny_rts
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Jeff Lunt
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2024-10-07 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: an rts game prototyping engine
14
+ email: jefflunt@gmail.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/tiny_rts.rb
20
+ homepage: https://github.com/jefflunt/tiny_rts
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.5.16
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: an rts game prototyping engine
43
+ test_files: []