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 +4 -4
- data/lib/polytypo/version.rb +1 -1
- data/lib/polytypo.rb +2 -2
- data/polytypo.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a60e1eac7173d0034f4846b2142a5b4168d0af023653b8b301e868d9dda7138f
|
|
4
|
+
data.tar.gz: f1911651b4d7f3014212b130e03e79bee1cb324aeee201e0e59d87bc5afedfc7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3150585226505f0c29d8244f4c82c109a17d83e1a51e9cbe9f29368d2a9deddeda41603e2248508cd0fa372fb1d6361b36ed0e9175877e1d24ca2f23e338868f
|
|
7
|
+
data.tar.gz: 972340ac07969de576167bedf99918875727ae6877bbf55178b087b191c6bc1915b4d9378c01cd144e79d46b2e81d386a7fb71fa8c067f95cef91fde196a6e19
|
data/lib/polytypo/version.rb
CHANGED
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
|
|
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 = "
|
|
12
|
-
spec.description = "polytypo
|
|
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.
|
|
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
|
|
27
|
-
|
|
28
|
-
|
|
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: '
|
|
121
|
-
|
|
120
|
+
summary: 'Normalize typography: quotes, dashes, ellipses, apostrophes, symbols and
|
|
121
|
+
no-break spaces'
|
|
122
122
|
test_files: []
|