phantom_events 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 067b8600a2bb23bf2b1d1a32e3a9c190d1d7c554c38e19faed4d90c59e6d4fbf
4
- data.tar.gz: ebc5c03f3baff16f0873a61a8d980383662623f5ad0bfe50e26193924778b87c
3
+ metadata.gz: 8ef7043e171bdfbfb81354b334c5d837f6907607a676419ce0a7ae09c8312e0a
4
+ data.tar.gz: 25345f633d60802ffd20c40a2a9f2e3d3aae9b7cfe523a6efa88f4d835947de7
5
5
  SHA512:
6
- metadata.gz: 626f1b66865c8507f3a6206d8b61d80d2f05174abb478deda3dbf75cf53079c9424dc8618a649b4e6f481e27f7332b567a67af62af49fd3d9c4f389a1b0d8268
7
- data.tar.gz: 7f5ea1495cd758f9887f379feb83a98030d5bbcf224afbcfb683c273e560ac3522583df497b81447d27c5f9bf52c2b37bf56cbb068a376419d8f638b2b390624
6
+ metadata.gz: c7ec57cfae3a293d4c73448a8b29296d21e1cde09e3c219aa16222d118bb121304d22913937b858945306b51c5e5641c083ec7540a034e493146487b51a022da
7
+ data.tar.gz: 35d8946b3dfba27246523ad65fa9ed92a666760276cd7c6a9ed7d1f0f2ebb1eb0519e760ad3212b02cb7eb50ad85ba73a883df59177343b678031ec3d5d7cf31
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
+ # Changelog
2
+
1
3
  ## [Unreleased]
2
4
 
3
- ## [0.0.1] - 2022-05-04
4
5
 
5
- - Initial release
6
+ ## [0.0.2] - 2022-05-05
7
+ * Use RABBITMQ_URL instead of AMQP_URL ENV variable
8
+ * Add license information
9
+
10
+ ## [0.0.1] - 2022-05-04
11
+ * Initial release
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- phantom_events (0.0.1)
4
+ phantom_events (0.0.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -2,7 +2,7 @@ module PhantomEvents
2
2
  module Adapters
3
3
  class AmqpAdapter
4
4
 
5
- def initialize(dsn: ENV['AMQP_URL'], exchange_name: :events)
5
+ def initialize(dsn: ENV['RABBITMQ_URL'], exchange_name: :events)
6
6
  @dsn = dsn
7
7
  @exchange_name = exchange_name
8
8
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PhantomEvents
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phantom_events
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomáš Dundáček
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-05-04 00:00:00.000000000 Z
11
+ date: 2022-05-05 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email: