Skip to content

Commit

Permalink
Release 0.11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdave committed Jun 4, 2020
1 parent 000dd54 commit 23af452
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## 0.11.8 (Next)
## 0.11.9 (Next)

### Features
* Your contribution here.

## 0.11.8 ()

### Features
* Add support for Kazakh language. \[[#175](https://github.com/kslazarev/numbers_and_words/pull/175)\] \([@j8sus](https://github.com/j8sus)\)

## 0.11.7 (June 1, 2020)

### Features
Expand Down
11 changes: 7 additions & 4 deletions numbers_and_words.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: numbers_and_words 0.11.7 ruby lib
# stub: numbers_and_words 0.11.8 ruby lib

Gem::Specification.new do |s|
s.name = "numbers_and_words".freeze
s.version = "0.11.7"
s.version = "0.11.8"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Kirill Lazarev".freeze]
s.date = "2020-06-01"
s.date = "2020-06-04"
s.description = "This gem spells out numbers in several languages using the I18n gem.".freeze
s.email = "k.s.lazarev@gmail.com".freeze
s.extra_rdoc_files = [
Expand Down Expand Up @@ -41,6 +41,7 @@ Gem::Specification.new do |s|
"lib/numbers_and_words/i18n/locales/numbers.hy.yml",
"lib/numbers_and_words/i18n/locales/numbers.it.yml",
"lib/numbers_and_words/i18n/locales/numbers.ka.yml",
"lib/numbers_and_words/i18n/locales/numbers.kz.yml",
"lib/numbers_and_words/i18n/locales/numbers.lt.yml",
"lib/numbers_and_words/i18n/locales/numbers.lv.yml",
"lib/numbers_and_words/i18n/locales/numbers.nl.yml",
Expand Down Expand Up @@ -133,6 +134,7 @@ Gem::Specification.new do |s|
"lib/numbers_and_words/strategies/figures_converter/languages/hy.rb",
"lib/numbers_and_words/strategies/figures_converter/languages/it.rb",
"lib/numbers_and_words/strategies/figures_converter/languages/ka.rb",
"lib/numbers_and_words/strategies/figures_converter/languages/kz.rb",
"lib/numbers_and_words/strategies/figures_converter/languages/lt.rb",
"lib/numbers_and_words/strategies/figures_converter/languages/lv.rb",
"lib/numbers_and_words/strategies/figures_converter/languages/nl.rb",
Expand Down Expand Up @@ -195,6 +197,7 @@ Gem::Specification.new do |s|
"lib/numbers_and_words/translations/hy.rb",
"lib/numbers_and_words/translations/it.rb",
"lib/numbers_and_words/translations/ka.rb",
"lib/numbers_and_words/translations/kz.rb",
"lib/numbers_and_words/translations/lt.rb",
"lib/numbers_and_words/translations/lv.rb",
"lib/numbers_and_words/translations/nl.rb",
Expand All @@ -213,7 +216,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/kslazarev/numbers_and_words".freeze
s.licenses = ["MIT".freeze]
s.required_ruby_version = Gem::Requirement.new(">= 2.5.0".freeze)
s.rubygems_version = "3.1.2".freeze
s.rubygems_version = "3.1.4".freeze
s.summary = "Spell out numbers in several languages".freeze

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 23af452

Please sign in to comment.