Skip to content

Commit

Permalink
Bump version to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kuroda committed Mar 19, 2013
1 parent 9f29bd8 commit 56305ff
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
## 0.7.3 (2013-03-19)
- Fix number delimiter and separator for Italian (it)
- Fix currency delimiter and separator for Romanian (ro)
- Fix time formats for Portuguese/Brazil (pt-BR)
- Fix several translations for Estonian (et)
- Fix several translations for Spanish/Colombia (es-CO)
- Fix the translation of half_a_minute for Tagalog (tl)
- Fix separators for Russian (ru)
- Add Afrikaans locale (af)
- Fix some spelling mistakes for Catalan (ca)
- Use secure Rubygems URL
- Change capitalization rules for Italian (it)
- Fix abbreviations, currency format, etc. for Greek (el)
- Fix the translation of submit for Portuguese (pt)

## 0.7.2 (2012-12-28)
- Remove spurious `mis` from Welsh month names
- Add OneOther default pluralization rule and create corresponding locale pluralization files
Expand Down
4 changes: 2 additions & 2 deletions rails-i18n.gemspec
Expand Up @@ -2,7 +2,7 @@

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

s.add_dependency('i18n', '~> 0.5')
s.add_development_dependency "rails", "= 3.2.9"
s.add_development_dependency "rails", "= 3.2.13"
s.add_development_dependency "rspec-rails", "= 2.12.0"
s.add_development_dependency "i18n-spec", "= 0.3.0"
s.add_development_dependency "spork", "= 1.0.0rc3"
Expand Down

0 comments on commit 56305ff

Please sign in to comment.