evostream-event 2.0.0.pre.856454391 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/evostream/event/info.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 57882bb0af73b0f41502b80ff9d217a5edfa49b5dbe007e3b37d0c8d63e9912d
|
4
|
+
data.tar.gz: ab88b156512ff13825bfbc04f9a879daa2c9c4c320b423cf1cee27f441cc2f04
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d60527aecd686249c5a26c9d175721a632147895d77a119b047d246334b03f8a3dd1f0bb165f5aeb5b2ac83a851264aa6af744a19d51ac632fce7aadbddfd24c
|
7
|
+
data.tar.gz: 6ff9fc01e9a2c2f3cbd61aafe02205b9612c8936f0546af5f363864cc2a8c8530f3b1fb519e77cdec81646e58e53b2f667e731cf3335905747b80fe6be026209
|
data/README.md
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
# Evostream::Event
|
2
|
-
[![RSpec](https://github.com/dazzl-tv/evostream-event/actions/workflows/rspec.yml/badge.svg
|
2
|
+
[![RSpec](https://github.com/dazzl-tv/evostream-event/actions/workflows/rspec.yml/badge.svg)](https://github.com/dazzl-tv/evostream-event/actions/workflows/rspec.yml)
|
3
3
|
[![Linter](https://github.com/dazzl-tv/evostream-event/actions/workflows/linter.yml/badge.svg)](https://github.com/dazzl-tv/evostream-event/actions/workflows/linter.yml)
|
4
4
|
[![Gem Version](https://badge.fury.io/rb/evostream-event.svg)](https://badge.fury.io/rb/evostream-event)
|
5
5
|
[![Docs](https://inch-ci.org/github/dazzl-tv/evostream-event.svg)](https://inch-ci.org/github/dazzl-tv/evostream-event)
|
6
|
-
[![Maintainability](https://api.codeclimate.com/v1/badges/
|
7
|
-
[![Test Coverage](https://api.codeclimate.com/v1/badges/
|
6
|
+
[![Maintainability](https://api.codeclimate.com/v1/badges/aeb223699c46a3e6e76c/maintainability)](https://codeclimate.com/github/dazzl-tv/evostream-event/maintainability)
|
7
|
+
[![Test Coverage](https://api.codeclimate.com/v1/badges/aeb223699c46a3e6e76c/test_coverage)](https://codeclimate.com/github/dazzl-tv/evostream-event/test_coverage)
|
8
8
|
[![Known Vulnerabilities](https://snyk.io/test/github/dazzl-tv/evostream-event/badge.svg)](https://snyk.io/test/github/dazzl-tv/evostream-event)
|
9
9
|
|
10
10
|
Evostream Event listen event to Evostream and execute task.
|
data/lib/evostream/event/info.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: evostream-event
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.0.
|
4
|
+
version: 2.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- VAILLANT Jeremy
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faker
|
@@ -344,9 +344,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
344
344
|
version: 2.6.0
|
345
345
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
346
346
|
requirements:
|
347
|
-
- - "
|
347
|
+
- - ">="
|
348
348
|
- !ruby/object:Gem::Version
|
349
|
-
version:
|
349
|
+
version: '0'
|
350
350
|
requirements: []
|
351
351
|
rubygems_version: 3.0.3.1
|
352
352
|
signing_key:
|