readability_score 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd7342455761c854d777a7cc934f71569acf4b6b11271abca9b130c871eaed9b
|
4
|
+
data.tar.gz: 7011b9e42f504486bef6bb44564858b98c9c6b70fe4464ec3750e24d894087e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 50d3ec442e29289ca7a5747379aba640c15efdfe9e0a40a5c4eca89b728462dd0ea1b35c969d5a579249facb59058b60a338c43835f825c51d289a63439165c4
|
7
|
+
data.tar.gz: c12cba898b137077a63d2a150671664d4d5ca11cb3fb3ecb22c2baafc34a2c8d321abc5f3d8b3c43b317c54ce8738ae23c8d13bcf9519cf7ca997b625fbb0eba
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: readability_score
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- flatironschool
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
@@ -14,7 +14,7 @@ description: Readable uses the Odyssey gem's built in readability index scores t
|
|
14
14
|
test a particular README.md file. Once installed, simply navigate to a directory
|
15
15
|
with a README present and call the gem to get feedback on the content.
|
16
16
|
email:
|
17
|
-
-
|
17
|
+
- maxwell@flatironschool.com
|
18
18
|
executables:
|
19
19
|
- rscore
|
20
20
|
extensions: []
|
@@ -22,7 +22,7 @@ extra_rdoc_files: []
|
|
22
22
|
files:
|
23
23
|
- bin/rscore
|
24
24
|
- lib/readability_score.rb
|
25
|
-
homepage: https://github.com/learn-co-curriculum/
|
25
|
+
homepage: https://github.com/learn-co-curriculum/readability_score/
|
26
26
|
licenses:
|
27
27
|
- MIT
|
28
28
|
metadata: {}
|