We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c7172 commit b69fa62Copy full SHA for b69fa62
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- money_with_date (0.3.0)
+ money_with_date (0.4.0)
5
money (>= 6.14.0, <= 6.19.0)
6
7
GEM
lib/money_with_date/version.rb
# frozen_string_literal: true
module MoneyWithDate
- VERSION = "0.3.0"
+ VERSION = "0.4.0"
MINIMUM_MONEY_VERSION = "6.14.0"
MINIMUM_MONEY_RAILS_VERSION = "1.15.0"
0 commit comments