orthotypo 0.1.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +8 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea735109cd2bd2bf51c4480fd016557cc0ec621b4e650e7a4742c4510eaa22a6
|
4
|
+
data.tar.gz: 2a6da746b55060355520da983d482ebebd5a3203c2419ef33216c7a2720d842c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d8b8b0fc5a895695d40693f38c65afd6650d9b5820f55fb14e2a48c28542344f0a45c5a00b5df01cebe4ebc669bc94dd750d114fa06c1780040c725c6ce1fae
|
7
|
+
data.tar.gz: d37c3cecff86052df0daf35069c63d050bb380b45725155f2f6cc80c1982650d314c7a8bf935a305742eda0dc503562dc8fd3af2f9b6385df005704eccdbaae1
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: orthotypo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Arnaud Levy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-10-
|
11
|
+
date: 2023-10-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|
@@ -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: []
|