punks 0.3.1 → 0.3.4

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: ef4999991a9be18190921b940219f841b1cacff54a99026d1404f3f43c65c558
4
- data.tar.gz: dcfc409fc2997411253a3daa54a0ebc9a9bce407b4eeeef8c460f618df8178cf
3
+ metadata.gz: 0acedecd2017d2d23772aa011f67d36b96678c676ed1610f2b6ea797a06b78c4
4
+ data.tar.gz: 037afcdbc43730fe6ef8f1246b721bc5630a88e5850ea014cb1f26489d74557f
5
5
  SHA512:
6
- metadata.gz: 8708e31b9a9420537efca32ff68a047306af9320a3e0cf5ccf7a94dc39bc06e9ba4e42358775830ebaa4ba1e996d0d242e142867093e89fb5a072a3ce517844f
7
- data.tar.gz: 48f8ec551995bd57705fb87deceb7adb7ef11648462a645690e9b521ee646cb940d89d390e4583f91f388403d3183db50773b74c5a907c047e119eb0f3bc2901
6
+ metadata.gz: a343d4a460ae5f68e44735803b408015c6901def2690df5bbbf3b96d695a7747d8f2918e4467147a68ccf27a0864c713855c1bac316d41dfd5a552c633854ff0
7
+ data.tar.gz: 6bde9d681ad8ccf0cd93ba12584782219f8ef0dac4581075b78caefc0466f5f04813b2f5ffb5d08fae9a828bbaa87c4a0e40a9450f511fc543b45055dbe9d99d
data/Manifest.txt CHANGED
@@ -5,15 +5,20 @@ Rakefile
5
5
  config/philip-24x24.png
6
6
  config/punks-24x24.csv
7
7
  config/punks-24x24.png
8
+ config/punks-32x32.csv
9
+ config/punks-32x32.png
8
10
  config/punks_xl-32x32.csv
9
11
  config/punks_xl-32x32.png
10
12
  config/saudis-24x24.csv
11
13
  config/saudis-24x24.png
12
14
  lib/punks.rb
13
- lib/punks/generator.rb
15
+ lib/punks/bodies_32.rb
16
+ lib/punks/bodies_40.rb
14
17
  lib/punks/marilyns.rb
15
18
  lib/punks/philips.rb
16
19
  lib/punks/phunks.rb
20
+ lib/punks/pixelart/generator.rb
21
+ lib/punks/pixelart/spritesheet.rb
17
22
  lib/punks/punks.rb
18
23
  lib/punks/punks_xl.rb
19
24
  lib/punks/saudis.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, Phunks, Philips, Marilyns, Saudis/Sheiks & More (Pixel Characters / Avatars)
3
+ # Punks, Phunks, Philips, Marilyns, Saudis/Sheiks, Men In Black, Hotties & More (Pixel Characters / Avatars)
4
4
 
5
- Yes, you can! Generate your own 24×24 (or 32×32) punk, phunk, philip, marilyn, saudi/sheik & more (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, saudi/sheik, man in black, hottie & 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, phunk, philip, marilyn, saudi/sheik '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"
16
+ self.summary = "punks - generate your own 24×24 (or 32×32) punk, phunk, philip, marilyn, saudi/sheik, man in black, hottie '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' }