event_people 1.0.4 → 1.0.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: c7f58e0e92901db867e0a3a1e74a7019bf25d62fda4d9e6506f1722b4c6c6594
4
- data.tar.gz: 6d79d5a555bbb697e4a94f58e1fc0c9cd8e474f5214237d6e2c160ead786bc73
3
+ metadata.gz: e1d25aa5e51758c10e6102189dcad66d80f82211b3da8fab91165fc2c8947ebe
4
+ data.tar.gz: 5f65bdbca3722908f46ab5aa1cebfc0e41543e762cc5c59f332fd96e9b64e450
5
5
  SHA512:
6
- metadata.gz: ef16aeb1e9544b762663d1fa70a689bda225400560061f4db7c8a71cd83fd84f481c0c286d1f020d6fda8b28b67383ed8afb5367849e339172ab31d45a7645a6
7
- data.tar.gz: 9ef63b463f16b335c71e6130745e3337bb7240a59931f38e5fbeeaf8d9071d3fa90411882233c4e86ad1305ac7b68a7b1e60d2ba77e307af65000a8e54bd5d1d
6
+ metadata.gz: 7491613bcbf7566ee464053ca46e2fdf6ac7e16e233dc086c8e0890a445a672e67f288f1c7ccef7851fe89857f21fee2227761133f1bfbb5fe5fb089009fcb4a
7
+ data.tar.gz: 3815209285a7a3c056ece59b8b4d146278780e13ac6280aee019170838f35647bf6742eddc8bee3d68d89f35a073cd1253271d92fff9277d4b15cd65a0d4a5b0
data/event_people.gemspec CHANGED
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = 'Expose an api to produce and consume events.'
13
13
  spec.description = 'Tool to produce and consume events to a distributed and async architecture'
14
14
  spec.homepage = 'https://github.com/pin-people/event_people_ruby'
15
- spec.license = 'GNU LESSER GENERAL PUBLIC LICENSE V3'
15
+ spec.license = 'LGPL-3.0-or-later'
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
18
18
  # to allow pushing to a single host or delete this section to allow pushing to any host.
@@ -16,7 +16,7 @@ module EventPeople
16
16
  end
17
17
 
18
18
  def payload
19
- { headers:, body: }.to_json
19
+ { headers: headers, body: body }.to_json
20
20
  end
21
21
 
22
22
  def body?
@@ -1,3 +1,3 @@
1
1
  module EventPeople
2
- VERSION = '1.0.4'
2
+ VERSION = '1.0.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: event_people
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pin People
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-19 00:00:00.000000000 Z
11
+ date: 2023-03-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -119,7 +119,7 @@ files:
119
119
  - lib/event_people/version.rb
120
120
  homepage: https://github.com/pin-people/event_people_ruby
121
121
  licenses:
122
- - GNU LESSER GENERAL PUBLIC LICENSE V3
122
+ - LGPL-3.0-or-later
123
123
  metadata:
124
124
  allowed_push_host: https://rubygems.org
125
125
  post_install_message: