orthotypo 0.1.0 → 0.2.0
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
- metadata +7 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8fcffa7b9568048fd9542092b6fb6eb5ed42576842e3df334d3003aa52260cde
|
|
4
|
+
data.tar.gz: 16fc581a97220a6ba28236ee9cf27546b2b86585ab771d1ac87bec810b6d6c8d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 28d83f260052debec113d5897fdb37ace130a0d00befc5b6418d754daa20158a3244a6e0fe319fca33a7dac999181bad1d464b2922a7a070ae4d2a48888a8204
|
|
7
|
+
data.tar.gz: a7632e3fee163f5efeb667c2aa0faaefdd99bdf23f58daade6b5ef34bbce362938b02fbc8ff391bb4674159c1f2b599380e87b44e52ba03cc2ff04f148e7f22c
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: orthotypo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Arnaud Levy
|
|
@@ -53,8 +53,8 @@ dependencies:
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '0'
|
|
55
55
|
description: Il y a un corpus riche de règles typographiques, dépendant des langues.
|
|
56
|
-
Cette gem vise à intégrer ces règles et à automatiser
|
|
57
|
-
|
|
56
|
+
Cette gem vise à intégrer ces règles et à automatiser leur mise en application pour
|
|
57
|
+
le web, quand cela est possible.
|
|
58
58
|
email:
|
|
59
59
|
- arnaud.levy@noesya.coop
|
|
60
60
|
executables: []
|
|
@@ -64,7 +64,9 @@ files: []
|
|
|
64
64
|
homepage: https://github.com/noesya/orthotypo
|
|
65
65
|
licenses:
|
|
66
66
|
- MIT
|
|
67
|
-
metadata:
|
|
67
|
+
metadata:
|
|
68
|
+
homepage_uri: https://github.com/noesya/orthotypo
|
|
69
|
+
source_code_uri: https://github.com/noesya/orthotypo
|
|
68
70
|
post_install_message:
|
|
69
71
|
rdoc_options: []
|
|
70
72
|
require_paths:
|
|
@@ -83,5 +85,5 @@ requirements: []
|
|
|
83
85
|
rubygems_version: 3.4.6
|
|
84
86
|
signing_key:
|
|
85
87
|
specification_version: 4
|
|
86
|
-
summary:
|
|
88
|
+
summary: Pour un texte correctement typographié
|
|
87
89
|
test_files: []
|