rabbit-wq 1.6.2 → 1.6.3
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/rabbit_wq/server.rb +1 -1
- data/lib/rabbit_wq/version.rb +1 -1
- 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: 99990b341472fc45fb672ae58b4248c85ef210b3
|
4
|
+
data.tar.gz: 392e5f66abc7537ec8ea1b14c25bb81d2f791acd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30582b9f999ad7e9296ac8f79094882bfca690d20cd2163551e3122a53d4e428e9c1fb4a0bed51b14599ebc6aa27a8ce6bd3ef723519b4af8ee998eb213aea75
|
7
|
+
data.tar.gz: 5e21ba5f485f56d472482febfd6af03c61dc1bf2d8b9bd0c781402297eb1d4bb5d818a1523041e72b2bff349324491265431c109e438d640a8d54dca1146287f
|
data/lib/rabbit_wq/server.rb
CHANGED
@@ -100,7 +100,7 @@ module RabbitWQ
|
|
100
100
|
def load_environment
|
101
101
|
unless environment_file_path &&
|
102
102
|
File.exists?( environment_file_path )
|
103
|
-
|
103
|
+
raise "Environment file '#{environment_file_path}' does not exist"
|
104
104
|
end
|
105
105
|
|
106
106
|
ENV['RAILS_ENV'] = ENV['RACK_ENV'] = config.env
|
data/lib/rabbit_wq/version.rb
CHANGED