Skip to content

Commit

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

Bugs:

- Avoid adding all array extensions to the standard Array class. \[[#179](https://github.com/kslazarev/numbers_and_words/pull/179)\]
  • Loading branch information
jlduran committed Jan 5, 2021
1 parent 630b99e commit 18d3a0c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 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.10 (Next)
## 0.11.11 (Next)

### Features
* Your contribution here.

## 0.11.10 (January 5, 2021)

### Bugs
* Avoid adding all array extensions to the standard Array class. \[[#179](https://github.com/kslazarev/numbers_and_words/pull/179)\]

## 0.11.9 (January 4, 2021)

### Features
Expand Down
6 changes: 3 additions & 3 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.9 ruby lib
# stub: numbers_and_words 0.11.10 ruby lib

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

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-04"
s.date = "2021-01-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

0 comments on commit 18d3a0c

Please sign in to comment.