ascii_to_svg 0.1.0 → 0.1.2

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: a3e9081f24a286a36328672a54b82cc136b913892929d0b5e1b9fecbac987065
4
- data.tar.gz: cae5de5779f943b44469be54f07a53a0eeac6a15761d0ac616a8e62b56886f1a
3
+ metadata.gz: a85dccb2385d17e25f2129478389dd8de6f6261c610d5e9318d4214655f9c400
4
+ data.tar.gz: 582a762517b57645ab995ca94a42dadb7fc0a9c8bff7b7997e5384d6730f9f64
5
5
  SHA512:
6
- metadata.gz: 3267d68802fb3641067260252f9bfa6021979f21d81575ae04eee7cdead8b053e891db0cc93439289c0914e0b208cf00dab098bb27aba11a4ce6d96fba912aef
7
- data.tar.gz: 6ba8287d253bb07be75c56d5b4fa11e420cea336e6bd6d7b7eef20494c5741d9688482ef73b2bf95088d0e5fda27c579852ded609b2329f72624a130156d2501
6
+ metadata.gz: ee2f78a32365b1c23cafcc420a5ae3001d88f286e7339c206f3622b111245543d722e25358675d680c0845e422adcbaeca70d24986bbc580374c2e4f44471ed1
7
+ data.tar.gz: 92f659d7f2e37efad1920fdbadb5ffd441d2e0614ba2bdf08449749ab27f67b804cf8aecbdf26ac3fc163aa5dfc20c705ca4169109e56b17923df34042f99820
Binary file
Binary file
data/ascii_to_svg.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["a6b8"]
9
9
  spec.email = ["hello@13plu4.com"]
10
10
 
11
- spec.summary = "Generative Art based on input Strings."
12
- spec.description = "Generates beautiful svg vecor images based on a string input"
11
+ spec.summary = "Generative Art based on a input string."
12
+ spec.description = "Generates beautiful svg vecor images based on a input string"
13
13
  spec.homepage = "https://github.com/a6b8/ascii-to-svg-generator-for-ruby"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.4.0"
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module AsciiToSvg
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ascii_to_svg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - a6b8
@@ -10,7 +10,7 @@ bindir: exe
10
10
  cert_chain: []
11
11
  date: 2021-06-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Generates beautiful svg vecor images based on a string input
13
+ description: Generates beautiful svg vecor images based on a input string
14
14
  email:
15
15
  - hello@13plu4.com
16
16
  executables: []
@@ -25,6 +25,8 @@ files:
25
25
  - LICENSE.txt
26
26
  - README.md
27
27
  - Rakefile
28
+ - ascii_to_svg-0.1.0.gem
29
+ - ascii_to_svg-0.1.1.gem
28
30
  - ascii_to_svg.gemspec
29
31
  - bin/console
30
32
  - bin/setup
@@ -56,5 +58,5 @@ requirements: []
56
58
  rubygems_version: 3.2.3
57
59
  signing_key:
58
60
  specification_version: 4
59
- summary: Generative Art based on input Strings.
61
+ summary: Generative Art based on a input string.
60
62
  test_files: []