hunspell 0.1.7 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +0 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4bdeed514263fe976e327e9d1e54d6b3792f586b
|
4
|
+
data.tar.gz: 684aded793c7ceb3ce0b2c01a17659fbff3a308c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d10d79157d57b6523475ee26fee288414b5462a2b60a29c12246ca544d10da6dfd3038cceba621c2d3e988c59aa5b979a5547af3d892381d87da2c2123072954
|
7
|
+
data.tar.gz: 3c05c8f7c71d91c91c128e4f48b71606ac45ee01207fc6580256ab76b9c8cc5449ea949e35b88093fe139cfa8ba3a9303d55d30faa78ca7f298947c18ed545ca
|
data/README.md
CHANGED
@@ -77,7 +77,3 @@ puts "Suggestions for 'paprica': " + sp.suggest("paprica").inspect
|
|
77
77
|
## FEEDBACK
|
78
78
|
|
79
79
|
Any help or report are warmly appreciated. Please visit the project's homepage at https://github.com/segabor/Hunspell and open an issue.
|
80
|
-
|
81
|
-
## DISCLAIMER
|
82
|
-
|
83
|
-
This software is at an early stage. Use at own your risk! No warranty.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hunspell
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gábor SEBESTYÉN
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-09-06 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: |
|
14
14
|
Hunspell is an easy native Ruby interface to the famous Hunspell spell checker
|
@@ -50,7 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
51
51
|
- hunspell 1.3 or newer
|
52
52
|
rubyforge_project:
|
53
|
-
rubygems_version: 2.6.
|
53
|
+
rubygems_version: 2.6.13
|
54
54
|
signing_key:
|
55
55
|
specification_version: 4
|
56
56
|
summary: Ruby interface to hunspell spell checker
|