pixl 0.0.1

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 (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/pixl.rb +0 -0
  3. metadata +43 -0
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: d2286008c6763394b1dae403e60a984158cebbbaf2d6bcc139670f7219f9db11
4
+ data.tar.gz: cb403608ae76efc22449927f96c18ebd57afee2976337f396739b7cce528d569
5
+ SHA512:
6
+ metadata.gz: ac9f516de87c925f33192e42ed6ab2b9fa2f91d60e6fc4eaa834fe2377bce8c33c5c156cf9d7211f3564fbe256548165e5c799dfe9e353b096cf05bc33ff5f1d
7
+ data.tar.gz: cb22f46a19ed7eab1c36bd0619d36f0c606d4701726792554965605ac7e7a6b6e28f04376f17076fa24cff8138721493386b056183c647ac1881a820b21fdabf
data/lib/pixl.rb ADDED
File without changes
metadata ADDED
@@ -0,0 +1,43 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: pixl
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Ian Moody
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2021-09-10 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A simple pure Ruby graphics library
14
+ email: ian@ianmoody.com
15
+ executables: []
16
+ extensions: []
17
+ extra_rdoc_files: []
18
+ files:
19
+ - lib/pixl.rb
20
+ homepage: https://github.com/ianmoody/pixl
21
+ licenses:
22
+ - MIT
23
+ metadata: {}
24
+ post_install_message:
25
+ rdoc_options: []
26
+ require_paths:
27
+ - lib
28
+ required_ruby_version: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ version: '0'
33
+ required_rubygems_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - ">="
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ requirements: []
39
+ rubygems_version: 3.2.3
40
+ signing_key:
41
+ specification_version: 4
42
+ summary: Ruby graphics library
43
+ test_files: []