ed. 1.2.1 → 1.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/about.md +1 -1
- metadata +3 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dbbcea3a5edbec5632e44723c7dd7f71f60c492ff3d3b17ec4a88418173ccc74
|
4
|
+
data.tar.gz: 40ab3ee45bef13aea0a84ce6d7d03fad3bc8f060a546c75ae2fd3c5e353db30d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d4db3af4898fb9661dadb2aca213e479519f9ae78fc2fafbc8abc524f821757edd0277e35dcdc32876c8b3557a1f9ca8b9341dabe13123db6f9c14861be7e852
|
7
|
+
data.tar.gz: 7009c747cf27e4108d9bfce044b930e97df9c3755d49c3a050df1141ca899542434da59a155a66ec3a5d3e66f43ca40438f9fd3b0143aeb43e7e94ac5313df01
|
data/README.md
CHANGED
@@ -29,7 +29,7 @@ useful type of editions for editors and readers. An edition produced with Ed con
|
|
29
29
|
pages whose rate of decay is substantially lower than database-driven systems. As an added bonus,
|
30
30
|
these static pages require less bandwidth. Our hope is that our approach can help beginners and
|
31
31
|
veterans deploy beautiful editions with less effort, and that it can help us teach a 'full stack'
|
32
|
-
[in one academic semester](https://github.com/susannalles/MinimalEditions/blob/master/
|
32
|
+
[in one academic semester](https://github.com/susannalles/MinimalEditions/blob/master/README.md),
|
33
33
|
while allowing us to care for our projects at less cost, and perhaps, just perhaps, to generate
|
34
34
|
high-quality editions on github.io in large quantities based on the
|
35
35
|
[git-lit](http://jonreeve.com/2015/09/introducing-git-lit/) model by Jonathan Reeve. We're coming
|
data/about.md
CHANGED
@@ -21,7 +21,7 @@ useful type of editions for editors and readers. An edition produced with Ed con
|
|
21
21
|
pages whose rate of decay is substantially lower than database-driven systems. As an added bonus,
|
22
22
|
these static pages require less bandwidth. Our hope is that our approach can help beginners and
|
23
23
|
veterans deploy beautiful editions with less effort, and that it can help us teach a 'full stack'
|
24
|
-
[in one academic semester](https://github.com/susannalles/MinimalEditions/blob/master/
|
24
|
+
[in one academic semester](https://github.com/susannalles/MinimalEditions/blob/master/README.md),
|
25
25
|
while allowing us to care for our projects at less cost, and perhaps, just perhaps, to generate
|
26
26
|
high-quality editions on github.io in large quantities based on the
|
27
27
|
[git-lit](http://jonreeve.com/2015/09/introducing-git-lit/) model by Jonathan Reeve. We're coming
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ed.
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Alex Gil
|
@@ -110,6 +110,8 @@ licenses:
|
|
110
110
|
metadata:
|
111
111
|
bug_tracker_uri: https://github.com/minicomp/ed/issues
|
112
112
|
changelog_uri: https://github.com/minicomp/ed/releases
|
113
|
+
documentation_uri: https://minicomp.github.io/ed/documentation/
|
114
|
+
wiki-uri: https://github.com/minicomp/ed/wiki
|
113
115
|
homepage_uri: https://minicomp.github.io/ed/
|
114
116
|
source_code_uri: https://github.com/minicomp/ed
|
115
117
|
post_install_message:
|