coney_island 0.7.2 → 0.7.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44725cf611da555358a93fedaf3a746e6047a8d7
4
- data.tar.gz: 318c468580c9cb5223943aa5e91ddae0cf50c34b
3
+ metadata.gz: 3c8f69c145291e642a895d23e839cb804680d723
4
+ data.tar.gz: b24d4413872394278e8320968a8db889be01dab4
5
5
  SHA512:
6
- metadata.gz: f0205e264d2ad3ec11c688d726fd042daed3a8a19a06831e1b075d4f9ea4589bc5f4253c7e229b01a045fdf37d39a16bf6f720c69777f14b9175c40d60f03f4c
7
- data.tar.gz: faaf016ad416082503a9b37d66365d792cc8e84cb87e93f906c6167481e0b6461584bddc875e974f483b4b9a78bd88059a91b17dfdd1b57959497dfffb145009
6
+ metadata.gz: 9d372c2512320b194cb0ce579c04b429e65dc5b6156578e52c5d264261f2b4ceb29770780749dd91564b6616defdf38aba3f2a72c4fc7d1042ee0b5f7cdee576
7
+ data.tar.gz: 88fba83cb054ed0b33d6a2471aca8ed0f1e29d4f9def9172cd0089e0431a5b07e7a1f101497dbadacbdd556d9c1ffd61669bdeaa201039ae7f5e95bd42030366
@@ -2,7 +2,9 @@ require 'coney_island/coney_island_adapter'
2
2
  module ConeyIsland
3
3
  class Railtie < Rails::Railtie
4
4
  initializer "coney_island.coney_island_adapter" do
5
- ActiveJob::QueueAdapters.send :autoload, :ConeyIslandAdapter
5
+ if defined? ActiveJob
6
+ ActiveJob::QueueAdapters.send :autoload, :ConeyIslandAdapter
7
+ end
6
8
  end
7
9
  end
8
10
  end
@@ -1,3 +1,3 @@
1
1
  module ConeyIsland
2
- VERSION = "0.7.2"
2
+ VERSION = "0.7.3"
3
3
  end
@@ -4,3 +4,5 @@ ConeyIsland::Submitter.submit! about to iterate over this many jobs: 1
4
4
  Failed to connecto to RabbitMQ Attempt #1 time(s), trying again in 0 seconds...
5
5
  ConeyIsland::Submitter.submit! about to iterate over this many jobs: 1
6
6
  Failed to connecto to RabbitMQ Attempt #1 time(s), trying again in 0 seconds...
7
+ ConeyIsland::Submitter.submit! about to iterate over this many jobs: 1
8
+ Failed to connecto to RabbitMQ Attempt #1 time(s), trying again in 0 seconds...
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coney_island
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Draut