Skip to content

Commit

Permalink
Preparing for release, 0.10.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Mar 9, 2016
1 parent e3d18f6 commit d274988
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
## 0.10.5 (March 9, 2016)

### Bugs
* Fix pluralization rules for Spanish. \[[#122](https://github.com/kslazarev/numbers_and_words/pull/122)\] \([@jlduran](https://github.com/jlduran)\)
* Fix long scale names in Spanish. \[[#112](https://github.com/kslazarev/numbers_and_words/pull/112)\] \([@jlduran](https://github.com/jlduran)\)
* Fix Turkish hundred and thousand numbers. \[[#113](https://github.com/kslazarev/numbers_and_words/pull/113)\] \([@cbilgili](https://github.com/cbilgili)\)
* Fix one/other convention in Spanish and French. \[[#116](https://github.com/kslazarev/numbers_and_words/pull/116)\] \([@joseramonc](https://github.com/joseramonc)\)
* Fix hundreds in Lithuanian. \[[#117](https://github.com/kslazarev/numbers_and_words/pull/117)\] \([@osegrums](https://github.com/osegrums)\)

## 0.10.4 (March 02, 2015)

### Bugs
Expand Down
2 changes: 1 addition & 1 deletion lib/numbers_and_words/version.rb
@@ -1,3 +1,3 @@
module NumbersAndWords
VERSION = '0.10.4'
VERSION = '0.10.5'
end
11 changes: 6 additions & 5 deletions numbers_and_words.gemspec
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.10.4 ruby lib
# stub: numbers_and_words 0.10.5 ruby lib

Gem::Specification.new do |s|
s.name = "numbers_and_words"
s.version = "0.10.4"
s.version = "0.10.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Kirill Lazarev"]
s.date = "2015-03-02"
s.date = "2016-03-09"
s.description = "Convert numbers to words using I18N."
s.email = "k.s.lazarev@gmail.com"
s.extra_rdoc_files = [
Expand Down Expand Up @@ -50,7 +50,6 @@ Gem::Specification.new do |s|
"lib/numbers_and_words/i18n/locales/numbers.tr.yml",
"lib/numbers_and_words/i18n/locales/numbers.ua.yml",
"lib/numbers_and_words/i18n/pluralization.rb",
"lib/numbers_and_words/i18n/plurals/es.rb",
"lib/numbers_and_words/i18n/plurals/fr.rb",
"lib/numbers_and_words/i18n/plurals/lt.rb",
"lib/numbers_and_words/i18n/plurals/lv.rb",
Expand Down Expand Up @@ -117,11 +116,13 @@ Gem::Specification.new do |s|
"lib/numbers_and_words/strategies/figures_converter/options/en.rb",
"lib/numbers_and_words/strategies/figures_converter/options/en/hundreds_with_union.rb",
"lib/numbers_and_words/strategies/figures_converter/options/en/ordinal.rb",
"lib/numbers_and_words/strategies/figures_converter/options/en/pronounced.rb",
"lib/numbers_and_words/strategies/figures_converter/options/en/remove_hyphen.rb",
"lib/numbers_and_words/strategies/figures_converter/options/en/remove_zero.rb",
"lib/numbers_and_words/strategies/figures_converter/options/en_gb.rb",
"lib/numbers_and_words/strategies/figures_converter/options/en_gb/hundreds_with_union.rb",
"lib/numbers_and_words/strategies/figures_converter/options/en_gb/ordinal.rb",
"lib/numbers_and_words/strategies/figures_converter/options/en_gb/pronounced.rb",
"lib/numbers_and_words/strategies/figures_converter/options/en_gb/remove_hyphen.rb",
"lib/numbers_and_words/strategies/figures_converter/options/en_gb/remove_zero.rb",
"lib/numbers_and_words/strategies/figures_converter/options/hu.rb",
Expand Down Expand Up @@ -160,7 +161,7 @@ Gem::Specification.new do |s|
]
s.homepage = "http://github.com/kslazarev/numbers_and_words"
s.licenses = ["MIT"]
s.rubygems_version = "2.4.5"
s.rubygems_version = "2.4.8"
s.summary = "Convert numbers to words using I18N."

if s.respond_to? :specification_version then
Expand Down

0 comments on commit d274988

Please sign in to comment.