translated_attributes 0.5.2 → 0.5.3
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/translated_attributes.rb +2 -1
- data/spec/spec_helper.rb +1 -1
- data/translated_attributes.gemspec +2 -2
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.3
|
@@ -80,6 +80,7 @@ module TranslatedAttributes
|
|
80
80
|
end
|
81
81
|
|
82
82
|
def translated_attributes
|
83
|
+
return @translated_attributes if @translated_attributes
|
83
84
|
merge_db_translations_with_instance_variable
|
84
85
|
@translated_attributes ||= {}.with_indifferent_access
|
85
86
|
end
|
@@ -149,4 +150,4 @@ module TranslatedAttributes
|
|
149
150
|
end
|
150
151
|
end
|
151
152
|
|
152
|
-
ActiveRecord::Base.send :extend, TranslatedAttributes::ClassMethods
|
153
|
+
ActiveRecord::Base.send :extend, TranslatedAttributes::ClassMethods
|
data/spec/spec_helper.rb
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{translated_attributes}
|
8
|
-
s.version = "0.5.
|
8
|
+
s.version = "0.5.3"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Michael Grosser"]
|
12
|
-
s.date = %q{2009-
|
12
|
+
s.date = %q{2009-12-13}
|
13
13
|
s.email = %q{grosser.michael@gmail.com}
|
14
14
|
s.extra_rdoc_files = [
|
15
15
|
"README.markdown"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: translated_attributes
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Michael Grosser
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-
|
12
|
+
date: 2009-12-13 00:00:00 +01:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|