Skip to content

Commit

Permalink
Release 0.11.6
Browse files Browse the repository at this point in the history
Release 0.11.6 (April 14, 2019)

Bugs:

  - Fix wrong spelling in Spanish with precision. \[[#165](https://github.com/kslazarev/numbers_and_words/pull/165)\]

Features:

  - Add support for Ruby 2.6. \[[#161](https://github.com/kslazarev/numbers_and_words/pull/161)\]
  - Drop support for Ruby 2.2.
  - Drop support for Ruby 2.3.
  • Loading branch information
jlduran committed Apr 14, 2019
1 parent d8401cc commit 81d5751
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Features
* Your contribution here.

## 0.11.6 (April 13, 2019)
## 0.11.6 (April 14, 2019)

### Bugs
* Fix wrong spelling in Spanish with precision. \[[#165](https://github.com/kslazarev/numbers_and_words/pull/165)\]
Expand Down
12 changes: 8 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.5 ruby lib
# stub: numbers_and_words 0.11.6 ruby lib

Gem::Specification.new do |s|
s.name = "numbers_and_words".freeze
s.version = "0.11.5"
s.version = "0.11.6"

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 = "2018-03-22"
s.date = "2019-04-14"
s.description = "Convert numbers to words using I18N.".freeze
s.email = "[email protected]".freeze
s.extra_rdoc_files = [
Expand Down Expand Up @@ -144,6 +144,10 @@ Gem::Specification.new do |s|
"lib/numbers_and_words/strategies/figures_converter/languages/ua.rb",
"lib/numbers_and_words/strategies/figures_converter/languages/vi.rb",
"lib/numbers_and_words/strategies/figures_converter/options.rb",
"lib/numbers_and_words/strategies/figures_converter/options/base.rb",
"lib/numbers_and_words/strategies/figures_converter/options/base/gender.rb",
"lib/numbers_and_words/strategies/figures_converter/options/base/ordinal.rb",
"lib/numbers_and_words/strategies/figures_converter/options/base/remove_zero.rb",
"lib/numbers_and_words/strategies/figures_converter/options/cs.rb",
"lib/numbers_and_words/strategies/figures_converter/options/cs/gender.rb",
"lib/numbers_and_words/strategies/figures_converter/options/cs/ordinal.rb",
Expand Down Expand Up @@ -208,7 +212,7 @@ Gem::Specification.new do |s|
]
s.homepage = "http://github.com/kslazarev/numbers_and_words".freeze
s.licenses = ["MIT".freeze]
s.rubygems_version = "2.6.14".freeze
s.rubygems_version = "3.0.3".freeze
s.summary = "Convert numbers to words using I18N.".freeze

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 81d5751

Please sign in to comment.