punks 0.1.1 → 0.2.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.
- checksums.yaml +4 -4
- data/Manifest.txt +9 -0
- data/README.md +2 -2
- data/Rakefile +1 -1
- data/config/philip-24x24.png +0 -0
- data/config/punks-24x24.csv +822 -0
- data/config/punks-24x24.png +0 -0
- data/lib/punks/generator.rb +330 -0
- data/lib/punks/marilyns.rb +20 -0
- data/lib/punks/philips.rb +24 -0
- data/lib/punks/phunks.rb +14 -0
- data/lib/punks/punks.rb +123 -0
- data/lib/punks/punks_xl.rb +36 -0
- data/lib/punks/version.rb +2 -2
- data/lib/punks.rb +23 -31
- metadata +17 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e699bed9f9f800c1c7dc6cd5fb12b81259de21945a327b54265392b0ab3866a
|
4
|
+
data.tar.gz: b7978ab9e53e0bcf82ca8725b9e11d12c4f8f4eab66c1c76215cc2e1acd36f78
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1f108d7d4be9014f68b4493fb2b763e560c4b3c5b28937087b74d1d6cd827ee301d6a458daf8ab3f3241d64da1a05f04f7dd00c1f1ba5d5644c77308fdb4f021
|
7
|
+
data.tar.gz: 29dd585a4c1e2fc8b90aa355e0620cf967a586db5d25e828f68c698afccc998f44651c518a80d44a0d1b41ba73a040c3869e103100d0e1f6f094c9d3fc959b7d
|
data/Manifest.txt
CHANGED
@@ -2,7 +2,16 @@ CHANGELOG.md
|
|
2
2
|
Manifest.txt
|
3
3
|
README.md
|
4
4
|
Rakefile
|
5
|
+
config/philip-24x24.png
|
6
|
+
config/punks-24x24.csv
|
7
|
+
config/punks-24x24.png
|
5
8
|
config/punks_xl-32x32.csv
|
6
9
|
config/punks_xl-32x32.png
|
7
10
|
lib/punks.rb
|
11
|
+
lib/punks/generator.rb
|
12
|
+
lib/punks/marilyns.rb
|
13
|
+
lib/punks/philips.rb
|
14
|
+
lib/punks/phunks.rb
|
15
|
+
lib/punks/punks.rb
|
16
|
+
lib/punks/punks_xl.rb
|
8
17
|
lib/punks/version.rb
|
data/README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
The Do-It-Yourself (DIY) [Factory of Modern Originals (FoMO)](https://github.com/pixelartexchange/originals) Presents
|
2
2
|
|
3
|
-
# Punks (Pixel Characters / Avatars)
|
3
|
+
# Punks, Phunks, Philips, Marilyns & More (Pixel Characters / Avatars)
|
4
4
|
|
5
|
-
Yes, you can! Generate your own 24×24 or 32×32 punk (pixel) avatar / character images (off chain) from text attributes (via built-in spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more
|
5
|
+
Yes, you can! Generate your own 24×24 (or 32×32) punk, phunk, philip, marilyn & more (pixel) avatar / character images (off chain) from text attributes (via built-in spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more
|
6
6
|
|
7
7
|
|
8
8
|
|
data/Rakefile
CHANGED
@@ -13,7 +13,7 @@ Hoe.spec 'punks' do
|
|
13
13
|
|
14
14
|
self.version = Pixelart::Module::Punks::VERSION
|
15
15
|
|
16
|
-
self.summary = "punks - generate your own 24×24 or 32×32 punk (pixel) avatar / character images (off chain) from text attributes (via built-in spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more"
|
16
|
+
self.summary = "punks - generate your own 24×24 (or 32×32) punk, phunk, philip, marilyn 'n' more (pixel) avatar / character images (off chain) from text attributes (via built-in spritesheet); incl. 2x/4x/8x zoom for bigger sizes and more"
|
17
17
|
self.description = summary
|
18
18
|
|
19
19
|
self.urls = { home: 'https://github.com/cryptopunksnotdead/cryptopunks' }
|
Binary file
|