r18n-core 0.4.7 → 0.4.7.1

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.4.7.1 (Kyū)
2
+ * Fix Japanese locale in Ruby 1.9.1.
3
+
1
4
  == 0.4.7 (Mado)
2
5
  * Fix autodetect locale in Windows and Ruby 1.9.1 (by Marvin Gülker).
3
6
  * Fix autodetect locale in JRuby (by Kővágó, Zoltán).
@@ -1,4 +1,4 @@
1
1
  # encoding: utf-8
2
2
  module R18n
3
- VERSION = '0.4.7' unless defined? R18n::VERSION
3
+ VERSION = '0.4.7.1' unless defined? R18n::VERSION
4
4
  end
data/locales/ja.rb CHANGED
@@ -1,3 +1,4 @@
1
+ # encoding: utf-8
1
2
  module R18n
2
3
  class Locales::Ja < Locale
3
4
  set :title => '日本語',
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r18n-core
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 113
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 7
10
- version: 0.4.7
10
+ - 1
11
+ version: 0.4.7.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Andrey "A.I." Sitnik
@@ -15,7 +16,7 @@ autorequire:
15
16
  bindir: bin
16
17
  cert_chain: []
17
18
 
18
- date: 2010-08-07 00:00:00 +04:00
19
+ date: 2010-08-08 00:00:00 +04:00
19
20
  default_executable:
20
21
  dependencies: []
21
22