acts_as_translatable 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,8 +41,5 @@ class <%= migration_class_name %> < ActiveRecord::Migration
41
41
  record.update_attribute :<%= column %>, content
42
42
  end
43
43
  <% end %>end
44
-
45
- # drop translations table
46
- drop_table :record_translations
47
44
  end
48
45
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acts_as_translatable
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 5
10
- version: 0.1.5
9
+ - 6
10
+ version: 0.1.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Lasse Bunk