Skip to content

Commit

Permalink
Release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Feb 3, 2012
1 parent 1415294 commit 79ec67d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
HEAD
====
# Changelog


## 4.0.2

- Money.to_money now understands a currency option (GH-121)
- Added Money#-@ method to change object polarity (GH-122)
Expand All @@ -12,12 +14,10 @@ HEAD
- Fixed position of Danish currency sign (GH-127)


Money 4.0.1
===========
## 4.0.1

- Add missing config dir.

Bugfixes
--------
- add missing config dir

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

0 comments on commit 79ec67d

Please sign in to comment.