simple_worker 0.3.17 → 0.3.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/railtie.rb +1 -1
  2. metadata +2 -2
data/lib/railtie.rb CHANGED
@@ -14,7 +14,7 @@ module SimpleWorker
14
14
  path = File.join(Rails.root, 'app/models/*.rb')
15
15
  puts 'path=' + path
16
16
  c2.models = Dir.glob(path)
17
- config.extra_requires += ['active_support/core_ext', 'active_record', 'action_mailer']
17
+ c2.extra_requires += ['active_support/core_ext', 'active_record', 'action_mailer']
18
18
  puts 'config.models=' + c2.models.inspect
19
19
  end
20
20
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 3
8
- - 17
9
- version: 0.3.17
8
+ - 18
9
+ version: 0.3.18
10
10
  platform: ruby
11
11
  authors:
12
12
  - Travis Reeder