money 6.8.2 → 6.8.3

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: de64036375389ebf07d17aceb12d6c87cf9875c1
4
- data.tar.gz: c06912a82016bbac71975470d8186045e4300440
3
+ metadata.gz: 07dd7fb75e0be01cba4be0810789874919a06a1b
4
+ data.tar.gz: 2b726faaef954abfa7a5e277bd0d3a9da6e79c57
5
5
  SHA512:
6
- metadata.gz: 10dc51d8d65dabc317cc8b6f9f48acc4ec5fa404d27d08e04f280e7186e7d65e81e90cf27b586487e46637dd960c90b1972aa96fbe560400799c4a634539e94d
7
- data.tar.gz: 11cc4587eec537e3faf392cdd61def5c93c0ccc2217c7f06d5f71d81ebcd3f037c1e8c46328d554d0b7e916afd9cbc981120cc6d264a291819f196fb1a96b367
6
+ metadata.gz: b3fca358269574de39a52151deb9daca2ff1a9b5c5d5784a64a823f29a7b0d427d1b12e677c4a7c54381d137b0bd33cee70272bfaf1762277d0f50654486f1fa
7
+ data.tar.gz: 1cbdf68f8bb51e884dd7a29f31c4340d3800bfb6cddf4bba0039d92652ffbae9460c8f2b8bf4d29ebd711298ab1904ed57acc0518804f5e9ccba58b0f63bd8d7
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 6.8.3
4
+ - Added support for the British Penny (GBX)
5
+ - Fixed LKR currency html_entity symbol
6
+
3
7
  ## 6.8.2
4
8
  - Removed subunits for HUF
5
9
  - Fixed `#from_amount` accepting `nil` as currency_code
@@ -1253,7 +1253,7 @@
1253
1253
  "subunit": "Cent",
1254
1254
  "subunit_to_unit": 100,
1255
1255
  "symbol_first": false,
1256
- "html_entity": "௹",
1256
+ "html_entity": "₨",
1257
1257
  "decimal_mark": ".",
1258
1258
  "thousands_separator": ",",
1259
1259
  "iso_numeric": "144",
@@ -77,5 +77,21 @@
77
77
  "thousands_separator": ",",
78
78
  "iso_numeric": "",
79
79
  "smallest_denomination": ""
80
+ },
81
+ "gbx": {
82
+ "priority": 100,
83
+ "iso_code": "GBX",
84
+ "name": "British Penny",
85
+ "symbol": "",
86
+ "disambiguate_symbol": "GBX",
87
+ "alternate_symbols": [],
88
+ "subunit": "",
89
+ "subunit_to_unit": 1,
90
+ "symbol_first": true,
91
+ "html_entity": "",
92
+ "decimal_mark": ".",
93
+ "thousands_separator": ",",
94
+ "iso_numeric": "",
95
+ "smallest_denomination": 1
80
96
  }
81
97
  }
@@ -1,3 +1,3 @@
1
1
  class Money
2
- VERSION = "6.8.2"
2
+ VERSION = "6.8.3"
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.2
4
+ version: 6.8.3
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-03-10 00:00:00.000000000 Z
11
+ date: 2017-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n