calgo 0.0.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 +41 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 97e7a26faf355f69677e103ab2c0525edfd774865eaafa2b43b5df4a7da3adf7
4
+ data.tar.gz: 86307ac7f1c59398331fabcadb98d1b1c116aa0f5448f4fcf2905f3f906265a6
5
+ SHA512:
6
+ metadata.gz: 07407fdef0dbf4a5d613e267636f141f03cda0dbcd7bb62cb618f58d8edd9372c5843ab123e22c32380e45c3240038436aac8901941c10b1224db5b531f0e2cf
7
+ data.tar.gz: 74c1c6d831262b05b2190b968b0cfb94fb6f36513f222a379ebf484f59b6d9b5ed7dccbae278c8a65372798e310c6e7883cb132eb2cb264e77f7cb1cf68f4e2e
metadata ADDED
@@ -0,0 +1,41 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: calgo
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Donald Dong
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-02-21 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files: []
19
+ homepage:
20
+ licenses: []
21
+ metadata: {}
22
+ post_install_message:
23
+ rdoc_options: []
24
+ require_paths:
25
+ - lib
26
+ required_ruby_version: !ruby/object:Gem::Requirement
27
+ requirements:
28
+ - - ">="
29
+ - !ruby/object:Gem::Version
30
+ version: '0'
31
+ required_rubygems_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - ">="
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ requirements: []
37
+ rubygems_version: 3.0.4
38
+ signing_key:
39
+ specification_version: 4
40
+ summary: Common algorithms and data structures
41
+ test_files: []