money 6.8.3 → 6.8.4

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
  SHA1:
3
- metadata.gz: 07dd7fb75e0be01cba4be0810789874919a06a1b
4
- data.tar.gz: 2b726faaef954abfa7a5e277bd0d3a9da6e79c57
3
+ metadata.gz: f290bfa8454b55a279eb7c548620689ead38c172
4
+ data.tar.gz: 79cdf5b28b304266e61331d3527a1579bc85833a
5
5
  SHA512:
6
- metadata.gz: b3fca358269574de39a52151deb9daca2ff1a9b5c5d5784a64a823f29a7b0d427d1b12e677c4a7c54381d137b0bd33cee70272bfaf1762277d0f50654486f1fa
7
- data.tar.gz: 1cbdf68f8bb51e884dd7a29f31c4340d3800bfb6cddf4bba0039d92652ffbae9460c8f2b8bf4d29ebd711298ab1904ed57acc0518804f5e9ccba58b0f63bd8d7
6
+ metadata.gz: 337064ab1d3e44b4f047248683c73ef814f50b1b54d00e5d54c81c1472baa015701365c8bf516ef2d3e0e707a7196dec80b79b4a8134659ca9adfac7ef4d2dc6
7
+ data.tar.gz: 7e625920a47b29b5f5d042bf7d90a9be710e943d9581175d46d015bef170c5f63412627f7d3994c15d4f6ba7106f336671fab7803a8d04231584fb1a864642fe
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 6.8.4
4
+ - Resolving NIO ambiguity with CAD
5
+ - Display the BBD $ symbol before digits
6
+ - Symbol first for NIO and PAB currencies
7
+
3
8
  ## 6.8.3
4
9
  - Added support for the British Penny (GBX)
5
10
  - Fixed LKR currency html_entity symbol
@@ -176,7 +176,7 @@
176
176
  "alternate_symbols": ["Bds$"],
177
177
  "subunit": "Cent",
178
178
  "subunit_to_unit": 100,
179
- "symbol_first": false,
179
+ "symbol_first": true,
180
180
  "html_entity": "$",
181
181
  "decimal_mark": ".",
182
182
  "thousands_separator": ",",
@@ -1584,10 +1584,11 @@
1584
1584
  "iso_code": "NIO",
1585
1585
  "name": "Nicaraguan Córdoba",
1586
1586
  "symbol": "C$",
1587
+ "disambiguate_symbol": "NIO$",
1587
1588
  "alternate_symbols": [],
1588
1589
  "subunit": "Centavo",
1589
1590
  "subunit_to_unit": 100,
1590
- "symbol_first": false,
1591
+ "symbol_first": true,
1591
1592
  "html_entity": "",
1592
1593
  "decimal_mark": ".",
1593
1594
  "thousands_separator": ",",
@@ -1665,7 +1666,7 @@
1665
1666
  "alternate_symbols": [],
1666
1667
  "subunit": "Centésimo",
1667
1668
  "subunit_to_unit": 100,
1668
- "symbol_first": false,
1669
+ "symbol_first": true,
1669
1670
  "html_entity": "",
1670
1671
  "decimal_mark": ".",
1671
1672
  "thousands_separator": ",",
@@ -1,3 +1,3 @@
1
1
  class Money
2
- VERSION = "6.8.3"
2
+ VERSION = "6.8.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: money
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.8.3
4
+ version: 6.8.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shane Emmons
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-04-06 00:00:00.000000000 Z
11
+ date: 2017-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n