Skip to content

Commit

Permalink
bump version to 6.0.0.pre3
Browse files Browse the repository at this point in the history
  • Loading branch information
semmons99 committed Sep 4, 2013
1 parent 13f1c19 commit 618e626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ For deprecated methods of integrating with Rails, check [the wiki](https://githu

## Migration Notes

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

- The `Money#dollars` and `Money#amount` methods now return instances of
`BigDecimal` rather than `Float`. We should avoid representing monetary
Expand All @@ -274,4 +274,3 @@ For deprecated methods of integrating with Rails, check [the wiki](https://githu
the `#to_f` method instead. This option should only be used where `Float`
is the desired type and nothing else will do for your application's
requirements.

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.pre2"
s.version = "6.0.0.pre3"
s.platform = Gem::Platform::RUBY
s.authors = ["Tobias Luetke", "Hongli Lai", "Jeremy McNevin",
"Shane Emmons", "Simone Carletti"]
Expand Down

0 comments on commit 618e626

Please sign in to comment.