Skip to content

Commit

Permalink
Release the version 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroda committed Sep 3, 2014
1 parent 0c7913f commit 402f23e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## 4.0.3 (2014-09-04)
- Remove activemodel and activerecord namespaces
- Update Hebrew translation (he)
- Add Tamil (ta)
- Update Ukrainian (uk)
- Update Italian (it)
- Update Dutch (nl)
- Add es-US locale
- Update Korean (ko)
- Update Norwegian bokmål (nb)
- Update Norwegian (nn)
- Update Czech (cs)
- Update Indonesian (id)
- Update Chinese Simplified (zh-CN)
- Complete Russion (ru)
- Update Arabic (ar)
- Update Turkish (tr)
- Update Vietnamese (vi)
- Update French (fr, fr-CA, fr-CH)
- Update Croatian (hr)
- Update Icelandic (is)
- Update English (en, en-AU, en-CA, en-GB, en-IE, en-IN, en-NZ)
- Update Wolof (wo)
- Update Spanish/Mexico (es-MX)
- Update German (de)
- Update Latvian (lv)
- Update Khmer (km)
- Update Polish (po)

## 4.0.2 (2014-03-23)
- Complete French translation (fr)
- Make East Slavic pluralization faster
Expand Down
9 changes: 4 additions & 5 deletions rails-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = "rails-i18n"
s.version = '4.0.2'
s.version = '4.0.3'
s.authors = ["Rails I18n Group"]
s.email = "rails-i18n@googlegroups.com"
s.homepage = "http://github.com/svenfuchs/rails-i18n"
Expand All @@ -18,11 +18,10 @@ Gem::Specification.new do |s|
s.rubyforge_project = '[none]'
s.required_rubygems_version = '>= 1.3.5'

s.add_dependency('i18n', '~> 0.6')
s.add_dependency('railties', '>= 4.0')
s.add_development_dependency "railties", "= 4.0.4"
s.add_runtime_dependency('i18n', '~> 0.6')
s.add_runtime_dependency('railties', '~> 4.0')
s.add_development_dependency "rspec-rails", "= 2.14.2"
s.add_development_dependency "i18n-spec", "= 0.4.0"
s.add_development_dependency "spork", "= 1.0.0rc3"
s.add_development_dependency 'i18n-tasks', '~> 0.3.6'
s.add_development_dependency 'i18n-tasks', '~> 0.3', '~> 0.3.6'
end

0 comments on commit 402f23e

Please sign in to comment.