Skip to content

Commit

Permalink
Go to version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 22, 2012
1 parent 0bccaa3 commit 41445c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PATH
remote: r18n-core/
specs:
r18n-core (1.1.2)
r18n-core (1.1.3)

PATH
remote: r18n-rails-api/
specs:
r18n-rails-api (1.1.2)
r18n-rails-api (1.1.3)
i18n
r18n-core (= 1.1.2)
r18n-core (= 1.1.3)

PATH
remote: r18n-rails/
specs:
r18n-rails (1.1.2)
r18n-rails-api (= 1.1.2)
r18n-rails (1.1.3)
r18n-rails-api (= 1.1.3)

GEM
remote: http://rubygems.org/
Expand Down
3 changes: 3 additions & 0 deletions r18n-core/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 1.1.3 (Saint Petersburg)
* Fix memory leak from cache key missmatch in Rails plugin (by silentshade).

== 1.1.2 (Marshal)
* Fix translation and untranslated marshalizing (by silentshade).
* Allow to compare untranslated strings.
Expand Down
2 changes: 1 addition & 1 deletion r18n-core/lib/r18n-core/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# encoding: utf-8
module R18n
VERSION = '1.1.2'.freeze unless defined? R18n::VERSION
VERSION = '1.1.3'.freeze unless defined? R18n::VERSION
end

0 comments on commit 41445c2

Please sign in to comment.