translation_rails 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,7 @@ class CreateManagers < ActiveRecord::Migration
6
6
 
7
7
  t.timestamps
8
8
  end
9
+ Manager.create(email: TranslationCenter::CONFIG["yaml_translator_identifier"])
9
10
  end
10
11
  end
11
12
 
@@ -1,3 +1,3 @@
1
1
  module TranslationRails
2
- VERSION = '0.0.4'
2
+ VERSION = '0.0.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: translation_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -54,7 +54,7 @@ files:
54
54
  - app/controllers/application_controller.rb
55
55
  - app/models/manager.rb
56
56
  - app/views/layouts/translation_rails/application.html.erb
57
- - config/initializers/app_configs.rb
57
+ - config/initializers/app_config.rb
58
58
  - config/routes.rb
59
59
  - config/translation_center.yml
60
60
  - db/migrate/001_create_translation_center_categories.rb