lingua-it-readability 1.2.2 → 1.2.3
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/.travis.yml +4 -1
- data/lib/lingua/it/readability/version.rb +1 -1
- data/lingua-it-readability.gemspec +2 -1
- metadata +6 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 84a5ca57139040cc98a1522a731abd2994527755
|
|
4
|
+
data.tar.gz: b24f7f2411721dc94085e2646f30531ff991ba6b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed9cfe4eee248801152220f94b7a76eac0058ccf5abb377f25dd46a2a40aefc4db08fb2eeea01638aa06e0430638741e3b3f0ef2bdb5f4b77f1fa27164f4d8dc
|
|
7
|
+
data.tar.gz: 26f362706832a8cc712f0de19947926718d6cb2525860d5d6a965fca7d6a59a79286e54fe0461413b5ac46bec603aa2aa82303c0effb65132fa3763e5ec02d13
|
data/.travis.yml
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["a.g.baldan@gmail.com"]
|
|
11
11
|
|
|
12
12
|
spec.summary = %q{Text readability indexes and stats calibrated on Italian language.}
|
|
13
|
-
spec.description = %q{Text readability indexes and stats calibrated on Italian language. Inspired by Lingua::EN::Readability and the original
|
|
13
|
+
spec.description = %q{Text readability indexes and stats calibrated on Italian language. Inspired by Lingua::EN::Readability and the original Perl module Lingua::EN::Fathom. It prints some usefull readability stats including sentences, words, syllables and average values for words and sentences. Gulpease and Flesch for italian text is calculated.}
|
|
14
14
|
spec.homepage = "https://github.com/codepr/lingua-it-readability"
|
|
15
15
|
spec.license = "MIT"
|
|
16
16
|
|
|
@@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
|
|
|
18
18
|
spec.bindir = "exe"
|
|
19
19
|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
|
20
20
|
spec.require_paths = ["lib"]
|
|
21
|
+
spec.required_ruby_version = '>= 1.9.3'
|
|
21
22
|
|
|
22
23
|
spec.add_development_dependency "bundler", "~> 1.11"
|
|
23
24
|
spec.add_development_dependency "rake", "~> 10.0"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lingua-it-readability
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrea Giacomo Baldan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-02-
|
|
11
|
+
date: 2016-02-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -53,8 +53,9 @@ dependencies:
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.0'
|
|
55
55
|
description: Text readability indexes and stats calibrated on Italian language. Inspired
|
|
56
|
-
by Lingua::EN::Readability and the original
|
|
57
|
-
|
|
56
|
+
by Lingua::EN::Readability and the original Perl module Lingua::EN::Fathom. It prints
|
|
57
|
+
some usefull readability stats including sentences, words, syllables and average
|
|
58
|
+
values for words and sentences. Gulpease and Flesch for italian text is calculated.
|
|
58
59
|
email:
|
|
59
60
|
- a.g.baldan@gmail.com
|
|
60
61
|
executables: []
|
|
@@ -89,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
89
90
|
requirements:
|
|
90
91
|
- - ">="
|
|
91
92
|
- !ruby/object:Gem::Version
|
|
92
|
-
version:
|
|
93
|
+
version: 1.9.3
|
|
93
94
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
94
95
|
requirements:
|
|
95
96
|
- - ">="
|