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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6697aae86a3bac6a1a8ac5f48c4277a4ce41009d
4
- data.tar.gz: 54faeadb2ff5ada9d407c102a48e3fb24d31bfd9
3
+ metadata.gz: 84a5ca57139040cc98a1522a731abd2994527755
4
+ data.tar.gz: b24f7f2411721dc94085e2646f30531ff991ba6b
5
5
  SHA512:
6
- metadata.gz: ce870995ee441bc59804b555aa69e9948132beca45a7c19ea188affb8a451b8d729e82522bc4ea532553b082e403d20ea7056c327eed67e819dcad696392e345
7
- data.tar.gz: 7b8d37a8ae78ebecbd052bf3b8eb2afd589dbf425739fa8fe6be04c06a4f3e4b76b026edd00f2c0f4fb356908333d414cb3044d78b0782504b381f9f76430ba5
6
+ metadata.gz: ed9cfe4eee248801152220f94b7a76eac0058ccf5abb377f25dd46a2a40aefc4db08fb2eeea01638aa06e0430638741e3b3f0ef2bdb5f4b77f1fa27164f4d8dc
7
+ data.tar.gz: 26f362706832a8cc712f0de19947926718d6cb2525860d5d6a965fca7d6a59a79286e54fe0461413b5ac46bec603aa2aa82303c0effb65132fa3763e5ec02d13
@@ -1,4 +1,7 @@
1
1
  language: ruby
2
2
  rvm:
3
- - 2.3.0
3
+ - 1.9.3
4
+ - 2.1.8
5
+ - 2.2.4
6
+ - 2.3.0
4
7
  before_install: gem install bundler -v 1.11.2
@@ -1,7 +1,7 @@
1
1
  module Lingua
2
2
  module It
3
3
  module Readability
4
- VERSION = "1.2.2"
4
+ VERSION = "1.2.3"
5
5
  end
6
6
  end
7
7
  end
@@ -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 perl module Lingua::EN::Fathom. Gulpease and Flesch for italian text is calculated.}
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.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-18 00:00:00.000000000 Z
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 perl module Lingua::EN::Fathom. Gulpease
57
- and Flesch for italian text is calculated.
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: '0'
93
+ version: 1.9.3
93
94
  required_rubygems_version: !ruby/object:Gem::Requirement
94
95
  requirements:
95
96
  - - ">="