Skip to content

Commit

Permalink
version bump to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semmons99 committed Nov 7, 2013
1 parent 5bb8cc6 commit 62ab346
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## master
## 6.0.0
- Fix BTC subunit
- New option :sign_positive to add a + sign to positive numbers
- Only allow to multiply a money by a number (int, float)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ For deprecated methods of integrating with Rails, check [the wiki](https://githu

## Migration Notes

#### Version 6.0.0.pre3
#### Version 6.0.0

- The `Money#dollars` and `Money#amount` methods now return instances of
`BigDecimal` rather than `Float`. We should avoid representing monetary
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 = "6.0.0.pre5"
s.version = "6.0.0"
s.platform = Gem::Platform::RUBY
s.authors = ["Tobias Luetke", "Hongli Lai", "Jeremy McNevin",
"Shane Emmons", "Simone Carletti"]
Expand Down

0 comments on commit 62ab346

Please sign in to comment.