markdown_titles_to_svg 0.1.5 → 0.1.6

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: 28ee6a43373fd62e677c8008d80b0ea1f319591b0e28a15513f2808b1bd75631
4
- data.tar.gz: 57be6334f5da582cbde7236e73e5cb4cbb97af476b1158375d76f7ba96f0f2c8
3
+ metadata.gz: a0521037eaff3aad41496e8e8727b0fa09d33d7d1174bdc9643557c92f874470
4
+ data.tar.gz: 2ecb02781f5d0b8d6ec292bc7e88e9dc5a0dd692cf92bb730fb471918080ecae
5
5
  SHA512:
6
- metadata.gz: 26dabc35135e62ece2f6dd7c7c94f8a1260681dd9a3547b343999ced656250f08f0fed674b0eb7a4321cf5310957004870a534dc5486a92de98c696160694409
7
- data.tar.gz: 20ef1fbee30e7bb42ece77771d6e241388368774981e2cd19f8b7c2b066967c90a30965ec3adce7be033eddb0aa8af4327ca954b14f2952f7b2542d425320be1
6
+ metadata.gz: 77962817bc4bc9e403edb46d630dbbada565bc05abc92ff57072211509dbe6cc3345c954aee5a776b3e1b536cac508cb742e22070859cc27f60a831ccda9b4e1
7
+ data.tar.gz: e124ed1b97afc62681eaa20b87bb6879d14bebe3437cba0cb563f2bea73a711b1abbd4722fe13770d437d0509f9e291e32c1b376c4131bd0fcfb5d76f9d7bb10
@@ -61,7 +61,7 @@ module MarkdownTitlesToSvg
61
61
  },
62
62
  stroke: {
63
63
  color: 'none',
64
- width: '0px',
64
+ width: '0',
65
65
  opacity: 1.0,
66
66
  linecap: 'butt'
67
67
  }
@@ -74,7 +74,7 @@ module MarkdownTitlesToSvg
74
74
  },
75
75
  stroke: {
76
76
  color: 'none',
77
- width: '0px',
77
+ width: '0',
78
78
  opacity: 1.0,
79
79
  linecap: 'butt'
80
80
  }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MarkdownTitlesToSvg
4
- VERSION = "0.1.5"
4
+ VERSION = "0.1.6"
5
5
  end
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: markdown_titles_to_svg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - a6b8
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-06-18 00:00:00.000000000 Z
11
+ date: 2021-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: text2svg
@@ -101,6 +101,7 @@ files:
101
101
  - bin/setup
102
102
  - lib/markdown_titles_to_svg.rb
103
103
  - lib/markdown_titles_to_svg/version.rb
104
+ - markdown_titles_to_svg-0.1.5.gem
104
105
  - markdown_titles_to_svg.gemspec
105
106
  homepage: https://github.com/a6b8/markdown-titles-to-svg-for-ruby
106
107
  licenses: