Skip to content

Commit

Permalink
Release 0.11.11
Browse files Browse the repository at this point in the history
Release 0.11.11 (July 5, 2021)

Bugs:

-  Fix edge cases in Dutch. \[[#182](https://github.com/kslazarev/numbers_and_words/pull/182)\] \([@mvz](https://github.com/mvz)\)
  • Loading branch information
jlduran committed Jul 5, 2021
1 parent 99b2f65 commit ea3c863
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
## 0.11.11 (Next)

### Bugs
* Fix edge cases in Dutch. \[[#182](https://github.com/kslazarev/numbers_and_words/pull/182)\] \([@mvz](https://github.com/mvz)\)
## 0.11.12 (Next)

### Features
* Your contribution here.

## 0.11.11 (July 5, 2021)

### Bugs
* Fix edge cases in Dutch. \[[#182](https://github.com/kslazarev/numbers_and_words/pull/182)\] \([@mvz](https://github.com/mvz)\)

## 0.11.10 (January 5, 2021)

### Bugs
Expand Down
8 changes: 4 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.10 ruby lib
# stub: numbers_and_words 0.11.11 ruby lib

Gem::Specification.new do |s|
s.name = "numbers_and_words".freeze
s.version = "0.11.10"
s.version = "0.11.11"

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 = "2021-01-05"
s.date = "2021-07-05"
s.description = "This gem spells out numbers in several languages using the I18n gem.".freeze
s.email = "[email protected]".freeze
s.extra_rdoc_files = [
Expand Down Expand Up @@ -216,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.2.4".freeze
s.rubygems_version = "3.2.21".freeze
s.summary = "Spell out numbers in several languages".freeze

if s.respond_to? :specification_version then
Expand Down

0 comments on commit ea3c863

Please sign in to comment.