Skip to content

Commit

Permalink
Go to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 15, 2012
1 parent f707703 commit c7a2e71
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
@@ -1,20 +1,20 @@
PATH
remote: r18n-core/
specs:
r18n-core (1.0.1)
r18n-core (1.1.0)

PATH
remote: r18n-rails-api/
specs:
r18n-rails-api (1.0.1)
r18n-rails-api (1.1.0)
i18n
r18n-core (= 1.0.1)
r18n-core (= 1.1.0)

PATH
remote: r18n-rails/
specs:
r18n-rails (1.0.1)
r18n-rails-api (= 1.0.1)
r18n-rails (1.1.0)
r18n-rails-api (= 1.1.0)

GEM
remote: http://rubygems.org/
Expand Down
10 changes: 10 additions & 0 deletions r18n-core/ChangeLog
@@ -1,3 +1,13 @@
== 1.1.0 (Leipzig)
* A lot of fixes in Rails I18n compatibility (thanks for Stephan Schubert).
* Return Untranslted, when user try to call another translation key on
already translated string.
* Add Translation#to_hash to get raw translation.
* Add Translation#inspect to easy debug.
* Return translation, when pluralization filter didn’t get count.
* Set R18n backend on Rails plugin init, to use it in console.
* Allow to use Fixnum in translation keys.

== 1.0.1 (Phuket Town)
* Fix translation reloading in Rails and Sinatra.
* Use global R18n settings for Sinatra extension.
Expand Down
2 changes: 1 addition & 1 deletion r18n-core/lib/r18n-core/version.rb
@@ -1,4 +1,4 @@
# encoding: utf-8
module R18n
VERSION = '1.0.1'.freeze unless defined? R18n::VERSION
VERSION = '1.1.0'.freeze unless defined? R18n::VERSION
end

0 comments on commit c7a2e71

Please sign in to comment.