backgrounds 0.2.0 → 0.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: 14d98f76de79e232de2a25cfca5ae7376c8d2649d138fbe9b15a328a119dd979
4
- data.tar.gz: 62b22da720a8635701eeec4203f9994c537aef5ccf1a4f5508be5932f279f729
3
+ metadata.gz: 884b0cde6fc4679de5e415d2c3591634ed373fcc71b584ce384667e484b2f12d
4
+ data.tar.gz: 39f1df3af199be10475ae90bb873244c1e8cc06cfb428926c7e6d943e2459840
5
5
  SHA512:
6
- metadata.gz: 8a3c867dc78df7092b8bf50e51b9b101f1a26ac75ed13b463f364e3dd801da2920e237ed5c6316afa8fee02765a8b81a371ff7b5a5e87f31f49bb6bf37fd375d
7
- data.tar.gz: 8f6a3d4e1245d215024dd8069a7255c14afdde6eb9cb860dd56332c4b0284b9537fa495f746eea9667a9bbd36f480ebcff6763d504d76934ce46ce9dc7e3066e
6
+ metadata.gz: cc895039f33ca998f53dfcc32f7a0916db62cade77cf27540c7552dc4b21ec7a82b2ca439bc3b6578f6ec9954fc350299e14b1343b660c5fc9f9de027b60e239
7
+ data.tar.gz: 33a02b09734c575d97a1ad3c2d8cb7b9ad5c7f0bffd555793f56830bc494b756353bcb9067d254a9a3e0500594eb552bb57987a85a66ba5d8717087dbcda8fd6
data/README.md CHANGED
@@ -1,12 +1,12 @@
1
- The Do-It-Yourself (DIY) [Factory of Modern Originals (FoMO)](https://github.com/pixelartexchange/originals) Presents
1
+ The Do-It-Yourself (DIY) [Factory of Modern Originals (FoMO)](https://github.com/profilepic/originals) Presents
2
2
 
3
3
  # (Pixel Art) Backgrounds
4
4
 
5
5
  Yes, you can! Generate your own unique pixel art background images (off chain) from text attributes (via built-in spritesheets); incl. color stripes, gradients, and more
6
6
 
7
7
 
8
- * home :: [github.com/pixelartexchange/pixelart](https://github.com/pixelartexchange/pixelart)
9
- * bugs :: [github.com/pixelartexchange/pixelart/issues](https://github.com/pixelartexchange/pixelart/issues)
8
+ * home :: [github.com/profilepic/text-to-image](https://github.com/profilepic/text-to-image)
9
+ * bugs :: [github.com/profilepic/text-to-image/issues](https://github.com/profilepic/text-to-image/issues)
10
10
  * gem :: [rubygems.org/gems/backgrounds](https://rubygems.org/gems/backgrounds)
11
11
  * rdoc :: [rubydoc.info/gems/backgrounds](http://rubydoc.info/gems/backgrounds)
12
12
 
@@ -21,6 +21,10 @@ backgrounds...
21
21
 
22
22
 
23
23
 
24
+
25
+
26
+
27
+
24
28
  ## Questions? Comments?
25
29
 
26
30
  Post them on the [D.I.Y. Punk (Pixel) Art reddit](https://old.reddit.com/r/DIYPunkArt). Thanks.
data/Rakefile CHANGED
@@ -16,7 +16,7 @@ Hoe.spec 'backgrounds' do
16
16
  self.summary = "backgrounds - generate your own unique pixel art background images (off chain) from text attributes (via built-in spritesheets); incl. color stripes, gradients, and more"
17
17
  self.description = summary
18
18
 
19
- self.urls = { home: 'https://github.com/pixelartexchange/pixelart' }
19
+ self.urls = { home: 'https://github.com/profilepic/text-to-image' }
20
20
 
21
21
  self.author = 'Gerald Bauer'
22
22
  self.email = 'wwwmake@googlegroups.com'
@@ -12,3 +12,4 @@ id, category, name, more_names
12
12
  10, , Rainbow 2,
13
13
  11, , Rainbow 3,
14
14
  12, , Rainbow 4,
15
+ 13, , Flag USA, USA | Stars & Stripes | Star-Spangled Banner | Old Glory
Binary file
@@ -5,7 +5,7 @@ module Backgrounds
5
5
 
6
6
  MAJOR = 0
7
7
  MINOR = 2
8
- PATCH = 0
8
+ PATCH = 1
9
9
  VERSION = [MAJOR,MINOR,PATCH].join('.')
10
10
 
11
11
  def self.version
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: backgrounds
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.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-10 00:00:00.000000000 Z
11
+ date: 2022-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pixelart
@@ -95,7 +95,7 @@ files:
95
95
  - lib/backgrounds/base.rb
96
96
  - lib/backgrounds/image.rb
97
97
  - lib/backgrounds/version.rb
98
- homepage: https://github.com/pixelartexchange/pixelart
98
+ homepage: https://github.com/profilepic/text-to-image
99
99
  licenses:
100
100
  - Public Domain
101
101
  metadata: {}