i18n-complements 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -976,6 +976,30 @@ WST:
976
976
  number: '882'
977
977
  precision: 2
978
978
  iso_name: Tala
979
+ XAF:
980
+ active: true
981
+ countries: [cm, cf, td, cg, gq, ga]
982
+ number: '950'
983
+ precision: 0
984
+ iso_name: CFA Franc BEAC
985
+ XCD:
986
+ active: true
987
+ countries: [ai, ag, dm, gd, ms, kn, lc, vc]
988
+ number: '951'
989
+ precision: 2
990
+ iso_name: East Carribean Dollar
991
+ XOF:
992
+ active: true
993
+ countries: [bj, bf, ci, gw, ml, ne, sn, tg]
994
+ number: '952'
995
+ precision: 0
996
+ iso_name: CFA Franc BCEAO
997
+ XPF:
998
+ active: true
999
+ countries: [pf, nc, wf]
1000
+ number: '953'
1001
+ precision: 0
1002
+ iso_name: CFP Franc
979
1003
  YER:
980
1004
  active: true
981
1005
  countries: [ye]
@@ -0,0 +1,3 @@
1
+ module I18nComplements
2
+ VERSION = "0.0.10"
3
+ end
@@ -2,6 +2,7 @@ require 'i18n'
2
2
  require 'i18n-complements/numisma'
3
3
  require 'i18n-complements/localize_extension'
4
4
  require 'i18n-complements/core_extension'
5
+ require 'i18n-complements/version'
5
6
 
6
7
  module I18n
7
8
 
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n-complements
3
3
  version: !ruby/object:Gem::Version
4
- version: !binary |-
5
- MC4wLjk=
4
+ version: 0.0.10
6
5
  prerelease:
7
6
  platform: ruby
8
7
  authors:
@@ -10,7 +9,7 @@ authors:
10
9
  autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2013-03-29 00:00:00.000000000 Z
12
+ date: 2013-09-11 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: i18n
@@ -70,13 +69,13 @@ extra_rdoc_files:
70
69
  files:
71
70
  - LICENSE
72
71
  - README.rdoc
73
- - VERSION
74
72
  - lib/i18n-complements.rb
75
73
  - lib/i18n-complements/core_extension.rb
76
74
  - lib/i18n-complements/localize_extension.rb
77
75
  - lib/i18n-complements/numisma.rb
78
76
  - lib/i18n-complements/numisma/currencies.yml
79
77
  - lib/i18n-complements/numisma/currency.rb
78
+ - lib/i18n-complements/version.rb
80
79
  - test/helper.rb
81
80
  - test/locales/eng.yml
82
81
  - test/locales/fra.yml
@@ -113,6 +112,10 @@ signing_key:
113
112
  specification_version: 3
114
113
  summary: I18n missing functionnalities
115
114
  test_files:
115
+ - test/helper.rb
116
+ - test/locales/eng.yml
117
+ - test/locales/fra.yml
118
+ - test/locales/jpn.yml
116
119
  - test/test_booleans.rb
117
120
  - test/test_currencies.rb
118
121
  - test/test_currency_rates.rb
data/VERSION DELETED
@@ -1 +0,0 @@
1
- 0.0.9