originals 1.1.0 → 1.1.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: 839897746ae4fae453543d05aef33ad338e0c4489c710f175f6ad9538123b9ee
4
+ data.tar.gz: 7175a59edff977370b399501754b054aead24da465fda1d94c5bf23045f2c10c
5
5
  SHA512:
6
- metadata.gz: '018a112f6b7718e71c2ad4becfd7637c15292bed978c8bdf6c6b6cf924747fbbacdef7a23e39e56527ed8ea8348d7d0d0bc86aa57251be42265e8196e8afdca2'
7
- data.tar.gz: 9f27aefeb8bdd22667e4784d569b95871bd0f7588c3c60ee76c10d8081e8287fa5417f604cd94b00da2aa07dab96eff50634c9a607e5bd7b0cec80f42b3b5432
6
+ metadata.gz: 6c955dd31d3bb297025ef9fa196e41c494a263a6f1b4fe361a722f43872476fc01f45cd8ba8c34712690383be04f1c72092c507c037db755feaf6b138d670c8e
7
+ data.tar.gz: 67ebc5f4e619c0373849cae23c2fac760002fe6a08eb4dcfff7c2f03671c9dc0ab4ea4740ac377f6fec1a95503d4747a1789c8d4cd123a3e9a540e4c7be6a3f9
data/README.md CHANGED
@@ -383,7 +383,7 @@ And so on. Stay tuned for more original artwork series!
383
383
  _A free readymade (pixel) art service brought to you by the [artbase (server edition) »](https://github.com/pixelartexchange/artbase.server)_
384
384
 
385
385
 
386
- Yes, you can. Pick any readymade pixel art (by number) from any of the many collections served-up by an artbase (server edition)
386
+ 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
387
  installation.
388
388
  By default "out-of-the-box" the artbase web server / service installation running online
389
389
  at [pixelartexchange.herokuapp.com](https://pixelartexchange.herokuapp.com/) gets called via HTTP.
@@ -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
@@ -3,7 +3,7 @@
3
3
  module Originals
4
4
  MAJOR = 1
5
5
  MINOR = 1
6
- PATCH = 0
6
+ PATCH = 1
7
7
  VERSION = [MAJOR,MINOR,PATCH].join('.')
8
8
 
9
9
  def self.version
metadata CHANGED
@@ -1,7 +1,7 @@
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.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gerald Bauer