r18n-core 2.0.3 → 2.0.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: 2b95ec8f011b2d880da2980b47e59cd11639ff4d
4
- data.tar.gz: 23a54ba49fb0890a65a398bbe15c9a4f706533ba
3
+ metadata.gz: 21310025f12aa831234a4f23eddea652e16357b2
4
+ data.tar.gz: 700a86f2ad422cb2d76ab5858e249d82ce26caa4
5
5
  SHA512:
6
- metadata.gz: 73378a8561b80cd757162d439259ef1964fd1ec54c767413858875ad5177c4e348bd4c0743efd1c5c37febc7be98677f35ce1c2fce8c38ae4e41919cf64901d2
7
- data.tar.gz: 4a148204bfbd3223faaa7c093da881ac2dfe4688db82778d781b968c2352f50dca2110d78a1e7a2f864731db640b44f8438ff25cdac9679b26f6ba366e5cc694
6
+ metadata.gz: e9dc630d884df4c90641fb60cfc349286dabef359b632b30ddd89822a7910525390c80dc6d8a34ddbbd673a78bdd7f629e818d70f048ed1a9003cf4f77e42b17
7
+ data.tar.gz: 6aeb004d2b9f6d830d76892bf3d86b8d1562ae24693f1a8b0629e7c93af70e1b74f888e6dfac090f75585916a9399f0aa259501f6719b2502221e5bd02bf04a5
data/ChangeLog.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.0.4 (Ikkuna)
2
+ * Fix Windows support (by janahanEDH).
3
+
1
4
  ## 2.0.3 (Hévíz)
2
5
  * Fix Thai locale (by Kasima Tharnpipitchai).
3
6
 
@@ -1,3 +1,3 @@
1
1
  module R18n
2
- VERSION = '2.0.3'.freeze unless defined? R18n::VERSION
2
+ VERSION = '2.0.4'.freeze unless defined? R18n::VERSION
3
3
  end
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.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Sitnik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-02 00:00:00.000000000 Z
11
+ date: 2015-04-22 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  R18n is a i18n tool to translate your Ruby application.
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
161
161
  version: '0'
162
162
  requirements: []
163
163
  rubyforge_project:
164
- rubygems_version: 2.2.2
164
+ rubygems_version: 2.4.5
165
165
  signing_key:
166
166
  specification_version: 4
167
167
  summary: I18n tool to translate your Ruby application.