phobos_temp_fork 0.0.1 → 0.0.2
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/{phobos_temp_fork.rb → phobos.rb} +0 -0
- data/lib/phobos/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0bc853676df420fea62619f12878a2e828e0d778928f8c7abc94f3bee5079f4f
|
4
|
+
data.tar.gz: 8f73a0fd50c5e6d0229cf2fd32743b4a1b3b5eee58215a5cca44d51fb38d72fd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b24a83cf3633578888ea1c1fe6c20fd68c1905d2be9c3841c8908b0611a877eaaf718c1fe36d778678fcb68e417578de9695d4d4ef1f56d6550fbd3fcc1cfe69
|
7
|
+
data.tar.gz: 7456583ac37f02b7a99832e7ed0bbdb18662d85209dc258c9441cdbeb8fbcb50d324895090e4adbecae625b6943f61d94d05052744a039949acf4e84e5dfc3e9
|
File without changes
|
data/lib/phobos/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phobos_temp_fork
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Túlio Ornelas
|
@@ -254,6 +254,7 @@ files:
|
|
254
254
|
- examples/handler_saving_events_database.rb
|
255
255
|
- examples/handler_using_async_producer.rb
|
256
256
|
- examples/publishing_messages_without_consumer.rb
|
257
|
+
- lib/phobos.rb
|
257
258
|
- lib/phobos/actions/process_batch.rb
|
258
259
|
- lib/phobos/actions/process_batch_inline.rb
|
259
260
|
- lib/phobos/actions/process_message.rb
|
@@ -276,7 +277,6 @@ files:
|
|
276
277
|
- lib/phobos/test.rb
|
277
278
|
- lib/phobos/test/helper.rb
|
278
279
|
- lib/phobos/version.rb
|
279
|
-
- lib/phobos_temp_fork.rb
|
280
280
|
- logo.png
|
281
281
|
- phobos.gemspec
|
282
282
|
- phobos_boot.rb
|