Skip to content

Commit

Permalink
Bump version to 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alup committed Feb 20, 2013
1 parent 9394610 commit b6eb3a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Changelog

## master
## 5.1.1

- Added :sign_before_symbol option to format negative numbers as -£1 rather than £-1
- Ensure BigDecimal.new always receives a string - compatibility fix for ruby-1.9.2-p320
- Update Maldivian Currency to MVR and fix ރ. to be ރ
- Add exponent to currency
- Add find_numeric to find currencies by ISO 4217 numeric code.
- Fixed regression where thousands seperator was missing on certain currencies. (GH-245)
- Fixed regression where thousands separator was missing on certain currencies. (GH-245)
- Added :symbol_before_without_space option to add a space between currency symbol and amount.

## 5.1.0
Expand Down
2 changes: 1 addition & 1 deletion money.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "money"
s.version = "5.1.0"
s.version = "5.1.1"
s.platform = Gem::Platform::RUBY
s.authors = ["Tobias Luetke", "Hongli Lai", "Jeremy McNevin",
"Shane Emmons", "Simone Carletti"]
Expand Down

0 comments on commit b6eb3a3

Please sign in to comment.