i18n_missing_keys 0.1.20 → 0.1.21

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.
@@ -3,7 +3,11 @@ require 'rails'
3
3
  module I18nMissingKeys
4
4
  class Railtie < Rails::Railtie
5
5
  rake_tasks do
6
- import 'lib/tasks/i18n_missing_keys'
6
+ #TODO require fails
7
+ # http://blog.nathanhumbert.com/2010/02/rails-3-loading-rake-tasks-from-gem.html
8
+ # https://blog.engineyard.com/2010/extending-rails-3-with-railties
9
+ # http://stackoverflow.com/questions/742633/make-rake-task-from-gem-available-everywhere
10
+ require 'lib/tasks/i18n_missing_keys.rake'
7
11
  end
8
12
  end
9
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i18n_missing_keys
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20
4
+ version: 0.1.21
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -135,7 +135,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
135
135
  version: '0'
136
136
  segments:
137
137
  - 0
138
- hash: 3723249531292444064
138
+ hash: 2622860916469597881
139
139
  required_rubygems_version: !ruby/object:Gem::Requirement
140
140
  none: false
141
141
  requirements: