punks 0.1.0 → 0.2.1

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: 1f0a2f18312a1a975f178a494001a553421d3d33dbda86403a19dd364ca94423
4
- data.tar.gz: eafd9c32cfca4668355c26d67f6a18dde7fdeca1d129891c5993346b202fadb0
3
+ metadata.gz: f0c521c2cbcf4604bebb732f0f09b741a1b535545048995451e04a5326c6a01e
4
+ data.tar.gz: 4caa12cae6db2396a83d5fdf2b207ed34b9ed9cd2d76ad6e73755bd98219e608
5
5
  SHA512:
6
- metadata.gz: 75af84f78d8fcb786e59f9b74b4c9753fb2cfff897739c55461fe9974a4a24c179334d82a40c29eae07ae290e259b21008b70e6b124de8d49761989a6b2c1779
7
- data.tar.gz: 414dc886904ca427df83abff006793c2ad111f458e19f328d639015236938adc6781066ccd5b8fa2efb2a05155cdba73abe3a18a45e1aeb8e2cbc6cc2e6eaba3
6
+ metadata.gz: 9b753d3425775ed6e5dc69de0b6ca52bc59a1ccb3946ee7a0699ead8e4a03e552d89d21d931bd0f89ed0842df9ad9cf12ed47aec74d6cab3dfce916e72c2384c
7
+ data.tar.gz: f8e8cb86553017fdb43638fdeb2b248f6169635ecfc33eace2577bf42f4d515d13e79a1b9a9ea07b8393bc4b077cd79ffa3593dc4da2876676dec679d8c36a06
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' }
@@ -26,9 +26,9 @@ Hoe.spec 'punks' do
26
26
  self.history_file = 'CHANGELOG.md'
27
27
 
28
28
  self.extra_deps = [
29
- ['pixelart', '>= 1.3.1'],
29
+ ['pixelart', '>= 1.3.2'],
30
30
  ['backgrounds', '>= 0.2.0'],
31
- ['artfactory', '>= 0.1.0'],
31
+ ['artfactory', '>= 0.2.0'],
32
32
  ]
33
33
 
34
34
  self.licenses = ['Public Domain']
Binary file