minting 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 135843eccae0c9415ad8cd2c941d7afeceb19958fdff5c3d898fbcfd76d51218
4
- data.tar.gz: 90d8349d74b739d37a3aa37a83002190a3975064cb11b279f8d4c9ef1760e4a6
3
+ metadata.gz: 40050495b5105709bf403740b7373079ee354a005bd3057891a28f756043025a
4
+ data.tar.gz: b6635617152e7794aefbf3b5ff2a601e8c6cf6a6f0b9660b69b985bde1d7f6d6
5
5
  SHA512:
6
- metadata.gz: aaaab50cf31d56f8e4f22d0f760803c0c24eef022648df41161c387a6dadbe403d41b6347dc7018758cb0d5e72b8ce9ba2567a3f23df84da9b26fd53c4a9b31e
7
- data.tar.gz: bed44112191195ea250b6a5b8c809a43df72f79e387bae80881833f1d174ef2f01e450c986431f542b4fa41b55ed202e8ccfd38921355118ecf5004b5237ed99
6
+ metadata.gz: 2fa5d0bcbe484c2cb2ae87f2bb770f4a9fe4aadbcc123ed8b5ae1cc3b20553bfcfc73bb76e85d90d363cf428ef38bebb687531bb687cec249579ccc0fcda3b21
7
+ data.tar.gz: 4bcc01dea9e15a88552c171206b867aba3bf97a22cdd7e16b596b597527ae280ba9079e7ccd9bb61e498ba3f36c4bd17b4a29be949c8fea9caaaaa7f761a555d
@@ -15,9 +15,6 @@ module Mint
15
15
  raise ArgumentError, "[#{currency.inspect}] is not a registered currency."
16
16
  end
17
17
 
18
- # Returns default zero, no currency money
19
- def self.zero = @zero ||= Money.new(0, Mint.currency('XXX'))
20
-
21
18
  # Finds a registered currency by its code, symbol,
22
19
  # or retrieves it directly if already a Currency object.
23
20
  #
@@ -3,5 +3,5 @@
3
3
  # Root namespace for the Minting library.
4
4
  module Minting
5
5
  # Current version of the Minting gem.
6
- VERSION = '1.5.0'
6
+ VERSION = '1.5.1'
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: minting
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gilson Ferraz