totoro 0.2.6 → 0.2.7
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/totoro/base_queue.rb +1 -0
- data/lib/totoro/base_worker.rb +1 -1
- data/lib/totoro/version.rb +1 -1
- data/pkg/totoro-0.1.1.gem +0 -0
- data/pkg/totoro-0.1.2.gem +0 -0
- data/pkg/totoro-0.1.3.gem +0 -0
- data/pkg/totoro-0.1.4.gem +0 -0
- data/pkg/totoro-0.1.5.gem +0 -0
- data/pkg/totoro-0.1.6.gem +0 -0
- data/pkg/totoro-0.2.0.gem +0 -0
- data/pkg/totoro-0.2.1.gem +0 -0
- metadata +10 -9
- data/pkg/totoro-0.2.2.gem +0 -0
- data/pkg/totoro-0.2.3.gem +0 -0
- data/pkg/totoro-0.2.4.gem +0 -0
- data/pkg/totoro-0.2.5.gem +0 -0
- data/pkg/totoro-0.2.6.gem +0 -0
- data/test/totoro_test/log/development.log +0 -2
- data/test/totoro_test/log/production.log +0 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a87006e56672f580ec7a98a4f8e45c2922d5b763dd64c86f4913bba8b22066d
|
|
4
|
+
data.tar.gz: b4c258b5a9c569a88a039fa2b85efd97681bfb4e2dd3228545cb15de298a1cf8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ae2f227fc99e4115c13bb020465b0b3c688908c38c311a9154a6a6e64830834bdda67fba63471d6951d690d06dace2f22318816930717bc3708ea21d85b3ede
|
|
7
|
+
data.tar.gz: 83edd4d6e3a5204641a626c94c030285ccfd762efdc5c5e234081d436f75994a528700e13070d8eef2b0cc1de5154892d53da52e7225e44c8ba242e80b8b7b12
|
data/lib/totoro/base_queue.rb
CHANGED
|
@@ -24,6 +24,7 @@ module Totoro
|
|
|
24
24
|
# enqueue = publish to direct exchange
|
|
25
25
|
def enqueue(id, payload)
|
|
26
26
|
Rails.logger.info "#{queue.name} send message"
|
|
27
|
+
STDOUT.flush
|
|
27
28
|
queue = channel.queue(*config.queue(id))
|
|
28
29
|
payload = JSON.dump payload
|
|
29
30
|
exchange.publish(payload, routing_key: queue.name)
|
data/lib/totoro/base_worker.rb
CHANGED
data/lib/totoro/version.rb
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
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.2.
|
|
4
|
+
version: 0.2.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ShuHui18
|
|
@@ -98,11 +98,14 @@ files:
|
|
|
98
98
|
- lib/totoro/config.rb
|
|
99
99
|
- lib/totoro/initializer.rb
|
|
100
100
|
- lib/totoro/version.rb
|
|
101
|
-
- pkg/totoro-0.
|
|
102
|
-
- pkg/totoro-0.2.
|
|
103
|
-
- pkg/totoro-0.
|
|
104
|
-
- pkg/totoro-0.
|
|
105
|
-
- pkg/totoro-0.
|
|
101
|
+
- pkg/totoro-0.1.1.gem
|
|
102
|
+
- pkg/totoro-0.1.2.gem
|
|
103
|
+
- pkg/totoro-0.1.3.gem
|
|
104
|
+
- pkg/totoro-0.1.4.gem
|
|
105
|
+
- pkg/totoro-0.1.5.gem
|
|
106
|
+
- pkg/totoro-0.1.6.gem
|
|
107
|
+
- pkg/totoro-0.2.0.gem
|
|
108
|
+
- pkg/totoro-0.2.1.gem
|
|
106
109
|
- spec/spec_helper.rb
|
|
107
110
|
- spec/totoro_spec.rb
|
|
108
111
|
- test/totoro_test/Gemfile
|
|
@@ -148,8 +151,6 @@ files:
|
|
|
148
151
|
- test/totoro_test/config/spring.rb
|
|
149
152
|
- test/totoro_test/config/totoro.yml
|
|
150
153
|
- test/totoro_test/db/seeds.rb
|
|
151
|
-
- test/totoro_test/log/development.log
|
|
152
|
-
- test/totoro_test/log/production.log
|
|
153
154
|
- test/totoro_test/public/robots.txt
|
|
154
155
|
- test/totoro_test/test/test_helper.rb
|
|
155
156
|
- totoro.gemspec
|
|
@@ -173,7 +174,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
173
174
|
version: '0'
|
|
174
175
|
requirements: []
|
|
175
176
|
rubyforge_project:
|
|
176
|
-
rubygems_version: 2.7.
|
|
177
|
+
rubygems_version: 2.7.3
|
|
177
178
|
signing_key:
|
|
178
179
|
specification_version: 4
|
|
179
180
|
summary: tool for rabbitmq
|
data/pkg/totoro-0.2.2.gem
DELETED
|
Binary file
|
data/pkg/totoro-0.2.3.gem
DELETED
|
Binary file
|
data/pkg/totoro-0.2.4.gem
DELETED
|
Binary file
|
data/pkg/totoro-0.2.5.gem
DELETED
|
Binary file
|
data/pkg/totoro-0.2.6.gem
DELETED
|
Binary file
|