backgrounds 0.2.0 → 0.2.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +7 -3
- data/Rakefile +1 -1
- data/config/spritesheet-24x24.csv +1 -0
- data/config/spritesheet-24x24.png +0 -0
- data/lib/backgrounds/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 884b0cde6fc4679de5e415d2c3591634ed373fcc71b584ce384667e484b2f12d
|
4
|
+
data.tar.gz: 39f1df3af199be10475ae90bb873244c1e8cc06cfb428926c7e6d943e2459840
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc895039f33ca998f53dfcc32f7a0916db62cade77cf27540c7552dc4b21ec7a82b2ca439bc3b6578f6ec9954fc350299e14b1343b660c5fc9f9de027b60e239
|
7
|
+
data.tar.gz: 33a02b09734c575d97a1ad3c2d8cb7b9ad5c7f0bffd555793f56830bc494b756353bcb9067d254a9a3e0500594eb552bb57987a85a66ba5d8717087dbcda8fd6
|
data/README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1
|
-
The Do-It-Yourself (DIY) [Factory of Modern Originals (FoMO)](https://github.com/
|
1
|
+
The Do-It-Yourself (DIY) [Factory of Modern Originals (FoMO)](https://github.com/profilepic/originals) Presents
|
2
2
|
|
3
3
|
# (Pixel Art) Backgrounds
|
4
4
|
|
5
5
|
Yes, you can! Generate your own unique pixel art background images (off chain) from text attributes (via built-in spritesheets); incl. color stripes, gradients, and more
|
6
6
|
|
7
7
|
|
8
|
-
* home :: [github.com/
|
9
|
-
* bugs :: [github.com/
|
8
|
+
* home :: [github.com/profilepic/text-to-image](https://github.com/profilepic/text-to-image)
|
9
|
+
* bugs :: [github.com/profilepic/text-to-image/issues](https://github.com/profilepic/text-to-image/issues)
|
10
10
|
* gem :: [rubygems.org/gems/backgrounds](https://rubygems.org/gems/backgrounds)
|
11
11
|
* rdoc :: [rubydoc.info/gems/backgrounds](http://rubydoc.info/gems/backgrounds)
|
12
12
|
|
@@ -21,6 +21,10 @@ backgrounds...
|
|
21
21
|
|
22
22
|
|
23
23
|
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
|
24
28
|
## Questions? Comments?
|
25
29
|
|
26
30
|
Post them on the [D.I.Y. Punk (Pixel) Art reddit](https://old.reddit.com/r/DIYPunkArt). Thanks.
|
data/Rakefile
CHANGED
@@ -16,7 +16,7 @@ Hoe.spec 'backgrounds' do
|
|
16
16
|
self.summary = "backgrounds - generate your own unique pixel art background images (off chain) from text attributes (via built-in spritesheets); incl. color stripes, gradients, and more"
|
17
17
|
self.description = summary
|
18
18
|
|
19
|
-
self.urls = { home: 'https://github.com/
|
19
|
+
self.urls = { home: 'https://github.com/profilepic/text-to-image' }
|
20
20
|
|
21
21
|
self.author = 'Gerald Bauer'
|
22
22
|
self.email = 'wwwmake@googlegroups.com'
|
Binary file
|
data/lib/backgrounds/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: backgrounds
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gerald Bauer
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: pixelart
|
@@ -95,7 +95,7 @@ files:
|
|
95
95
|
- lib/backgrounds/base.rb
|
96
96
|
- lib/backgrounds/image.rb
|
97
97
|
- lib/backgrounds/version.rb
|
98
|
-
homepage: https://github.com/
|
98
|
+
homepage: https://github.com/profilepic/text-to-image
|
99
99
|
licenses:
|
100
100
|
- Public Domain
|
101
101
|
metadata: {}
|