atc 0.3.2

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 +61 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 9bebaeeef1a8025f812cd74a368b055ef540351d79bb8ce2541abedbb32100fc
4
+ data.tar.gz: ef5dfbb41d6279665084114ff9c666319024e72f31355bba3b7c09bd8adfcfd5
5
+ SHA512:
6
+ metadata.gz: b438695e1e657ea0161baf33a35278f71f71597ee63a89fcfacb851e5129eb00b7c9715ad6080185dce71744ddd2bca2611c58cd3f2a610d4d9a2d86e0b3d4f4
7
+ data.tar.gz: f3014d28b97d4a0a385338663ef966f7ebf8e2510e448297e91eb45ce5c94a1bc76fc71981c2a73850f4ffa8936489aa6d6dbcd168bc822e6d557f9c8cd36188
metadata ADDED
@@ -0,0 +1,61 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: atc
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.3.2
5
+ platform: ruby
6
+ authors:
7
+ - Jan David
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2022-08-26 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: grpc
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: 1.48.0
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: 1.48.0
27
+ description: Ruby client for the video game Auto Traffic Control
28
+ email:
29
+ - jdno@jdno.dev
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files: []
34
+ homepage: https://auto-traffic-control.com
35
+ licenses:
36
+ - MIT or Apache-2.0
37
+ metadata:
38
+ homepage_uri: https://auto-traffic-control.com
39
+ source_code_uri: https://github.com/jdno/auto-traffic-control
40
+ changelog_uri: https://github.com/jdno/auto-traffic-control/blob/main/CHANGELOG.md
41
+ rubygems_mfa_required: 'true'
42
+ post_install_message:
43
+ rdoc_options: []
44
+ require_paths:
45
+ - lib
46
+ required_ruby_version: !ruby/object:Gem::Requirement
47
+ requirements:
48
+ - - ">="
49
+ - !ruby/object:Gem::Version
50
+ version: 3.0.0
51
+ required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ">="
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ requirements: []
57
+ rubygems_version: 3.3.7
58
+ signing_key:
59
+ specification_version: 4
60
+ summary: A video game for programmers about air traffic control
61
+ test_files: []