punks 0.3.0 → 0.3.3

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: a7e6ceb92eef1f393f68a8cb6bf46b03bbb9b33377599d0f3a128acf982fdb27
4
- data.tar.gz: 6f1270498f82595d77275d0bb1112f564eed9bb19240faf4705baae5138617ee
3
+ metadata.gz: 306d022365ffc2434dd5cc6fec2af58099b64769be46469eb23442aeac400cb7
4
+ data.tar.gz: b8fdaf125c74ddb92fdcf55afad009a27ceb683b97cd0244e6e3693af545d02f
5
5
  SHA512:
6
- metadata.gz: ece0f7ef3505dcc3b04c3beb8352b43f4f444d28532d694e14c433ddbebbaaf89ad5eb1b57395842bfd8314b2a5ea8f665913690e2f59c0095aff3eabf8e0069
7
- data.tar.gz: 7b45dafd6870c4ca2b551ebf249d89f86b161cc39537e3947e23d0fb54ebd5dd4a483bebcde47c327fd42e570ac673519ca35115ae71d503ce16abf59502601e
6
+ metadata.gz: 7092120fe964865d996b11df6444176eca56f6a03d0fa1b1f7443cebfe81b7ff091217c427595749dcda8277fc902c1fb1334da2f76ccd5dc8542d1cd468172f
7
+ data.tar.gz: 0fceef5c4b0916760598e5b8eb9cf9aa288ca2bb55b5d0803ff080d50960220857a9fe409c46f4a97743058b25416d2f768cf717a7f1080bc9a7131c851331dd
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 & More (Pixel Characters / Avatars)
3
+ # Punks, Phunks, Philips, Marilyns, Saudis/Sheiks & More (Pixel Characters / Avatars)
4
4
 
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
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
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 '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 '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' }