Skip to content

Commit 5cf55d9

Browse files
committed
Version bump
1 parent 4685287 commit 5cf55d9

4 files changed

Lines changed: 18 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 0.1.4 2020-02-11
5+
### Added
6+
- French dictionary
7+
- Finnish dictionary
8+
- Spanish dictionary
9+
- Hungarian dictionary
10+
- Italian dictionary
11+
- Indonesian dictionary
12+
413
## 0.1.3 2020-02-10
514
### Added
615
- Polish dictionary

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
textstat (0.1.0)
4+
textstat (0.1.4)
55
text-hyphen (~> 1.4, >= 1.4.1)
66

77
GEM
@@ -34,4 +34,4 @@ DEPENDENCIES
3434
textstat!
3535

3636
BUNDLED WITH
37-
2.0.0.pre.1
37+
2.1.4

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -243,18 +243,18 @@ Easy words (~2000):
243243
- [x] Czech
244244
- [x] Danish
245245
- [ ] US English and UK English independently
246-
- [ ] Spanish
246+
- [x] Spanish
247247
- [ ] Estonian
248-
- [ ] Finnish
249-
- [ ] French
248+
- [x] Finnish
249+
- [x] French
250250
- [ ] Irish Gaelic
251251
- [ ] Croatian
252252
- [ ] Upper Sorbian
253-
- [ ] Hungarian
253+
- [x] Hungarian
254254
- [ ] Interlingua
255-
- [ ] Indonesian
255+
- [x] Indonesian
256256
- [ ] Icelandic
257-
- [ ] Italian
257+
- [x] Italian
258258
- [ ] Latin
259259
- [ ] Mongolian
260260
- [x] Dutch (Nederlande)

lib/textstat/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class TextStat
2-
VERSION = "0.1.3"
2+
VERSION = "0.1.4"
33
end

0 commit comments

Comments
 (0)