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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 249c375adf760ee809cad7567ad9cd60e81e498c
4
- data.tar.gz: 2fb2c29f2dfa1eeed1f69bfc50303297885165f9
3
+ metadata.gz: f763f6b300e6d50cbb6cabc129352c67f1c76ecc
4
+ data.tar.gz: 8e4dad21d78897c3c9946780c24722395c1a484f
5
5
  SHA512:
6
- metadata.gz: 2addd0354677bf87651a8aa46028b25b1b93f705f0542e4dc4090cd770bb893dbf71ca5ccd1a260961eeb980a323cefa4d544437c4b436afc4daa7aebd0f86ac
7
- data.tar.gz: f7b6124a034ffe863a77ce15c6647f131d642d4904807e442dffe463ba5c4571a42fff11ffaf666113dabfc9f29b04c8812c7e88a02403394e2d1e8837c22fcd
6
+ metadata.gz: fb8a98f1c0106d1a7058bb40903925411d5ed9555a708210374e377f58079e78aede6639b6bfa7ad022034384dc9e381c5efaf5a1099f2214784ef5ea4ccd52e
7
+ data.tar.gz: 1b338ae3a20c4fc97216091f890925025b22a5dbf87e3a8e13bcd6e6e39a11d38c190cbf1fd78b4bbe671324058eb364dffbfbdfaf7a202730e4e52e7a017db8
data/README.md CHANGED
@@ -1,10 +1,15 @@
1
1
  # Hunspell Dictionaries
2
2
 
3
+ [![license](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercontent.com/authorea/LaTeXML-Ruby/master/LICENSE)
4
+ [![Gem Version](https://badge.fury.io/rb/hunspell-dictionaries.svg)](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's Gemfile:
12
+ Add this line to your applications Gemfile:
8
13
 
9
14
  ```ruby
10
15
  gem 'hunspell-dictionaries'
@@ -28,5 +28,5 @@ Gem::Specification.new do |spec|
28
28
 
29
29
  spec.add_development_dependency "bundler", "~> 1.12"
30
30
  spec.add_development_dependency "rake", "~> 10.0"
31
- spec.add_dependency "railties", "~> 3.2"
31
+ spec.add_dependency "railties"
32
32
  end
@@ -1,5 +1,5 @@
1
1
  module Hunspell
2
2
  module Dictionaries
3
- VERSION = "5.2.0.1.2"
3
+ VERSION = "5.2.0.1.3"
4
4
  end
5
5
  end
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.2
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-06-22 00:00:00.000000000 Z
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: '3.2'
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: '3.2'
54
+ version: '0'
55
55
  description: Dictionaries from https://github.com/LibreOffice/dictionaries, converted
56
56
  to utf-8
57
57
  email: