hunspell 0.1.7 → 1.0.0

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -4
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5c6a59940f13e88d0c5955c9511a371b3b6eb763
4
- data.tar.gz: a0ba6b29475923fdd26596a0bf6fb9ffffb27ef7
3
+ metadata.gz: 4bdeed514263fe976e327e9d1e54d6b3792f586b
4
+ data.tar.gz: 684aded793c7ceb3ce0b2c01a17659fbff3a308c
5
5
  SHA512:
6
- metadata.gz: 802bf32e5a8b2a062d6197d38ec1e90bfc109d11e0a33e302de88ba3f55f953a8415222e5a478bd2d840e4bebf60260326123762188fd2baef7f85a37ce0af6e
7
- data.tar.gz: 2fc4ee9fe06af891992768b1de15edc5e6987dd6a7ad26f4187efc5b9dcd374a1b8451be0af7d5352bd307b63499d30caf71a4c680b2447af0392ccb7b9e9fd1
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.1.7
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-08-12 00:00:00.000000000 Z
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.11
53
+ rubygems_version: 2.6.13
54
54
  signing_key:
55
55
  specification_version: 4
56
56
  summary: Ruby interface to hunspell spell checker