simple_model_translations 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- simple_model_translations (0.1.8)
4
+ simple_model_translations (0.1.9)
5
5
  activerecord (~> 3.0.0)
6
6
 
7
7
  GEM
@@ -50,7 +50,7 @@ module SimpleModelTranslations
50
50
  include SimpleModelTranslations::Attributes
51
51
  extend SimpleModelTranslations::ClassMethods
52
52
 
53
- has_many :translations, :class_name => translation_class.name, :dependent => :destroy, :autosave => true
53
+ has_many :translations, :class_name => translation_class.name, :dependent => :destroy, :autosave => true, :validate => true
54
54
 
55
55
  if options[:attributes]
56
56
  nested_attributes = options[:attributes].is_a?(Hash) ? options[:attributes] : {}
@@ -1,3 +1,3 @@
1
1
  module SimpleModelTranslations
2
- VERSION = '0.1.8'
2
+ VERSION = '0.1.9'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_model_translations
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
4
+ hash: 9
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 8
10
- version: 0.1.8
9
+ - 9
10
+ version: 0.1.9
11
11
  platform: ruby
12
12
  authors:
13
13
  - Pavel Forkert
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-11-10 00:00:00 +02:00
18
+ date: 2010-11-11 00:00:00 +02:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency