pixelflow_canvas 0.1.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 +47 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: '08b8d3390b3c6be337954a9b60ce30ff790adecd6652284a5fa192f8f7647caf'
4
+ data.tar.gz: c697eb44ec90e2d808e17591b21636d391862fb954e999e9c20ffa8bf953877e
5
+ SHA512:
6
+ metadata.gz: e8074169c5f5785fef3270fdb488ce63b6da543f1160537bbfafc970975bdcafe5cd88960853a5a1fb7e6de54f730c1a2886425a322c4030a193e199ae8dce72
7
+ data.tar.gz: 2c874f6c959b496aadd21ee086f30cdbb428c3c090fa1dade905d79bee6a488d84859fa67e39742f8320ee8163ab1178dd625c6ddf7c25f8262eb9c59424717c
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pixelflow_canvas
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Michael Specht
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-10-23 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: Use a virtual CRT for old school graphics programming, in VS Code, from
14
+ Ruby.
15
+ email:
16
+ - micha.specht@gmail.com
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files: []
21
+ homepage: https://github.com/specht/pixelflow_canvas_ruby
22
+ licenses:
23
+ - GPL-3.0-only
24
+ metadata:
25
+ homepage_uri: https://github.com/specht/pixelflow_canvas_ruby
26
+ source_code_uri: https://github.com/specht/pixelflow_canvas_ruby
27
+ changelog_uri: https://github.com/specht/pixelflow_canvas_ruby
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: 3.0.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.15
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Ruby driver for the Pixelflow Canvas VS Code extension.
47
+ test_files: []