redmine_crm 0.0.22 → 0.0.23
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 +4 -4
- data/config/currency_iso.json +18 -2
- data/doc/CHANGELOG +6 -1
- data/lib/redmine_crm/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb1379b61856d4d51a73e61eaa2af2505559bc55
|
|
4
|
+
data.tar.gz: dac49994dbd3c6df0727e37b4f1739cdeeb11406
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 58cad6ac2a7c193331c40f8e897a9462573e4ee126f623b727b5623ec437a921a4b2227aba13b91d625b8d77c1d95fbce24b4b4a580baa4864b1472cb2da38dd
|
|
7
|
+
data.tar.gz: 70f067cf96642b3dab5d66469eef34daa4c52dd6dac4af215a2c026cc7c1e7551e8771299803c8db5cde6ffa6dd41b578f73a70bc7c89911b872a960114e80db
|
data/config/currency_iso.json
CHANGED
|
@@ -354,7 +354,7 @@
|
|
|
354
354
|
"byr": {
|
|
355
355
|
"priority": 100,
|
|
356
356
|
"iso_code": "BYR",
|
|
357
|
-
"name": "Belarusian Ruble",
|
|
357
|
+
"name": "Belarusian Ruble (Old)",
|
|
358
358
|
"symbol": "Br",
|
|
359
359
|
"disambiguate_symbol": "BYR",
|
|
360
360
|
"alternate_symbols": ["бел. руб.", "б.р.", "руб.", "р."],
|
|
@@ -367,6 +367,22 @@
|
|
|
367
367
|
"iso_numeric": "974",
|
|
368
368
|
"smallest_denomination": 50
|
|
369
369
|
},
|
|
370
|
+
"byn": {
|
|
371
|
+
"priority": 100,
|
|
372
|
+
"iso_code": "BYN",
|
|
373
|
+
"name": "Belarusian Ruble",
|
|
374
|
+
"symbol": "Br",
|
|
375
|
+
"disambiguate_symbol": "BYN",
|
|
376
|
+
"alternate_symbols": ["бел. руб.", "б.р.", "руб.", "р."],
|
|
377
|
+
"subunit": null,
|
|
378
|
+
"subunit_to_unit": 1,
|
|
379
|
+
"symbol_first": false,
|
|
380
|
+
"html_entity": "",
|
|
381
|
+
"decimal_mark": ",",
|
|
382
|
+
"thousands_separator": " ",
|
|
383
|
+
"iso_numeric": "933",
|
|
384
|
+
"smallest_denomination": 50
|
|
385
|
+
},
|
|
370
386
|
"bzd": {
|
|
371
387
|
"priority": 100,
|
|
372
388
|
"iso_code": "BZD",
|
|
@@ -1797,7 +1813,7 @@
|
|
|
1797
1813
|
"priority": 100,
|
|
1798
1814
|
"iso_code": "RUB",
|
|
1799
1815
|
"name": "Russian Ruble",
|
|
1800
|
-
"symbol": "
|
|
1816
|
+
"symbol": "RUB",
|
|
1801
1817
|
"alternate_symbols": ["руб.", "р."],
|
|
1802
1818
|
"subunit": "Kopeck",
|
|
1803
1819
|
"subunit_to_unit": 100,
|
data/doc/CHANGELOG
CHANGED
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
== Redmine CRM gem changelog
|
|
2
2
|
|
|
3
3
|
Redmine crm gem - general functions for plugins (tags, vote, viewing, currency)
|
|
4
|
-
Copyright (C) 2011-
|
|
4
|
+
Copyright (C) 2011-2016 RedmineUP
|
|
5
5
|
http://www.redminecrm.com/
|
|
6
6
|
|
|
7
|
+
== 2016-09-28 v0.0.23
|
|
8
|
+
|
|
9
|
+
* Changed RUB sybmol
|
|
10
|
+
* Added BYN currency
|
|
11
|
+
|
|
7
12
|
== 2015-12-13 v0.0.22
|
|
8
13
|
|
|
9
14
|
* Added a count for unique views of a object.
|
data/lib/redmine_crm/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: redmine_crm
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.23
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- RedmineCRM
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2016-09-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Common libraries for RedmineCRM plugins for Redmine. Requered Redmine
|
|
14
14
|
from http://redmine.org
|
|
@@ -89,7 +89,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
89
89
|
version: '0'
|
|
90
90
|
requirements: []
|
|
91
91
|
rubyforge_project:
|
|
92
|
-
rubygems_version: 2.
|
|
92
|
+
rubygems_version: 2.4.8
|
|
93
93
|
signing_key:
|
|
94
94
|
specification_version: 4
|
|
95
95
|
summary: Common libraries for RedmineCRM plugins for Redmine
|
|
@@ -118,4 +118,3 @@ test_files:
|
|
|
118
118
|
- test/votable_test.rb
|
|
119
119
|
- test/vote_helper_test.rb
|
|
120
120
|
- test/voter_model_test.rb
|
|
121
|
-
has_rdoc:
|