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 +4 -4
- data/event_people.gemspec +1 -1
- data/lib/event_people/event.rb +1 -1
- data/lib/event_people/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1d25aa5e51758c10e6102189dcad66d80f82211b3da8fab91165fc2c8947ebe
|
|
4
|
+
data.tar.gz: 5f65bdbca3722908f46ab5aa1cebfc0e41543e762cc5c59f332fd96e9b64e450
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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 = '
|
|
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.
|
data/lib/event_people/event.rb
CHANGED
data/lib/event_people/version.rb
CHANGED
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
|
+
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:
|
|
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
|
-
-
|
|
122
|
+
- LGPL-3.0-or-later
|
|
123
123
|
metadata:
|
|
124
124
|
allowed_push_host: https://rubygems.org
|
|
125
125
|
post_install_message:
|