i18n_missing_keys 0.1.24 → 0.1.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ # Utilized with rake i18n:missing_keys
2
+
3
+ en:
4
+ - 'activerecord\.*'
5
+ - "false"
6
+ - "true"
7
+ it:
@@ -3,11 +3,7 @@ require 'rails'
3
3
  module I18nMissingKeys
4
4
  class Railtie < Rails::Railtie
5
5
  rake_tasks do
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'
6
+ # see https://github.com/ludicast/yaml_db/pull/7/files
11
7
  load File.expand_path('../../tasks/i18n_missing_keys.rake', __FILE__)
12
8
  end
13
9
  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.24
4
+ version: 0.1.25
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -116,6 +116,7 @@ extra_rdoc_files:
116
116
  - LICENSE.txt
117
117
  - README.rdoc
118
118
  files:
119
+ - config/ignore_missing_keys.yml
119
120
  - lib/i18n_missing_keys.rb
120
121
  - lib/i18n_missing_keys/railtie.rb
121
122
  - lib/tasks/i18n_missing_keys.rake
@@ -136,7 +137,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
137
  version: '0'
137
138
  segments:
138
139
  - 0
139
- hash: 235728246415955172
140
+ hash: 2580554366011487906
140
141
  required_rubygems_version: !ruby/object:Gem::Requirement
141
142
  none: false
142
143
  requirements: