totoro 0.5.4 → 0.5.5

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c2cde32d01379552d09b7e6e8daee1cb2863b143589abce656bc651495f4049
4
- data.tar.gz: f4cee462e59f407cd999d3822ac3697e16ba55ddb551296f12055617bc583df6
3
+ metadata.gz: '09fa63560e7b3335608ff3bc7ec040d5007e0fa23aa55f6a18d67e57118ead44'
4
+ data.tar.gz: 33c58a69e5db0cbdd0641d3a46aca8d31542254d3c8ecc435d8bd723f8cb68fd
5
5
  SHA512:
6
- metadata.gz: 69584e24ac3891412fe36c73fce095af69d180492e17572ef2f6f14ab19db5212a07cdcf5a42e11bff4d7eedf4e7558da2f011aad99b5bed5263138c4bce25c4
7
- data.tar.gz: 24b5d356315403a5b755ea85a2b216f4d7084a9294b9a43b90ac06b9ee24c8f4afe3da34a6b5e90c417f46f8277c03934712fab1c59c234f52947e5fdf287534
6
+ metadata.gz: 482f9cedf5c547d4a37c917ae178c3b3cedfc4c38660acc3919bfb8d608dc22ebabd410be2967e723ef0542b4cf617bb63d8c2f689c854cb457f465332ca983e
7
+ data.tar.gz: 1066f678a5f38c382a1e2b09b91c2bd267161f011fda55b73d42abeba5918ef6daef96ae1661ffe9cb16c7c6298d42d1f17fbd59582e49502b37aaa945fe5fec
@@ -51,7 +51,7 @@ module Totoro
51
51
  Rails.logger.error error.message
52
52
  Rails.logger.info 'Add failed message to resend list'
53
53
  STDOUT.flush
54
- @config = nil
54
+ @connection = nil
55
55
  Totoro::TotoroFailedMessage.create(
56
56
  class_name: to_s,
57
57
  queue_id: id,
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Totoro
4
- VERSION = '0.5.4'
4
+ VERSION = '0.5.5'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: totoro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - ShuHui18
@@ -131,8 +131,6 @@ files:
131
131
  - lib/totoro/tasks/resend_message.rake
132
132
  - lib/totoro/totoro_failed_message.rb
133
133
  - lib/totoro/version.rb
134
- - pkg/totoro-0.5.3.gem
135
- - pkg/totoro-0.5.4.gem
136
134
  - spec/spec_helper.rb
137
135
  - spec/totoro_spec.rb
138
136
  - test/totoro_test/Gemfile
data/pkg/totoro-0.5.3.gem DELETED
Binary file
data/pkg/totoro-0.5.4.gem DELETED
Binary file