Skip to content

Commit 550b2ce

Browse files
committed
Release the version 4.0.2
1 parent 18d224c commit 550b2ce

22 files changed

+371
-45
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## 4.0.2 (2014-03-23)
2+
- Complete French translation (fr)
3+
- Make East Slavic pluralization faster
4+
- Update Upper Sorbian translation (dsb)
5+
- Add new locale Spanish for Ecuador (es-EC)
6+
- Update German translation for Switzerland (de-CH)
7+
- Update Hebrew translation (he)
8+
- Change currency for Latvian (lv)
9+
- Use two letter week day abbreviations for Dutch (nl)
10+
- Update Arabic translation (ar)
11+
- Update Hungarian translation (hu)
12+
- Change currency for Ireland (en-IE)
13+
- Update Ukrainian translation (uk)
14+
- Add Papiamento/Curaçao translation (pap-CW)
15+
- Add Cantonese translation (zh-YUE)
16+
- Update Portugese translation for Brazil (pt-BR)
17+
- Update Tagalog translation (tl)
18+
- Update English translation for India (en-IN)
19+
- Update Lithuanian translation (lt)
20+
- Update date formats for Finnish (fi)
21+
122
## 4.0.1 (2013-12-19)
223
- Fix typos, formats and delimiters for Swiss-German (iso-639-2/gsw-CH)
324
- Add missing keys to Dutch (nl)

Gemfile.lock

+43-42
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,101 @@
11
PATH
22
remote: .
33
specs:
4-
rails-i18n (4.0.1)
4+
rails-i18n (4.0.2)
55
i18n (~> 0.6)
6-
rails (~> 4.0)
6+
rails (>= 4.0)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actionmailer (4.0.2)
12-
actionpack (= 4.0.2)
11+
actionmailer (4.0.4)
12+
actionpack (= 4.0.4)
1313
mail (~> 2.5.4)
14-
actionpack (4.0.2)
15-
activesupport (= 4.0.2)
14+
actionpack (4.0.4)
15+
activesupport (= 4.0.4)
1616
builder (~> 3.1.0)
1717
erubis (~> 2.7.0)
1818
rack (~> 1.5.2)
1919
rack-test (~> 0.6.2)
20-
activemodel (4.0.2)
21-
activesupport (= 4.0.2)
20+
activemodel (4.0.4)
21+
activesupport (= 4.0.4)
2222
builder (~> 3.1.0)
23-
activerecord (4.0.2)
24-
activemodel (= 4.0.2)
23+
activerecord (4.0.4)
24+
activemodel (= 4.0.4)
2525
activerecord-deprecated_finders (~> 1.0.2)
26-
activesupport (= 4.0.2)
26+
activesupport (= 4.0.4)
2727
arel (~> 4.0.0)
2828
activerecord-deprecated_finders (1.0.3)
29-
activesupport (4.0.2)
30-
i18n (~> 0.6, >= 0.6.4)
29+
activesupport (4.0.4)
30+
i18n (~> 0.6, >= 0.6.9)
3131
minitest (~> 4.2)
3232
multi_json (~> 1.3)
3333
thread_safe (~> 0.1)
3434
tzinfo (~> 0.3.37)
35-
arel (4.0.1)
36-
atomic (1.1.14)
35+
arel (4.0.2)
36+
atomic (1.1.16)
3737
builder (3.1.4)
3838
diff-lcs (1.2.5)
3939
easy_translate (0.4.0)
4040
json
4141
thread
4242
thread_safe
4343
erubis (2.7.0)
44-
highline (1.6.20)
44+
highline (1.6.21)
4545
hike (1.2.3)
4646
i18n (0.6.9)
4747
i18n-spec (0.4.0)
4848
iso
49-
i18n-tasks (0.3.6)
49+
i18n-tasks (0.3.9)
5050
activesupport
5151
easy_translate (>= 0.4.0)
5252
erubis
5353
highline
5454
slop (>= 3.4.7)
5555
term-ansicolor
5656
terminal-table
57-
iso (0.2.0)
57+
iso (0.2.1)
5858
i18n
5959
json (1.8.1)
6060
mail (2.5.4)
6161
mime-types (~> 1.16)
6262
treetop (~> 1.4.8)
6363
mime-types (1.25.1)
6464
minitest (4.7.5)
65-
multi_json (1.8.2)
66-
polyglot (0.3.3)
65+
multi_json (1.9.2)
66+
polyglot (0.3.4)
6767
rack (1.5.2)
6868
rack-test (0.6.2)
6969
rack (>= 1.0)
70-
rails (4.0.2)
71-
actionmailer (= 4.0.2)
72-
actionpack (= 4.0.2)
73-
activerecord (= 4.0.2)
74-
activesupport (= 4.0.2)
70+
rails (4.0.4)
71+
actionmailer (= 4.0.4)
72+
actionpack (= 4.0.4)
73+
activerecord (= 4.0.4)
74+
activesupport (= 4.0.4)
7575
bundler (>= 1.3.0, < 2.0)
76-
railties (= 4.0.2)
76+
railties (= 4.0.4)
7777
sprockets-rails (~> 2.0.0)
78-
railties (4.0.2)
79-
actionpack (= 4.0.2)
80-
activesupport (= 4.0.2)
78+
railties (4.0.4)
79+
actionpack (= 4.0.4)
80+
activesupport (= 4.0.4)
8181
rake (>= 0.8.7)
8282
thor (>= 0.18.1, < 2.0)
8383
rake (10.1.1)
84-
rspec-core (2.14.7)
85-
rspec-expectations (2.14.4)
84+
rspec-core (2.14.8)
85+
rspec-expectations (2.14.5)
8686
diff-lcs (>= 1.1.3, < 2.0)
87-
rspec-mocks (2.14.4)
88-
rspec-rails (2.14.0)
87+
rspec-mocks (2.14.6)
88+
rspec-rails (2.14.2)
8989
actionpack (>= 3.0)
90+
activemodel (>= 3.0)
9091
activesupport (>= 3.0)
9192
railties (>= 3.0)
9293
rspec-core (~> 2.14.0)
9394
rspec-expectations (~> 2.14.0)
9495
rspec-mocks (~> 2.14.0)
95-
slop (3.4.7)
96+
slop (3.5.0)
9697
spork (1.0.0rc3)
97-
sprockets (2.10.1)
98+
sprockets (2.12.0)
9899
hike (~> 1.2)
99100
multi_json (~> 1.0)
100101
rack (~> 1.0)
@@ -106,24 +107,24 @@ GEM
106107
term-ansicolor (1.3.0)
107108
tins (~> 1.0)
108109
terminal-table (1.4.5)
109-
thor (0.18.1)
110+
thor (0.19.0)
110111
thread (0.1.3)
111-
thread_safe (0.1.3)
112-
atomic
112+
thread_safe (0.3.1)
113+
atomic (>= 1.1.7, < 2)
113114
tilt (1.4.1)
114-
tins (1.0.0)
115+
tins (1.0.1)
115116
treetop (1.4.15)
116117
polyglot
117118
polyglot (>= 0.3.1)
118-
tzinfo (0.3.38)
119+
tzinfo (0.3.39)
119120

120121
PLATFORMS
121122
ruby
122123

123124
DEPENDENCIES
124125
i18n-spec (= 0.4.0)
125126
i18n-tasks (~> 0.3.6)
126-
rails (= 4.0.2)
127+
rails (= 4.0.4)
127128
rails-i18n!
128-
rspec-rails (= 2.14.0)
129+
rspec-rails (= 2.14.2)
129130
spork (= 1.0.0rc3)

bin/autospec

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'autospec' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('rspec-core', 'autospec')

bin/bundler

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'bundler' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('bundler', 'bundler')

bin/cdiff

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'cdiff' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('term-ansicolor', 'cdiff')

bin/colortab

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'colortab' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('term-ansicolor', 'colortab')

bin/decolor

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'decolor' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('term-ansicolor', 'decolor')

bin/erubis

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'erubis' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('erubis', 'erubis')

bin/htmldiff

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'htmldiff' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('diff-lcs', 'htmldiff')

bin/i18n-tasks

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'i18n-tasks' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('i18n-tasks', 'i18n-tasks')

bin/ldiff

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'ldiff' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('diff-lcs', 'ldiff')

bin/rackup

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'rackup' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('rack', 'rackup')

bin/rails

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'rails' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('railties', 'rails')

bin/rake

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
#!/usr/bin/env ruby
2+
#
3+
# This file was generated by Bundler.
4+
#
5+
# The application 'rake' is installed as part of a gem, and
6+
# this file is here to facilitate running it.
7+
#
8+
9+
require 'pathname'
10+
ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",
11+
Pathname.new(__FILE__).realpath)
12+
13+
require 'rubygems'
14+
require 'bundler/setup'
15+
16+
load Gem.bin_path('rake', 'rake')

0 commit comments

Comments
 (0)