active_translation 0.7.8 → 0.7.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d7c30d8d827617a8cc52aae8809f5e6a12e703bc06452309fe4ecacefcfecfd7
4
- data.tar.gz: e69abc9036b9ba190fc7663f5f41bd7d748a8c3d5cd861c184617c7ba6272d6f
3
+ metadata.gz: 20c120b29981a823b9e6d0e6615de1d8449a62c05fed30457c838c467e809ea2
4
+ data.tar.gz: 196f8ad25bca2b0d26519fb93e99a399e96847b50bd86bf8af4b153407951a1a
5
5
  SHA512:
6
- metadata.gz: 8dbdf785bcb4057b5e7f9498ade435c2b075a7da297d2df7ab50ca788b3a3879fdc2345cb6250410e8554692ed03f72b47b8eff2ca8518c4feeaf681202e9baf
7
- data.tar.gz: 632bb0bce0180f3ee791875d56cbed286de15ebcd86c08dbf9853b8b34d498bd6079577ebaa40ff64a62c20e2cd629d90af4c13dff04cffc95144a71f0c49ae4
6
+ metadata.gz: 94a210afa88f3807a79925b16068c378505284ce287c509726bdd8ad3dad15a1ed6fd2fb0365d4d15873d13756b55c6163ab24d7e2f25e3abdb2231fcc38a09d
7
+ data.tar.gz: 6e2e94578b455ba0a2d6db6a47bb5bd36f809c30bca8cbcbcf20eab1c9c35bbf522a6c63a5521c6752b073347fc23e8a97ed4ee217625dff62d48fce415abb42
@@ -1,3 +1,3 @@
1
1
  module ActiveTranslation
2
- VERSION = "0.7.8"
2
+ VERSION = "0.7.9"
3
3
  end
@@ -11,7 +11,7 @@ module ActiveTranslation
11
11
  end
12
12
 
13
13
  def copy_migration
14
- migration_template "create_translations.rb", "db/migrate/create_translations.rb"
14
+ migration_template "create_active_translation_tables.rb", "db/migrate/create_active_translation_tables.rb"
15
15
  end
16
16
 
17
17
  def copy_initializer
@@ -1,4 +1,4 @@
1
- class CreateTranslations < ActiveRecord::Migration[7.0]
1
+ class CreateActiveTranslationTables < ActiveRecord::Migration[7.0]
2
2
  def change
3
3
  create_table :active_translation_translations do |t|
4
4
  t.references :translatable, polymorphic: true, null: false
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_translation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.8
4
+ version: 0.7.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Talentronic
@@ -119,7 +119,7 @@ files:
119
119
  - lib/generators/active_translation/install_generator.rb
120
120
  - lib/generators/active_translation/templates/README
121
121
  - lib/generators/active_translation/templates/active_translation.rb
122
- - lib/generators/active_translation/templates/create_translations.rb
122
+ - lib/generators/active_translation/templates/create_active_translation_tables.rb
123
123
  - lib/tasks/active_translation_tasks.rake
124
124
  homepage: https://github.com/talentronic/active_translation
125
125
  licenses: