hunspell-dictionaries 5.2.0.1.2 → 5.2.0.1.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/README.md +6 -1
- data/hunspell-dictionaries.gemspec +1 -1
- data/lib/hunspell/dictionaries/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f763f6b300e6d50cbb6cabc129352c67f1c76ecc
|
|
4
|
+
data.tar.gz: 8e4dad21d78897c3c9946780c24722395c1a484f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fb8a98f1c0106d1a7058bb40903925411d5ed9555a708210374e377f58079e78aede6639b6bfa7ad022034384dc9e381c5efaf5a1099f2214784ef5ea4ccd52e
|
|
7
|
+
data.tar.gz: 1b338ae3a20c4fc97216091f890925025b22a5dbf87e3a8e13bcd6e6e39a11d38c190cbf1fd78b4bbe671324058eb364dffbfbdfaf7a202730e4e52e7a017db8
|
data/README.md
CHANGED
|
@@ -1,10 +1,15 @@
|
|
|
1
1
|
# Hunspell Dictionaries
|
|
2
2
|
|
|
3
|
+
[](https://raw.githubusercontent.com/authorea/LaTeXML-Ruby/master/LICENSE)
|
|
4
|
+
[](https://badge.fury.io/rb/hunspell-dictionaries)
|
|
5
|
+
|
|
3
6
|
Pakages the [Libreoffice hunspell dictionaries](https://github.com/LibreOffice/dictionaries) as a Gem.
|
|
4
7
|
|
|
8
|
+
We use this module at [Authorea](http://www.authorea.com) for spellchecking our authors' LaTeX and MarkDown sources written in the [ACE](https://ace.c9.io/#nav=about) editor.
|
|
9
|
+
|
|
5
10
|
## Installation
|
|
6
11
|
|
|
7
|
-
Add this line to your application
|
|
12
|
+
Add this line to your application’s Gemfile:
|
|
8
13
|
|
|
9
14
|
```ruby
|
|
10
15
|
gem 'hunspell-dictionaries'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hunspell-dictionaries
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 5.2.0.1.
|
|
4
|
+
version: 5.2.0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Milo Mordaunt
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -42,16 +42,16 @@ dependencies:
|
|
|
42
42
|
name: railties
|
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
|
44
44
|
requirements:
|
|
45
|
-
- - "
|
|
45
|
+
- - ">="
|
|
46
46
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '
|
|
47
|
+
version: '0'
|
|
48
48
|
type: :runtime
|
|
49
49
|
prerelease: false
|
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
|
51
51
|
requirements:
|
|
52
|
-
- - "
|
|
52
|
+
- - ">="
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
|
-
version: '
|
|
54
|
+
version: '0'
|
|
55
55
|
description: Dictionaries from https://github.com/LibreOffice/dictionaries, converted
|
|
56
56
|
to utf-8
|
|
57
57
|
email:
|