evostream-event 2.0.0.pre.809444619 → 2.0.0.pre.994159616

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aeec84eaa6db5b22fc645b575f78f9929634c709ba4e3392ddae0da8e81d6950
4
- data.tar.gz: d72f4b32f818c805f278328e0f559c5d0fda159a75c41bafe7b446fd41a2d432
3
+ metadata.gz: '018be380650e3692e8c01875c09103c8b9895f92d5e060efb5c0c62ab6fdca90'
4
+ data.tar.gz: 236c38ede8f6a1eb8fd578ab0c549485f9661fc44f9d41d1ae30b1aefa813d37
5
5
  SHA512:
6
- metadata.gz: ea13c5aa3f7a30743c46016f17e9d0eb82dd904410e864aeff663c2775acf4a629c740ffce608b036237e9364d01d165bf24e575871debc3e3541410b6c4eba5
7
- data.tar.gz: 8c63a4f992dfaa19fddce6982d241df542eaca00a0daf6a3f178d02f09345155fa6537c6632a32e54846fe90d920b36597a7519d4cb75250c961ebda71c0de50
6
+ metadata.gz: 80d39e4188dfde56241fa9853f1f923d0446ea66810188b4cd585afa3b63cec9877357b209645ee237f63e75eac9b7475f01807b1346b95fbab8288baedb3ec6
7
+ data.tar.gz: aa3fec5f8f10f28ca43c7fcb3db4d943bfdc31367375c8eab719b2a090fe3952d0d920c6baa393b4c2d094f7d81c05f5e076eba4a0653aa9e95bf960da3e6e6e
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?branch=develop&event=pull_request)](https://github.com/dazzl-tv/evostream-event/actions/workflows/rspec.yml)
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/e3096c50f57e0cb1b83a/maintainability)](https://codeclimate.com/github/dazzl-tv/evostream-event/maintainability)
7
- [![Test Coverage](https://api.codeclimate.com/v1/badges/e3096c50f57e0cb1b83a/test_coverage)](https://codeclimate.com/github/dazzl-tv/evostream-event/test_coverage)
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.
@@ -15,7 +15,7 @@ module Evostream
15
15
 
16
16
  def cmd
17
17
  super
18
- "createDASHStream?params=#{encode_64}"
18
+ "createDASHStream?params=#{encode64}"
19
19
  end
20
20
 
21
21
  private
@@ -17,7 +17,7 @@ module Evostream
17
17
 
18
18
  def cmd
19
19
  super
20
- "createHLSStream?params=#{encode_64}"
20
+ "createHLSStream?params=#{encode64}"
21
21
  end
22
22
 
23
23
  private
data/spec/spec_helper.rb CHANGED
@@ -9,10 +9,6 @@ require 'json'
9
9
  require 'webmock/rspec'
10
10
  require 'active_support/core_ext/hash'
11
11
  require 'simplecov'
12
- require 'simplecov_json_formatter'
13
-
14
- SimpleCov.start
15
- SimpleCov.formatter = SimpleCov::Formatter::JSONFormatter
16
12
 
17
13
  $LOAD_PATH.unshift File.expand_path('../lib', __dir__)
18
14
 
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.0.pre.809444619
4
+ version: 2.0.0.pre.994159616
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-05-04 00:00:00.000000000 Z
11
+ date: 2021-07-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faker