Skip to content

Commit

Permalink
Release 0.11.0
Browse files Browse the repository at this point in the history
Release 0.11.0 (June 26, 2017)

Features:

- Remove dependency on `ActiveSupport` gem. [#140]
  • Loading branch information
jlduran committed Jun 26, 2017
1 parent e7433c4 commit f351fe9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## 0.11.0 (Next)
## 0.11.1 (Next)

### Features
* Your contribution here.

## 0.11.0 (June 26, 2017)

### Features
* Remove dependency on `ActiveSupport` gem. \[[#140](https://github.com/kslazarev/numbers_and_words/pull/140)\]

## 0.10.6 (June 11, 2017)
Expand Down
2 changes: 1 addition & 1 deletion numbers_and_words.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
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 = "2017-06-20"
s.date = "2017-06-26"
s.description = "Convert numbers to words using I18N.".freeze
s.email = "k.s.lazarev@gmail.com".freeze
s.extra_rdoc_files = [
Expand Down

0 comments on commit f351fe9

Please sign in to comment.