r18n-core 2.0.0 → 2.0.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
  SHA1:
3
- metadata.gz: b02d3737730702d611d4ae58c955c6a8ada010ec
4
- data.tar.gz: 6cd70b7df39a5d1e88e7931d9987d3b81cae309c
3
+ metadata.gz: ae56d575f84ac7a894d396ecc237bfb4143c37be
4
+ data.tar.gz: 0eda9e98a00b40c74b147fcf5a33e3731b99a96e
5
5
  SHA512:
6
- metadata.gz: 7d9c896e1da05e05b004070f78ca2f659216e13b3d4c14e9fb3b6deefab72ed3c950eb3e3d08d7d38dd62edf159c7294047e4d561c21de624734e78f3a710772
7
- data.tar.gz: de05088818bf8af4f7919323cb73db54b7b3dc2283b257f961303d972f8ae1bafdbf8fd0395ce86616576d812e83025a23bcea3e8a6a98e997483e76c7e5bbc7
6
+ metadata.gz: c37b640bf3239a6a84e85d2a1eec63a15be7044e760c2efbc9ae6bf9748144c1c45db5881662d25eaa70e0699e44f7199fb0ece8ef98d8aee73f73aed721c70d
7
+ data.tar.gz: 6cf7f356193a677314128f7dd66c200768406ffd25a1441ba5dc6a32277060848ceaf7d5a35fad7702b7cde7a63eec67e9ac0197da252417d67c0e5b25a3d637
@@ -1,3 +1,6 @@
1
+ ## 2.0.1 (Amsterdam)
2
+ * Fix Dutch locale.
3
+
1
4
  ## 2.0.0 (Москва)
2
5
  * Remove Ruby 1.8 and 1.9 support.
3
6
  * Add JRuby 9000 support.
@@ -1,3 +1,3 @@
1
1
  module R18n
2
- VERSION = '2.0.0'.freeze unless defined? R18n::VERSION
2
+ VERSION = '2.0.1'.freeze unless defined? R18n::VERSION
3
3
  end
@@ -11,7 +11,7 @@ module R18n
11
11
  month_abbrs: %w{jan feb mrt apr mei jun jul aug sep okt nov dec},
12
12
 
13
13
  time_am: "'s ochtends",
14
- time_pm: "s middags",
14
+ time_pm: "'s middags",
15
15
  date_format: '%d-%m-%Y',
16
16
  full_format: '%e %B',
17
17
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r18n-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Sitnik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-05 00:00:00.000000000 Z
11
+ date: 2014-12-08 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  R18n is a i18n tool to translate your Ruby application.