originals 1.1.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0ba81141f671af0a54e1b962097a36eda487d0c8e6b1b04732709f3cb83d261
4
- data.tar.gz: aa95846faac6ceb0209d86929a6f80a4263236c12cae8a30322db1876e0d237e
3
+ metadata.gz: 55f4c932f08524791b0a801127ca86436f134681e7031646f056aff12cb2a793
4
+ data.tar.gz: ce5f876d4832e540e6d460e54d38a9a83c62e16d608c21b74c705145a13a03a9
5
5
  SHA512:
6
- metadata.gz: '018a112f6b7718e71c2ad4becfd7637c15292bed978c8bdf6c6b6cf924747fbbacdef7a23e39e56527ed8ea8348d7d0d0bc86aa57251be42265e8196e8afdca2'
7
- data.tar.gz: 9f27aefeb8bdd22667e4784d569b95871bd0f7588c3c60ee76c10d8081e8287fa5417f604cd94b00da2aa07dab96eff50634c9a607e5bd7b0cec80f42b3b5432
6
+ metadata.gz: cdfb86a90f80cf918d41e17350bc7b6e8e45c7c08ae6665e4ec4255ed135d1cb30e3aad4adfc6790c22f21b2a6fdf26de3f36e3a5aafe695224c17f0a14c12ac
7
+ data.tar.gz: 2ed52cfb1825d99177e303052f77555bd8de110cf77e8c9853664e4e1fae0c41befd88682009d886ba5156f4351bd412f5025dd0a2040876cac7be20735b36ed
data/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  Do-it-yourself (DIY) - yes, you can! - fab(criate) your own unique (pixel) artworks w/ text attributes (via built-in spritesheets) incl. 2x/4x/8x zoom for bigger sizes and more
4
4
 
5
5
 
6
- * home :: [github.com/pixelartexchange/originals](https://github.com/pixelartexchange/originals)
7
- * bugs :: [github.com/pixelartexchange/originals/issues](https://github.com/pixelartexchange/originals/issues)
6
+ * home :: [github.com/profilepic/originals](https://github.com/profilepic/originals)
7
+ * bugs :: [github.com/profilepic/originals/issues](https://github.com/profilepic/originals/issues)
8
8
  * gem :: [rubygems.org/gems/originals](https://rubygems.org/gems/originals)
9
9
  * rdoc :: [rubydoc.info/gems/originals](http://rubydoc.info/gems/originals)
10
10
 
@@ -35,13 +35,15 @@ Usage: fab [options] name [attribute attribute ...]
35
35
 
36
36
 
37
37
 
38
- ### Punks (24x24)
38
+ ### Punks, Phunks, Philips, Marilyns & More (24x24)
39
39
 
40
40
  _A free (pixel) art service brought to you by the [punks, (phunks, philips, marilyns, & more) generation library / gem »](https://github.com/cryptopunksnotdead/cryptopunks/tree/master/cryptopunks)_
41
41
 
42
42
 
43
43
 
44
- Fab(ricate) punk character pixel art originals from text attributes (from scratch / zero) via built-in spritesheet. Let's try:
44
+ #### Punks (24x24)
45
+
46
+ Fab(ricate) some (right-looking) punk character pixel art originals from text attributes (from scratch / zero) via built-in spritesheet. Let's try:
45
47
 
46
48
  ```
47
49
  $ fab punk alien headband
@@ -49,7 +51,7 @@ $ fab punk alien headband
49
51
 
50
52
  resulting in:
51
53
 
52
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punk0.png)
54
+ ![](https://github.com/profilepic/originals/raw/master/i/punk0.png)
53
55
 
54
56
  Let's try the `-z/--zoom` factor 2x, 4x, 8x, etc.:
55
57
 
@@ -61,7 +63,7 @@ $ fab -z4 punk alien headband
61
63
 
62
64
  resulting in:
63
65
 
64
- 4x ![](https://github.com/pixelartexchange/originals/raw/master/i/punk0@4x.png)
66
+ 4x ![](https://github.com/profilepic/originals/raw/master/i/punk0@4x.png)
65
67
 
66
68
 
67
69
  Let's try some more:
@@ -73,13 +75,13 @@ $ fab punk demon heart_shades
73
75
 
74
76
  resulting in:
75
77
 
76
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punk1.png)
77
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punk2.png)
78
+ ![](https://github.com/profilepic/originals/raw/master/i/punk1.png)
79
+ ![](https://github.com/profilepic/originals/raw/master/i/punk2.png)
78
80
 
79
81
  4x (using the `--zoom=4`/`-z4` option)
80
82
 
81
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punk1@4x.png)
82
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punk2@4x.png)
83
+ ![](https://github.com/profilepic/originals/raw/master/i/punk1@4x.png)
84
+ ![](https://github.com/profilepic/originals/raw/master/i/punk2@4x.png)
83
85
 
84
86
 
85
87
 
@@ -99,17 +101,17 @@ $ fab --background=pride punk male3 peak_spike goat horned_rim_glasses
99
101
 
100
102
  resulting in:
101
103
 
102
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punk1.1.png)
103
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punk1.2.png)
104
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punk1.3.png)
105
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punk1.4.png)
104
+ ![](https://github.com/profilepic/originals/raw/master/i/punk1.1.png)
105
+ ![](https://github.com/profilepic/originals/raw/master/i/punk1.2.png)
106
+ ![](https://github.com/profilepic/originals/raw/master/i/punk1.3.png)
107
+ ![](https://github.com/profilepic/originals/raw/master/i/punk1.4.png)
106
108
 
107
109
  4x (using the `--zoom=4`/`-z4` option)
108
110
 
109
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punk1.1@4x.png)
110
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punk1.2@4x.png)
111
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punk1.3@4x.png)
112
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punk1.4@4x.png)
111
+ ![](https://github.com/profilepic/originals/raw/master/i/punk1.1@4x.png)
112
+ ![](https://github.com/profilepic/originals/raw/master/i/punk1.2@4x.png)
113
+ ![](https://github.com/profilepic/originals/raw/master/i/punk1.3@4x.png)
114
+ ![](https://github.com/profilepic/originals/raw/master/i/punk1.4@4x.png)
113
115
 
114
116
 
115
117
 
@@ -123,11 +125,11 @@ $ fab phunk male2 spots hoodie
123
125
 
124
126
  resulting in:
125
127
 
126
- ![](https://github.com/pixelartexchange/originals/raw/master/i/phunk0.png)
128
+ ![](https://github.com/profilepic/originals/raw/master/i/phunk0.png)
127
129
 
128
130
  4x (using the `--zoom=4`/`-z4` option)
129
131
 
130
- ![](https://github.com/pixelartexchange/originals/raw/master/i/phunk0@4x.png)
132
+ ![](https://github.com/profilepic/originals/raw/master/i/phunk0@4x.png)
131
133
 
132
134
 
133
135
 
@@ -143,13 +145,13 @@ $ fab philip jester_hat smile
143
145
 
144
146
  resulting in:
145
147
 
146
- ![](https://github.com/pixelartexchange/originals/raw/master/i/philip0.png)
147
- ![](https://github.com/pixelartexchange/originals/raw/master/i/philip1.png)
148
+ ![](https://github.com/profilepic/originals/raw/master/i/philip0.png)
149
+ ![](https://github.com/profilepic/originals/raw/master/i/philip1.png)
148
150
 
149
151
  4x (using the `--zoom=4`/`-z4` option)
150
152
 
151
- ![](https://github.com/pixelartexchange/originals/raw/master/i/philip0@4x.png)
152
- ![](https://github.com/pixelartexchange/originals/raw/master/i/philip1@4x.png)
153
+ ![](https://github.com/profilepic/originals/raw/master/i/philip0@4x.png)
154
+ ![](https://github.com/profilepic/originals/raw/master/i/philip1@4x.png)
153
155
 
154
156
 
155
157
 
@@ -173,24 +175,24 @@ $ fab --background=pride marilyn hot_lipstick big_shades
173
175
 
174
176
  resulting in:
175
177
 
176
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn0.png)
177
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn1.png)
178
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn3.png)
179
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn2.png)
180
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn2.1.png)
181
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn2.2.png)
182
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn2.3.png)
183
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn2.4.png)
178
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn0.png)
179
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn1.png)
180
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn3.png)
181
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn2.png)
182
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn2.1.png)
183
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn2.2.png)
184
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn2.3.png)
185
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn2.4.png)
184
186
 
185
187
  4x (using the `--zoom=4`/`-z4` option)
186
188
 
187
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn0@4x.png)
188
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn1@4x.png)
189
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn3@4x.png)
190
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn2.1@4x.png)
191
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn2.2@4x.png)
192
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn2.3@4x.png)
193
- ![](https://github.com/pixelartexchange/originals/raw/master/i/marilyn2.4@4x.png)
189
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn0@4x.png)
190
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn1@4x.png)
191
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn3@4x.png)
192
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn2.1@4x.png)
193
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn2.2@4x.png)
194
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn2.3@4x.png)
195
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn2.4@4x.png)
194
196
 
195
197
 
196
198
 
@@ -215,21 +217,21 @@ $ fab --background=pride doge dark tiara big_shades
215
217
 
216
218
  resulting in:
217
219
 
218
- ![](https://github.com/pixelartexchange/originals/raw/master/i/doge0.png)
219
- ![](https://github.com/pixelartexchange/originals/raw/master/i/doge1.png)
220
- ![](https://github.com/pixelartexchange/originals/raw/master/i/doge1.1.png)
221
- ![](https://github.com/pixelartexchange/originals/raw/master/i/doge1.2.png)
222
- ![](https://github.com/pixelartexchange/originals/raw/master/i/doge1.3.png)
223
- ![](https://github.com/pixelartexchange/originals/raw/master/i/doge1.4.png)
220
+ ![](https://github.com/profilepic/originals/raw/master/i/doge0.png)
221
+ ![](https://github.com/profilepic/originals/raw/master/i/doge1.png)
222
+ ![](https://github.com/profilepic/originals/raw/master/i/doge1.1.png)
223
+ ![](https://github.com/profilepic/originals/raw/master/i/doge1.2.png)
224
+ ![](https://github.com/profilepic/originals/raw/master/i/doge1.3.png)
225
+ ![](https://github.com/profilepic/originals/raw/master/i/doge1.4.png)
224
226
 
225
227
  4x (using the `--zoom=4`/`-z4` option)
226
228
 
227
- ![](https://github.com/pixelartexchange/originals/raw/master/i/doge0@4x.png)
228
- ![](https://github.com/pixelartexchange/originals/raw/master/i/doge1@4x.png)
229
- ![](https://github.com/pixelartexchange/originals/raw/master/i/doge1.1@4x.png)
230
- ![](https://github.com/pixelartexchange/originals/raw/master/i/doge1.2@4x.png)
231
- ![](https://github.com/pixelartexchange/originals/raw/master/i/doge1.3@4x.png)
232
- ![](https://github.com/pixelartexchange/originals/raw/master/i/doge1.4@4x.png)
229
+ ![](https://github.com/profilepic/originals/raw/master/i/doge0@4x.png)
230
+ ![](https://github.com/profilepic/originals/raw/master/i/doge1@4x.png)
231
+ ![](https://github.com/profilepic/originals/raw/master/i/doge1.1@4x.png)
232
+ ![](https://github.com/profilepic/originals/raw/master/i/doge1.2@4x.png)
233
+ ![](https://github.com/profilepic/originals/raw/master/i/doge1.3@4x.png)
234
+ ![](https://github.com/profilepic/originals/raw/master/i/doge1.4@4x.png)
233
235
 
234
236
 
235
237
 
@@ -256,23 +258,23 @@ $ fab --background=pride coolcat tv_head_grey tv_face_no_signal
256
258
 
257
259
  resulting in:
258
260
 
259
- ![](https://github.com/pixelartexchange/originals/raw/master/i/coolcat0.png)
260
- ![](https://github.com/pixelartexchange/originals/raw/master/i/coolcat1.png)
261
- ![](https://github.com/pixelartexchange/originals/raw/master/i/coolcat2.png)
262
- ![](https://github.com/pixelartexchange/originals/raw/master/i/coolcat2.1.png)
263
- ![](https://github.com/pixelartexchange/originals/raw/master/i/coolcat2.2.png)
264
- ![](https://github.com/pixelartexchange/originals/raw/master/i/coolcat2.3.png)
265
- ![](https://github.com/pixelartexchange/originals/raw/master/i/coolcat2.4.png)
261
+ ![](https://github.com/profilepic/originals/raw/master/i/coolcat0.png)
262
+ ![](https://github.com/profilepic/originals/raw/master/i/coolcat1.png)
263
+ ![](https://github.com/profilepic/originals/raw/master/i/coolcat2.png)
264
+ ![](https://github.com/profilepic/originals/raw/master/i/coolcat2.1.png)
265
+ ![](https://github.com/profilepic/originals/raw/master/i/coolcat2.2.png)
266
+ ![](https://github.com/profilepic/originals/raw/master/i/coolcat2.3.png)
267
+ ![](https://github.com/profilepic/originals/raw/master/i/coolcat2.4.png)
266
268
 
267
269
  4x (using the `--zoom=4`/`-z4` option)
268
270
 
269
- ![](https://github.com/pixelartexchange/originals/raw/master/i/coolcat0@4x.png)
270
- ![](https://github.com/pixelartexchange/originals/raw/master/i/coolcat1@4x.png)
271
- ![](https://github.com/pixelartexchange/originals/raw/master/i/coolcat2@4x.png)
272
- ![](https://github.com/pixelartexchange/originals/raw/master/i/coolcat2.1@4x.png)
273
- ![](https://github.com/pixelartexchange/originals/raw/master/i/coolcat2.2@4x.png)
274
- ![](https://github.com/pixelartexchange/originals/raw/master/i/coolcat2.3@4x.png)
275
- ![](https://github.com/pixelartexchange/originals/raw/master/i/coolcat2.4@4x.png)
271
+ ![](https://github.com/profilepic/originals/raw/master/i/coolcat0@4x.png)
272
+ ![](https://github.com/profilepic/originals/raw/master/i/coolcat1@4x.png)
273
+ ![](https://github.com/profilepic/originals/raw/master/i/coolcat2@4x.png)
274
+ ![](https://github.com/profilepic/originals/raw/master/i/coolcat2.1@4x.png)
275
+ ![](https://github.com/profilepic/originals/raw/master/i/coolcat2.2@4x.png)
276
+ ![](https://github.com/profilepic/originals/raw/master/i/coolcat2.3@4x.png)
277
+ ![](https://github.com/profilepic/originals/raw/master/i/coolcat2.4@4x.png)
276
278
 
277
279
 
278
280
 
@@ -306,23 +308,23 @@ $ fab --background=pride noun body_red txt_lol \
306
308
 
307
309
  resulting in:
308
310
 
309
- ![](https://github.com/pixelartexchange/originals/raw/master/i/noun0.png)
310
- ![](https://github.com/pixelartexchange/originals/raw/master/i/noun1.png)
311
- ![](https://github.com/pixelartexchange/originals/raw/master/i/noun2.png)
312
- ![](https://github.com/pixelartexchange/originals/raw/master/i/noun2.1.png)
313
- ![](https://github.com/pixelartexchange/originals/raw/master/i/noun2.2.png)
314
- ![](https://github.com/pixelartexchange/originals/raw/master/i/noun2.3.png)
315
- ![](https://github.com/pixelartexchange/originals/raw/master/i/noun2.4.png)
311
+ ![](https://github.com/profilepic/originals/raw/master/i/noun0.png)
312
+ ![](https://github.com/profilepic/originals/raw/master/i/noun1.png)
313
+ ![](https://github.com/profilepic/originals/raw/master/i/noun2.png)
314
+ ![](https://github.com/profilepic/originals/raw/master/i/noun2.1.png)
315
+ ![](https://github.com/profilepic/originals/raw/master/i/noun2.2.png)
316
+ ![](https://github.com/profilepic/originals/raw/master/i/noun2.3.png)
317
+ ![](https://github.com/profilepic/originals/raw/master/i/noun2.4.png)
316
318
 
317
319
  4x (using the `--zoom=4`/`-z4` option)
318
320
 
319
- ![](https://github.com/pixelartexchange/originals/raw/master/i/noun0@4x.png)
320
- ![](https://github.com/pixelartexchange/originals/raw/master/i/noun1@4x.png)
321
- ![](https://github.com/pixelartexchange/originals/raw/master/i/noun2@4x.png)
322
- ![](https://github.com/pixelartexchange/originals/raw/master/i/noun2.1@4x.png)
323
- ![](https://github.com/pixelartexchange/originals/raw/master/i/noun2.2@4x.png)
324
- ![](https://github.com/pixelartexchange/originals/raw/master/i/noun2.3@4x.png)
325
- ![](https://github.com/pixelartexchange/originals/raw/master/i/noun2.4@4x.png)
321
+ ![](https://github.com/profilepic/originals/raw/master/i/noun0@4x.png)
322
+ ![](https://github.com/profilepic/originals/raw/master/i/noun1@4x.png)
323
+ ![](https://github.com/profilepic/originals/raw/master/i/noun2@4x.png)
324
+ ![](https://github.com/profilepic/originals/raw/master/i/noun2.1@4x.png)
325
+ ![](https://github.com/profilepic/originals/raw/master/i/noun2.2@4x.png)
326
+ ![](https://github.com/profilepic/originals/raw/master/i/noun2.3@4x.png)
327
+ ![](https://github.com/profilepic/originals/raw/master/i/noun2.4@4x.png)
326
328
 
327
329
 
328
330
 
@@ -355,21 +357,21 @@ $ fab --background=pride moonbird tabby_brown beak_small_orange eyes_open_whit
355
357
 
356
358
  resulting in:
357
359
 
358
- ![](https://github.com/pixelartexchange/originals/raw/master/i/moonbird0.png)
359
- ![](https://github.com/pixelartexchange/originals/raw/master/i/moonbird1.png)
360
- ![](https://github.com/pixelartexchange/originals/raw/master/i/moonbird1.1.png)
361
- ![](https://github.com/pixelartexchange/originals/raw/master/i/moonbird1.2.png)
362
- ![](https://github.com/pixelartexchange/originals/raw/master/i/moonbird1.3.png)
363
- ![](https://github.com/pixelartexchange/originals/raw/master/i/moonbird1.4.png)
360
+ ![](https://github.com/profilepic/originals/raw/master/i/moonbird0.png)
361
+ ![](https://github.com/profilepic/originals/raw/master/i/moonbird1.png)
362
+ ![](https://github.com/profilepic/originals/raw/master/i/moonbird1.1.png)
363
+ ![](https://github.com/profilepic/originals/raw/master/i/moonbird1.2.png)
364
+ ![](https://github.com/profilepic/originals/raw/master/i/moonbird1.3.png)
365
+ ![](https://github.com/profilepic/originals/raw/master/i/moonbird1.4.png)
364
366
 
365
367
  4x (using the `--zoom=4`/`-z4` option)
366
368
 
367
- ![](https://github.com/pixelartexchange/originals/raw/master/i/moonbird0@4x.png)
368
- ![](https://github.com/pixelartexchange/originals/raw/master/i/moonbird1@4x.png)
369
- ![](https://github.com/pixelartexchange/originals/raw/master/i/moonbird1.1@4x.png)
370
- ![](https://github.com/pixelartexchange/originals/raw/master/i/moonbird1.2@4x.png)
371
- ![](https://github.com/pixelartexchange/originals/raw/master/i/moonbird1.3@4x.png)
372
- ![](https://github.com/pixelartexchange/originals/raw/master/i/moonbird1.4@4x.png)
369
+ ![](https://github.com/profilepic/originals/raw/master/i/moonbird0@4x.png)
370
+ ![](https://github.com/profilepic/originals/raw/master/i/moonbird1@4x.png)
371
+ ![](https://github.com/profilepic/originals/raw/master/i/moonbird1.1@4x.png)
372
+ ![](https://github.com/profilepic/originals/raw/master/i/moonbird1.2@4x.png)
373
+ ![](https://github.com/profilepic/originals/raw/master/i/moonbird1.3@4x.png)
374
+ ![](https://github.com/profilepic/originals/raw/master/i/moonbird1.4@4x.png)
373
375
 
374
376
 
375
377
 
@@ -383,7 +385,7 @@ And so on. Stay tuned for more original artwork series!
383
385
  _A free readymade (pixel) art service brought to you by the [artbase (server edition) »](https://github.com/pixelartexchange/artbase.server)_
384
386
 
385
387
 
386
- Yes, you can. Pick any readymade pixel art (by number) from any of the many collections served-up by an artbase (server edition)
388
+ Yes, you can. Pick any readymade pixel art (by number e.g. no.1, no.4, no.5, etc.) from any of the many collections served-up by an artbase (server edition)
387
389
  installation.
388
390
  By default "out-of-the-box" the artbase web server / service installation running online
389
391
  at [pixelartexchange.herokuapp.com](https://pixelartexchange.herokuapp.com/) gets called via HTTP.
@@ -402,15 +404,15 @@ $ fab morepunk no.190
402
404
 
403
405
  resulting in:
404
406
 
405
- ![](https://github.com/pixelartexchange/originals/raw/master/i/morepunk179.png)
406
- ![](https://github.com/pixelartexchange/originals/raw/master/i/morepunk180.png)
407
- ![](https://github.com/pixelartexchange/originals/raw/master/i/morepunk190.png)
407
+ ![](https://github.com/profilepic/originals/raw/master/i/morepunk179.png)
408
+ ![](https://github.com/profilepic/originals/raw/master/i/morepunk180.png)
409
+ ![](https://github.com/profilepic/originals/raw/master/i/morepunk190.png)
408
410
 
409
411
  4x (using the `--zoom=4`/`-z4` option)
410
412
 
411
- ![](https://github.com/pixelartexchange/originals/raw/master/i/morepunk179@4x.png)
412
- ![](https://github.com/pixelartexchange/originals/raw/master/i/morepunk180@4x.png)
413
- ![](https://github.com/pixelartexchange/originals/raw/master/i/morepunk190@4x.png)
413
+ ![](https://github.com/profilepic/originals/raw/master/i/morepunk179@4x.png)
414
+ ![](https://github.com/profilepic/originals/raw/master/i/morepunk180@4x.png)
415
+ ![](https://github.com/profilepic/originals/raw/master/i/morepunk190@4x.png)
414
416
 
415
417
 
416
418
 
@@ -426,15 +428,15 @@ $ fab punkrock no.5
426
428
 
427
429
  resulting in:
428
430
 
429
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punkrock1.png)
430
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punkrock4.png)
431
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punkrock5.png)
431
+ ![](https://github.com/profilepic/originals/raw/master/i/punkrock1.png)
432
+ ![](https://github.com/profilepic/originals/raw/master/i/punkrock4.png)
433
+ ![](https://github.com/profilepic/originals/raw/master/i/punkrock5.png)
432
434
 
433
435
  4x (using the `--zoom=4`/`-z4` option)
434
436
 
435
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punkrock1@4x.png)
436
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punkrock4@4x.png)
437
- ![](https://github.com/pixelartexchange/originals/raw/master/i/punkrock5@4x.png)
437
+ ![](https://github.com/profilepic/originals/raw/master/i/punkrock1@4x.png)
438
+ ![](https://github.com/profilepic/originals/raw/master/i/punkrock4@4x.png)
439
+ ![](https://github.com/profilepic/originals/raw/master/i/punkrock5@4x.png)
438
440
 
439
441
 
440
442
 
@@ -450,15 +452,15 @@ $ fab dooggie no.7411
450
452
 
451
453
  resulting in:
452
454
 
453
- ![](https://github.com/pixelartexchange/originals/raw/master/i/dooggie0.png)
454
- ![](https://github.com/pixelartexchange/originals/raw/master/i/dooggie571.png)
455
- ![](https://github.com/pixelartexchange/originals/raw/master/i/dooggie7411.png)
455
+ ![](https://github.com/profilepic/originals/raw/master/i/dooggie0.png)
456
+ ![](https://github.com/profilepic/originals/raw/master/i/dooggie571.png)
457
+ ![](https://github.com/profilepic/originals/raw/master/i/dooggie7411.png)
456
458
 
457
459
  4x (using the `--zoom=4`/`-z4` option)
458
460
 
459
- ![](https://github.com/pixelartexchange/originals/raw/master/i/dooggie0@4x.png)
460
- ![](https://github.com/pixelartexchange/originals/raw/master/i/dooggie571@4x.png)
461
- ![](https://github.com/pixelartexchange/originals/raw/master/i/dooggie7411@4x.png)
461
+ ![](https://github.com/profilepic/originals/raw/master/i/dooggie0@4x.png)
462
+ ![](https://github.com/profilepic/originals/raw/master/i/dooggie571@4x.png)
463
+ ![](https://github.com/profilepic/originals/raw/master/i/dooggie7411@4x.png)
462
464
 
463
465
 
464
466
 
@@ -466,6 +468,58 @@ And so on.
466
468
 
467
469
 
468
470
 
471
+
472
+ ### Appendix: More Tips & Tricks
473
+
474
+ #### Built-In Background Patterns & Images
475
+
476
+ Yes, you can use built-in background patterns & images -
477
+ classics include
478
+ Ukraine ![](i/background-ukraine-24x24.png),
479
+ Pride / Rainbow ![](i/background-rainbow-24x24.png).
480
+ For more see the
481
+ [backgrounds generation library / gem »](https://github.com/pixelartexchange/pixelart/tree/master/backgrounds)
482
+
483
+
484
+
485
+ #### Multiple "Stacked" Backgrounds
486
+
487
+ Yes, you can use multiple backgrounds and stack one background onto another. (Note: This only works for "semi-transparent" backgrounds such as
488
+ Rainbow 1 ![](i/background-rainbow1-24x24.png),
489
+ Rainbow 2 ![](i/background-rainbow2-24x24.png), etc.) Example:
490
+
491
+
492
+ ```
493
+ $ fab marilyn flowers earring smile --background=0x638596+rainbow1
494
+ $ fab marilyn flowers earring smile --background=matrix1+rainbow2
495
+ $ fab marilyn flowers earring smile --background=ukraine+rainbow2
496
+
497
+ $ fab phunk no.1 --background=0x638596+rainbow1
498
+ $ fab phunk no.1 --background=matrix1+rainbow2
499
+ $ fab phunk no.1 --background=ukraine+rainbow2
500
+ ```
501
+
502
+ resulting in:
503
+
504
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn3a.png)
505
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn3b.png)
506
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn3c.png),
507
+ ![](https://github.com/profilepic/originals/raw/master/i/phunk1a.png)
508
+ ![](https://github.com/profilepic/originals/raw/master/i/phunk1b.png)
509
+ ![](https://github.com/profilepic/originals/raw/master/i/phunk1c.png)
510
+
511
+
512
+ 4x (using the `--zoom=4`/`-z4` option)
513
+
514
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn3a@4x.png)
515
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn3b@4x.png)
516
+ ![](https://github.com/profilepic/originals/raw/master/i/marilyn3c@4x.png),
517
+ ![](https://github.com/profilepic/originals/raw/master/i/phunk1a@4x.png)
518
+ ![](https://github.com/profilepic/originals/raw/master/i/phunk1b@4x.png)
519
+ ![](https://github.com/profilepic/originals/raw/master/i/phunk1c@4x.png)
520
+
521
+
522
+
469
523
  ## Install
470
524
 
471
525
  Just install the gem:
@@ -482,5 +536,6 @@ Use it as you please with no restrictions whatsoever.
482
536
 
483
537
  ## Questions? Comments?
484
538
 
485
- Post them on the [CryptoPunksDev reddit](https://old.reddit.com/r/CryptoPunksDev). Thanks.
539
+
540
+ Post them on the [D.I.Y. Punk (Pixel) Art reddit](https://old.reddit.com/r/DIYPunkArt). Thanks.
486
541
 
data/Rakefile CHANGED
@@ -16,7 +16,7 @@ Hoe.spec 'originals' do
16
16
  self.summary = "originals - do-it-yourself (DIY) - yes, you can! - Factory of Modern Originals (FoMO) - fab(criate) your own unique (pixel) artworks w/ text attributes (via built-in spritesheets) incl. 2x/4x/8x zoom for bigger sizes and more"
17
17
  self.description = summary
18
18
 
19
- self.urls = { home: 'https://github.com/pixelartexchange/originals' }
19
+ self.urls = { home: 'https://github.com/profilepic/originals' }
20
20
 
21
21
  self.author = 'Gerald Bauer'
22
22
  self.email = 'wwwmake@googlegroups.com'
@@ -26,11 +26,12 @@ Hoe.spec 'originals' do
26
26
  self.history_file = 'CHANGELOG.md'
27
27
 
28
28
  self.extra_deps = [
29
- ['cryptopunks'],
30
- ['shibainus'],
31
- ['moonbirds'],
32
- ['coolcats'],
33
- ['nouns'],
29
+ ['backgrounds'],
30
+ ['punks', '>= 0.5.2'],
31
+ ['shibainus', '>= 0.1.1'],
32
+ ['moonbirds', '>= 1.1.1'],
33
+ ['coolcats', '>= 0.1.1'],
34
+ ['nouns', '>= 0.1.1'],
34
35
  ['webclient'],
35
36
  ]
36
37
 
@@ -23,10 +23,29 @@ module Artbase
23
23
 
24
24
  ## todo/fix: move name variants into artbase server itelf - why? why not?
25
25
  COLLECTIONS = {
26
- 'punk' => 'punks',
27
- 'morepunk' => 'morepunks',
26
+ 'punk' => 'punks',
27
+ 'morepunk' => 'morepunks',
28
+ 'readymadepunk' => 'readymadepunks',
29
+ 'bwpunk' => 'bwpunks',
30
+ 'frontpunk' => 'frontpunks',
31
+ 'intlpunk' => 'intlpunks',
32
+ 'boredape' => 'boredapes',
33
+ 'ape' => 'apes',
34
+ 'basicboredape' => 'basicboredapes',
35
+ 'coolcat' => 'coolcats',
36
+ 'dooggie' => 'dooggies',
37
+ 'mooncat' => 'mooncatrescue',
38
+ 'moonbear' => 'moonbears',
39
+ 'moonbird' => 'moonbirds',
40
+ 'starbird' => 'starbirds',
41
+ 'moonbirdpunk' => 'moonbirdpunks',
42
+ '8bit' => '8bits',
43
+ 'gopher' => 'gophers',
44
+ 'rock' => 'rocks',
45
+ 'punkrock' => 'punkrocks',
28
46
  }
29
47
 
48
+
30
49
  ###################
31
50
  # main artbase service handler / machinery
32
51
  class Service
@@ -31,6 +31,12 @@ class Tool
31
31
  options[ :id] = str
32
32
  end
33
33
 
34
+ opts.on( "--require STRING", "-r", String, "Require image library / gem (default: none)") do |str|
35
+ ## todo/check: allow multiple requires - why? why not?
36
+ ## or use comma to separate??
37
+ options[ :gems ] = str
38
+ end
39
+
34
40
  opts.on("-h", "--help", "Prints this help") do
35
41
  puts opts
36
42
  exit
@@ -50,13 +56,33 @@ class Tool
50
56
  exit
51
57
  end
52
58
 
59
+
60
+ if options[:gems]
61
+ gems = options[:gems].split(',')
62
+ gems.each do |gem|
63
+ puts "==> auto-require >#{gem}<..."
64
+ require gem
65
+ end
66
+ end
67
+
68
+
53
69
  name = args[0] ## todo/check - use collection_name/slug or such?
70
+
71
+
72
+ if ['ls', 'list'].include?( name )
73
+ ## list all known image generator(s)
74
+ Original.factory.list
75
+ exit
76
+ end
77
+
78
+
79
+
54
80
  attributes = args[1..-1]
55
81
 
56
82
 
57
83
  ## normalize name of series
58
84
  ## e.g. Shiba Inu => shibainu etc.
59
- key = Originals.factory._norm_name( name )
85
+ key = Factory.normalize_key( name )
60
86
 
61
87
  ## check for readymade via series id
62
88
  ## allow some "literal" variants e.g.
@@ -67,11 +93,32 @@ class Tool
67
93
 
68
94
  id = nil
69
95
 
70
- img = if attributes.size == 1 && id=Originals.factory._parse_id( attributes[0] )
96
+ img = if attributes.size == 1 && id=_parse_id( attributes[0] )
71
97
  ## check for known collection names
72
98
  ## (mostly singular to plural) - keep? why? why not?
73
- collection = Artbase::COLLECTIONS[ key ] || key
74
- Artbase::Image.get( collection, id )
99
+
100
+ ## add support for "virtual" phunks - move "upstream" to artbase - why? why not?
101
+ if ['phunk', 'phunks'].include?( key )
102
+ Artbase::Image.get( 'punks', id ).mirror
103
+ elsif ['morephunk', 'morephunks'].include?( key )
104
+ Artbase::Image.get( 'morepunks', id ).mirror
105
+ elsif ['bwphunk', 'bwphunks'].include?( key )
106
+ Artbase::Image.get( 'bwpunks', id ).mirror
107
+ elsif ['readymadephunk', 'readymadephunks'].include?( key )
108
+ Artbase::Image.get( 'readymadepunks', id ).mirror
109
+ elsif ['intlphunk', 'intlphunks'].include?( key )
110
+ Artbase::Image.get( 'intlpunks', id ).mirror
111
+ elsif ['phoonbird', 'phoonbirds',
112
+ 'moonbhird', 'moonbhirds',
113
+ 'bhird', 'bhirds'].include?( key )
114
+ Artbase::Image.get( 'moonbirds', id ).mirror
115
+ elsif ['moonbirdphunk', 'moonbirdphunks',
116
+ 'birdphunk', 'birdphunks'].include?( key )
117
+ Artbase::Image.get( 'moonbirdpunks', id ).mirror
118
+ else
119
+ collection = Artbase::COLLECTIONS[ key ] || key
120
+ Artbase::Image.get( collection, id )
121
+ end
75
122
  else
76
123
  Original::Image.fabricate( key, *attributes )
77
124
  end
@@ -89,10 +136,17 @@ class Tool
89
136
  ## keep? why? why not?
90
137
  img = img.transparent if id
91
138
 
92
- img = Original.factory._background( img,
93
- options[ :background ] )
139
+ ## note: support multiple backgrounds
140
+ ## via + for now e.g.
141
+ ## blue+rainbow1
142
+ ## add more separators - why? why not?
143
+ backgrounds = options[ :background].split( '+' )
144
+ backgrounds = backgrounds.map {|background| background.strip }
145
+
146
+ img = img.background( *backgrounds )
94
147
  end
95
148
 
149
+
96
150
  basename = String.new('') ## note: start with our own string buffer
97
151
  ## otherwise assigned first string gets modified!!
98
152
  basename += options[:name] ? options[:name] : key
@@ -118,6 +172,23 @@ class Tool
118
172
 
119
173
  puts "bye"
120
174
  end
175
+
176
+
177
+ ####
178
+ # helpers
179
+ def self._parse_id( str )
180
+ if str.gsub( /[ #()№º._-]/, '' ) =~ /
181
+ ^(no|n|id)?
182
+ (?<id>[0-9]+)$
183
+ /ix
184
+ id = Regexp.last_match[:id].to_i(10) ## note: add base 10 (for 008 or such)
185
+ id
186
+ else
187
+ nil # retur nil if no match
188
+ end
189
+ end
190
+
191
+
121
192
  end # class Tool
122
193
 
123
194
  end # module Originals
@@ -2,8 +2,8 @@
2
2
 
3
3
  module Originals
4
4
  MAJOR = 1
5
- MINOR = 1
6
- PATCH = 0
5
+ MINOR = 2
6
+ PATCH = 1
7
7
  VERSION = [MAJOR,MINOR,PATCH].join('.')
8
8
 
9
9
  def self.version
data/lib/originals.rb CHANGED
@@ -1,5 +1,7 @@
1
1
  ## 3rd party libs
2
- require 'cryptopunks'
2
+ require 'backgrounds'
3
+
4
+ require 'punks'
3
5
  require 'shibainus'
4
6
  require 'moonbirds'
5
7
  require 'coolcats'
@@ -8,180 +10,119 @@ require 'nouns'
8
10
  require 'webclient'
9
11
 
10
12
 
11
-
12
13
  ## our own code
13
14
  require 'originals/version' # note: let version always go first
14
15
 
15
16
 
16
- ## forward define superclass for image
17
- module Originals
18
- class Image < Pixelart::Image; end
19
- end
20
-
21
17
 
22
18
  module Originals
23
19
 
24
- def self.factory ## "shared" single (default) instance
25
- @factory ||= Factory.new
26
- end
27
-
28
20
 
21
+ class Factory
29
22
 
30
- ##
31
- # "wrap" fabricate inside Image - why? why not?
32
- class Image
33
-
34
- def self.fabricate( name, *attributes, background: nil )
35
- ## normalize name of series
36
- ## e.g. Shiba Inu => shibainu etc.
37
- key = Originals.factory._norm_name( name )
38
-
39
- img = if ['punk', 'punks',
40
- 'cryptopunk', 'cryptopunks'].include?( key )
41
- Originals.factory.punk( *attributes )
42
- elsif ['phunk', 'phunks',
43
- 'cryptophunk', 'cryptophunks'].include?( key )
44
- Originals.factory.phunk( *attributes )
45
- elsif ['marilyn', 'marilyns' ].include?( key )
46
- Originals.factory.marilyn( *attributes )
47
- elsif ['philip', 'philips',
48
- 'philipp', 'philipps' ].include?( key )
49
- Originals.factory.philip( *attributes )
50
- elsif ['doge', 'doges',
51
- 'shiba', 'shibas',
52
- 'shibainu', 'shibainus'].include?( key )
53
- Originals.factory.shiba( *attributes )
54
- elsif ['bird', 'birds',
55
- 'moonbird', 'moonbirds',
56
- 'owl', 'owls'].include?( key )
57
- Originals.factory.bird( *attributes )
58
- elsif ['coolcat', 'coolcats'].include?( key )
59
- Originals.factory.coolcat( *attributes )
60
- elsif ['noun', 'nouns'].include?( key )
61
- Originals.factory.noun( *attributes )
62
- else
63
- return nil ## return nil
64
- end
65
-
66
- ## note: keep add background as a separate (last) step for now - why? why not?
67
- img = Originals.factory._background( img, background ) if background
68
- img
69
- end
70
- class << self
71
- alias_method :fab, :fabricate
72
- end
23
+ def initialize
24
+ @generators = []
73
25
 
26
+ Pixelart::Image.subclasses.each do |klass|
27
+ ## check if class has self.generate method
28
+ ## and NAMES constant
29
+ has_generate = klass.respond_to?( :generate )
30
+ ## note: defined? returns nil or name as string
31
+ ## use !! "hack" to turn into true/false boolean
32
+ has_names = !!defined?( klass::NAMES )
74
33
 
75
- end # class Image
34
+ if has_generate && has_names
35
+ # puts
36
+ # puts "==> #{klass.name}"
37
+ # pp klass::NAMES
76
38
 
39
+ @generators << klass
40
+ end
41
+ end
77
42
 
78
-
79
- class Factory ## add Fabricator/Artist/Artfactory/? alias or such - why? why not?
80
-
81
-
82
- def punk( *attributes )
83
- ## note: if no attributes passed in
84
- ## default to ['Male 2']
85
- attributes = ['Male 2'] if attributes.size == 0
86
-
87
- Cryptopunks::Image.generate( *attributes )
43
+ @generators_by_name = _build_generators_by_name( @generators )
88
44
  end
89
45
 
90
- def phunk( *attributes )
91
- punk( *attributes ).mirror
92
- end
93
-
94
-
95
- MARILYN_ATTRIBUTES = ['Female 3', 'Wild Blonde', 'Mole',
96
- 'Blue Eye Shadow']
97
46
 
98
- def marilyn( *attributes )
99
- phunk( *MARILYN_ATTRIBUTES, *attributes )
47
+ def list
48
+ puts
49
+ puts "#{@generators.size} image generator(s) found:"
50
+ @generators.each_with_index do |klass,i|
51
+ puts " [#{i+1}] #{klass.name} => #{klass::NAMES.join( ' | ')}"
52
+ end
100
53
  end
54
+ alias_method :ls, :list
101
55
 
102
56
 
103
- PHILIP_ATTRIBUTES = ['Male 3']
104
- def philip( *attributes )
105
- phunk( *PHILIP_ATTRIBUTES, *attributes )
57
+ def can_fabricate?( name )
58
+ key = _normalize_key( name )
59
+ @generators_by_name[ key ] ? true : false
106
60
  end
61
+ alias_method :can_fab?, :can_fabricate?
107
62
 
108
63
 
109
-
110
- ## add method alias doge, shiba_inu etc. - why? why not?
111
- def shiba( *attributes )
112
- ## note: if no attributes passed in
113
- ## default to ['Classic']
114
- attributes = ['Classic'] if attributes.size == 0
115
-
116
- Shiba::Image.generate( *attributes )
64
+ def fabricate( name, *attributes )
65
+ key = _normalize_key( name )
66
+ klass = @generators_by_name[ key ]
67
+ if klass
68
+ attributes = klass::DEFAULT_ATTRIBUTES if attributes.size == 0 && defined?( klass::DEFAULT_ATTRIBUTES )
69
+ klass.generate( *attributes )
70
+ else
71
+ nil
72
+ end
117
73
  end
74
+ alias_method :fab, :fabricate
118
75
 
119
76
 
120
- ## add method alias moonbird, owl etc. - why? why not?
121
- def bird( *attributes )
122
- attributes = ['Brave Glitch'] if attributes.size == 0
123
-
124
- Moonbird::Image.generate( *attributes )
125
- end
126
-
127
77
 
128
- def coolcat( *attributes )
129
- Coolcat::Image.generate( *attributes )
78
+ ####
79
+ # helpers
80
+ def self.normalize_key( str ) ## allow/enable easy "external" reuse - why? why not?
81
+ str.downcase.gsub( /[ ()_-]/, '' )
130
82
  end
131
-
132
-
133
- def noun( *attributes )
134
- attributes = ['Body Grayscale 1',
135
- 'Checker Bigwalk Rainbow',
136
- 'Head Beer',
137
- 'Glasses Square Fullblack'] if attributes.size == 0
138
-
139
- Noun::Image.generate( *attributes )
83
+ def _normalize_key( str ) self.class.normalize_key( str ); end
84
+
85
+
86
+ def _build_generators_by_name( generators )
87
+ h = {}
88
+
89
+ generators.each do |klass|
90
+ names = klass::NAMES
91
+ names.each do |name|
92
+ key = _normalize_key( name )
93
+
94
+ if h[ key ]
95
+ puts "!!! ERROR - image generator key >#{key}< for name >#{name}< is NOT unique:"
96
+ pp klass
97
+ puts "duplicate:"
98
+ pp h[key]
99
+ exit 1
100
+ end
101
+ h[ key ] = klass
102
+ end
103
+ end
104
+ ## pp h
105
+ h
140
106
  end
141
107
 
108
+ end # class Factory
142
109
 
143
110
 
144
111
 
145
- ###
146
- # helpers
147
-
148
- def _background( base, background )
149
- width, height = base.width, base.height
150
-
151
- img = if background.is_a?( String ) && ['ua', 'ukraine'].include?( background.downcase )
152
- Image.new( width, height ).ukraine
153
- elsif background.is_a?( String ) && ['rainbow', 'pride'].include?( background.downcase )
154
- Image.new( width, height ).pride
155
- else
156
- Image.new( width, width, background )
157
- end
158
-
159
- img2 = Image.new( width, width )
160
- img2.compose!( img )
161
- img2.compose!( base )
162
- img2
163
- end
164
-
165
- def _norm_name( str )
166
- str.downcase.gsub( /[ ()_-]/, '' )
112
+ def self.factory ## "shared" single (default) instance
113
+ @factory ||= Factory.new
167
114
  end
168
115
 
169
- def _parse_id( str )
170
- if str.gsub( /[ #()._-]/, '' ) =~ /
171
- ^(no|n|id)?
172
- (?<id>[0-9]+)$
173
- /ix
174
- id = Regexp.last_match[:id].to_i(10) ## note: add base 10 (for 008 or such)
175
- id
176
- else
177
- nil # retur nil if no match
116
+ ##
117
+ # "wrap" fabricate inside Image - why? why not?
118
+ class Image < Pixelart::Image
119
+ def self.fabricate( name, *attributes )
120
+ Originals.factory.fabricate( name, *attributes )
178
121
  end
179
- end
180
-
181
-
182
- end # class Factory
183
-
184
-
122
+ class << self
123
+ alias_method :fab, :fabricate
124
+ end
125
+ end # class Image
185
126
  end # module Originals
186
127
 
187
128
 
metadata CHANGED
@@ -1,17 +1,17 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: originals
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-06-06 00:00:00.000000000 Z
11
+ date: 2022-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: cryptopunks
14
+ name: backgrounds
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
17
  - - ">="
@@ -24,62 +24,76 @@ dependencies:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: punks
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 0.5.2
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 0.5.2
27
41
  - !ruby/object:Gem::Dependency
28
42
  name: shibainus
29
43
  requirement: !ruby/object:Gem::Requirement
30
44
  requirements:
31
45
  - - ">="
32
46
  - !ruby/object:Gem::Version
33
- version: '0'
47
+ version: 0.1.1
34
48
  type: :runtime
35
49
  prerelease: false
36
50
  version_requirements: !ruby/object:Gem::Requirement
37
51
  requirements:
38
52
  - - ">="
39
53
  - !ruby/object:Gem::Version
40
- version: '0'
54
+ version: 0.1.1
41
55
  - !ruby/object:Gem::Dependency
42
56
  name: moonbirds
43
57
  requirement: !ruby/object:Gem::Requirement
44
58
  requirements:
45
59
  - - ">="
46
60
  - !ruby/object:Gem::Version
47
- version: '0'
61
+ version: 1.1.1
48
62
  type: :runtime
49
63
  prerelease: false
50
64
  version_requirements: !ruby/object:Gem::Requirement
51
65
  requirements:
52
66
  - - ">="
53
67
  - !ruby/object:Gem::Version
54
- version: '0'
68
+ version: 1.1.1
55
69
  - !ruby/object:Gem::Dependency
56
70
  name: coolcats
57
71
  requirement: !ruby/object:Gem::Requirement
58
72
  requirements:
59
73
  - - ">="
60
74
  - !ruby/object:Gem::Version
61
- version: '0'
75
+ version: 0.1.1
62
76
  type: :runtime
63
77
  prerelease: false
64
78
  version_requirements: !ruby/object:Gem::Requirement
65
79
  requirements:
66
80
  - - ">="
67
81
  - !ruby/object:Gem::Version
68
- version: '0'
82
+ version: 0.1.1
69
83
  - !ruby/object:Gem::Dependency
70
84
  name: nouns
71
85
  requirement: !ruby/object:Gem::Requirement
72
86
  requirements:
73
87
  - - ">="
74
88
  - !ruby/object:Gem::Version
75
- version: '0'
89
+ version: 0.1.1
76
90
  type: :runtime
77
91
  prerelease: false
78
92
  version_requirements: !ruby/object:Gem::Requirement
79
93
  requirements:
80
94
  - - ">="
81
95
  - !ruby/object:Gem::Version
82
- version: '0'
96
+ version: 0.1.1
83
97
  - !ruby/object:Gem::Dependency
84
98
  name: webclient
85
99
  requirement: !ruby/object:Gem::Requirement
@@ -153,7 +167,7 @@ files:
153
167
  - lib/originals/service.rb
154
168
  - lib/originals/tool.rb
155
169
  - lib/originals/version.rb
156
- homepage: https://github.com/pixelartexchange/originals
170
+ homepage: https://github.com/profilepic/originals
157
171
  licenses:
158
172
  - Public Domain
159
173
  metadata: {}