rubybc 0.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 +46 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 1c2150c93835aa9844579367169a5f4777321b59f778a8e77e5eaf0b68196706
4
+ data.tar.gz: cf65976d7286eb4ab5e649351766855ac693c407129d4688b66b58a804c61d4b
5
+ SHA512:
6
+ metadata.gz: d0992e174431d2a4aeadef9720b12306c81915dda4715c2f5932c06c83f2ce3a66045824b45fb392aa5cc63f52716749d68414b005253d1d9ed8f9e446144367
7
+ data.tar.gz: b4ec090f15d8266a597c4432d2f4c65d2266b4dfaafcfaf4aadfbaa31fd89e45545280edf7dff1744b06d951f4d310504d70f5ec28f8f6e1cdd3b872da966c0b
metadata ADDED
@@ -0,0 +1,46 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rubybc
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.2
5
+ platform: ruby
6
+ authors:
7
+ - phykos
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2020-02-24 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description:
14
+ email:
15
+ - pykosdevelopment@gmail.com
16
+ executables: []
17
+ extensions: []
18
+ extra_rdoc_files: []
19
+ files: []
20
+ homepage: https://github.com/phykos/rubybc
21
+ licenses: []
22
+ metadata:
23
+ allowed_push_host: https://rubygems.org
24
+ homepage_uri: https://github.com/phykos/rubybc
25
+ source_code_uri: https://github.com/phykos/rubybc
26
+ post_install_message:
27
+ rdoc_options: []
28
+ require_paths:
29
+ - lib
30
+ required_ruby_version: !ruby/object:Gem::Requirement
31
+ requirements:
32
+ - - ">="
33
+ - !ruby/object:Gem::Version
34
+ version: 2.3.0
35
+ required_rubygems_version: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">="
38
+ - !ruby/object:Gem::Version
39
+ version: '0'
40
+ requirements: []
41
+ rubyforge_project:
42
+ rubygems_version: 2.7.6.2
43
+ signing_key:
44
+ specification_version: 4
45
+ summary: Pseudo Ruby compiler that uses it's virtual machine.
46
+ test_files: []