magellan-rails 0.1.3 → 0.1.4
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 +4 -4
- data/lib/magellan/rails/railtie.rb +3 -0
- data/lib/magellan/rails/version.rb +1 -1
- data/lib/magellan/worker/executor.rb +0 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bab654b4f481e42231eabc304585074524037978
|
|
4
|
+
data.tar.gz: 513e1bfc85306e65ed3d560f045b31dedf5c45c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 374417907f0e88bf1286d112a2a4b038e9722dfef5300a039730f07e67baccf05af7c041120d6b68b161613a9fc866244430e832ccbae8df4e64194c4fd3db5e
|
|
7
|
+
data.tar.gz: 71a41a879cabbe907014f13625839dccaf696d2b84e0347f2f69c8158d21b921d51959731901253234a7aa6751d03fe2a750bbd52b165ed0ebd0e41fafa4bd48
|
|
@@ -12,8 +12,6 @@ class Magellan::Worker::Executor
|
|
|
12
12
|
# Rails 環境の初期化は Subscriber だけの時も実施する
|
|
13
13
|
# Rails.root やら Rails.application.config がないと困ることが多いと思うので
|
|
14
14
|
require File.expand_path('config/environment')
|
|
15
|
-
::Rails.logger.close rescue nil
|
|
16
|
-
::Rails.logger = Magellan.logger
|
|
17
15
|
end
|
|
18
16
|
|
|
19
17
|
def rails_executor
|