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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba64268736e88746a7b71dd4ae1d1d51ca5f1932ba89b8f0d29cf016bbe24f2b
4
- data.tar.gz: 9e8192603d95749bcbedf06c6730379d9d99d8d09a05adb591e51f387b7aeca6
3
+ metadata.gz: 4e699bed9f9f800c1c7dc6cd5fb12b81259de21945a327b54265392b0ab3866a
4
+ data.tar.gz: b7978ab9e53e0bcf82ca8725b9e11d12c4f8f4eab66c1c76215cc2e1acd36f78
5
5
  SHA512:
6
- metadata.gz: 0b0461e02158db7b5521008338e3615e383a9c7c08f9a368261414980279fac0ef9af9be7ff4598edc6399ff98e8dd1ccf707af1c9cce55fd28593eb02b8ff96
7
- data.tar.gz: ff1e78896fa318c3caad425fbf1ad76719bbbbbd7515598c5d37f2fe8fc136be5142855d5edc49c57c17602acfd662b83c6d3f287200a8e7a10ffd14a5ce2d71
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