polytypo 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 05bb3c57adf30c19b96896ce40858128d7fee5102bee1c3b533c84fcc55d852e
4
- data.tar.gz: '0088837892eb60339829d77c2f2204adc23f44fdd6587bdf9294e17885a44271'
3
+ metadata.gz: a60e1eac7173d0034f4846b2142a5b4168d0af023653b8b301e868d9dda7138f
4
+ data.tar.gz: f1911651b4d7f3014212b130e03e79bee1cb324aeee201e0e59d87bc5afedfc7
5
5
  SHA512:
6
- metadata.gz: 14d6279d9fdae3d660709dc7c0a4f5c75711befd10c74bcd8f66a4b0026cc7ddec5d83ffb67e7c6609b496322021c29c1097bf6ee24c804e233685e3a9be27c8
7
- data.tar.gz: ceaf4caf52d16a2e3189916caa72272d24513e71ea2f8262bb254a1d975247be66d5eac8e46dde0f46b5a62383ee6aeaf043a1a61acc5ceab4168136c466d4d3
6
+ metadata.gz: 3150585226505f0c29d8244f4c82c109a17d83e1a51e9cbe9f29368d2a9deddeda41603e2248508cd0fa372fb1d6361b36ed0e9175877e1d24ca2f23e338868f
7
+ data.tar.gz: 972340ac07969de576167bedf99918875727ae6877bbf55178b087b191c6bc1915b4d9378c01cd144e79d46b2e81d386a7fb71fa8c067f95cef91fde196a6e19
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Polytypo
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
data/lib/polytypo.rb CHANGED
@@ -9,8 +9,8 @@ require_relative "polytypo/modes/spans"
9
9
  require_relative "polytypo/modes/runner"
10
10
  require_relative "polytypo/modes/html"
11
11
 
12
- # polytypo is locale-correct microtypography: quotes, dashes, ellipses, apostrophes, symbols and
13
- # no-break spaces, from a spec shared across every polytypo runtime
12
+ # polytypo normalizes typography across languages: locale-correct quotes, dashes, ellipses,
13
+ # apostrophes, symbols and no-break spaces, from a spec shared across every polytypo runtime
14
14
  # (github.com/polytypo/polytypo). See spec/CONFORMANCE.md there for exactly what this runtime
15
15
  # implements.
16
16
  module Polytypo
data/polytypo.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.authors = ["Iurii Rogulia"]
9
9
  spec.email = ["iurii@rogulia.fi"]
10
10
 
11
- spec.summary = "Locale-correct microtypography: quotes, dashes, ellipses, apostrophes, symbols and no-break spaces"
12
- spec.description = "polytypo is a locale-correct microtypography engine -- quotes, dashes, " \
11
+ spec.summary = "Normalize typography: quotes, dashes, ellipses, apostrophes, symbols and no-break spaces"
12
+ spec.description = "polytypo normalizes typography across languages -- quotes, dashes, " \
13
13
  "ellipses, apostrophes, symbols and no-break spaces -- driven by a spec " \
14
14
  "shared across every polytypo runtime (github.com/polytypo/polytypo)."
15
15
  spec.homepage = "https://polytypo.dev/"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polytypo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Iurii Rogulia
@@ -23,9 +23,9 @@ dependencies:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
25
  version: '2.0'
26
- description: polytypo is a locale-correct microtypography engine -- quotes, dashes,
27
- ellipses, apostrophes, symbols and no-break spaces -- driven by a spec shared across
28
- every polytypo runtime (github.com/polytypo/polytypo).
26
+ description: polytypo normalizes typography across languages -- quotes, dashes, ellipses,
27
+ apostrophes, symbols and no-break spaces -- driven by a spec shared across every
28
+ polytypo runtime (github.com/polytypo/polytypo).
29
29
  email:
30
30
  - iurii@rogulia.fi
31
31
  executables: []
@@ -117,6 +117,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  requirements: []
118
118
  rubygems_version: 3.6.9
119
119
  specification_version: 4
120
- summary: 'Locale-correct microtypography: quotes, dashes, ellipses, apostrophes, symbols
121
- and no-break spaces'
120
+ summary: 'Normalize typography: quotes, dashes, ellipses, apostrophes, symbols and
121
+ no-break spaces'
122
122
  test_files: []