Skip to content

Commit

Permalink
Merge branch 'release/0.7.1' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
kslazarev committed Apr 22, 2013
2 parents 20c548e + 1400869 commit 527683b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.1 (April 22, 2013)

### Bugs
* Wrong hundreds separator with British. \[[#62](https://github.com/kslazarev/numbers_and_words/issues/62)\] \([@kslazarev](https://github.com/kslazarev)\)

## 0.7.0 (April 14, 2013)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lib/numbers_and_words/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module NumbersAndWords
VERSION = '0.7.0'
VERSION = '0.7.1'
end
4 changes: 2 additions & 2 deletions numbers_and_words.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = "numbers_and_words"
s.version = "0.7.0"
s.version = "0.7.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Kirill Lazarev"]
s.date = "2013-04-14"
s.date = "2013-04-22"
s.description = "Convert numbers to words using I18N."
s.email = "k.s.lazarev@gmail.com"
s.extra_rdoc_files = [
Expand Down

0 comments on commit 527683b

Please sign in to comment.