conc_race 1.1.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 +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c69cca513554ebdc3241a067600fd572ae33da0131c465fb53566dcdcff5bdd4
4
+ data.tar.gz: 4c0d957872b0bae0ec990e0589c955eb928189a4f1722f1edbeb6495cf826b64
5
+ SHA512:
6
+ metadata.gz: 16ba966e173fc6d2585688cdf13332d4d6fffcc5f473b6aaa5c95639b6fc1bcf6dd3c6e04d5bb45a1a6acb22adc499354c8178010860c78ddcc77c005e886674
7
+ data.tar.gz: 5688e326331e1b6d560ec7bbd9788618be65e9cb2774e7c2cb1f4b02f86512643dc536b9fc6b422b20aecadf2721c34900c9a543c2c275f2d3db1cb7961b56c6
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: conc_race
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1.2
5
+ platform: ruby
6
+ authors:
7
+ - Bhuwan Bhatt
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2023-01-16 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: It simplifies understaanding the Concurrent Thread Execution and Multithreading
14
+ in Ruby Programming with a small console Car Race game
15
+ email:
16
+ - bhuwanbhatt475@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files: []
21
+ homepage: https://github.com/Bhuwan-cloud/conc_race_gem
22
+ licenses:
23
+ - MIT
24
+ metadata:
25
+ homepage_uri: https://github.com/Bhuwan-cloud/conc_race_gem
26
+ source_code_uri: https://github.com/Bhuwan-cloud/conc_race_gem
27
+ changelog_uri: https://github.com/Bhuwan-cloud/conc_race_gem/blob/main/CHANGELOG.md
28
+ post_install_message:
29
+ rdoc_options: []
30
+ require_paths:
31
+ - lib
32
+ required_ruby_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ">="
35
+ - !ruby/object:Gem::Version
36
+ version: 2.6.0
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
38
+ requirements:
39
+ - - ">="
40
+ - !ruby/object:Gem::Version
41
+ version: '0'
42
+ requirements: []
43
+ rubygems_version: 3.3.7
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: The Concurrency Analyzer Game for Ruby Programmers!
47
+ test_files: []