evideo 0.3.2 → 0.3.3

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +33 -30
  3. data/lib/evideo/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c432d380631b170a152297eff72ef167caa1a8106eaffde4f9cea4702631ba65
4
- data.tar.gz: ca0ecc886fe2b83864f928fbe8e0ff33e7aa46d420db4db045e819617e36ddae
3
+ metadata.gz: 5d2da7219a807d559d92570adf0ad08c5a9296f171544ad043d5c8e5cfbc85b8
4
+ data.tar.gz: 38c755d56f4da1acb2d156c67a42c22b65f16767162df68a84e28d3ad5548ed1
5
5
  SHA512:
6
- metadata.gz: 1133f74b27b2904ae0804cb7729de247ea049225c5f2ceaf35f3fee1763d672ec4369737d8eb43a9aded3b1813e423316984b83763bcd02a82d3bffd6f780993
7
- data.tar.gz: 6e03aa05a0abc04db00af2928764c2d0b6c28bb16ae4e1f6a6b5ddb2a0c663e66c1a31efc21fefecf6436899c238ebe50646bf72411b831487f4021b9812514d
6
+ metadata.gz: 323140bb95173af244df13f265267b9aa837ee5b8b1cfff3e23148ce20bf83cea69e0a578a517560848acaa29a1eb5aeb2e1cf1b38126cf911099b40e2dca4c7
7
+ data.tar.gz: 9448e43f81f485e69efd89887da88d563674240d773be2d7678851a03a17338ffe1cf58b3afaa892de0922fc4332b763069da0c056fa6148f7f0c26a0fb066e7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- evideo (0.3.2)
4
+ evideo (0.3.3)
5
5
  thor
6
6
 
7
7
  GEM
@@ -9,67 +9,70 @@ GEM
9
9
  specs:
10
10
  ast (2.4.2)
11
11
  backport (1.2.0)
12
- benchmark (0.2.0)
12
+ benchmark (0.2.1)
13
13
  diff-lcs (1.5.0)
14
14
  e2mmap (0.1.0)
15
- jaro_winkler (1.5.4)
16
- json (2.6.2)
15
+ jaro_winkler (1.5.6)
16
+ json (2.6.3)
17
17
  kramdown (2.4.0)
18
18
  rexml
19
19
  kramdown-parser-gfm (1.1.0)
20
20
  kramdown (~> 2.0)
21
21
  kwalify (0.7.2)
22
- nokogiri (1.13.8-x86_64-linux)
22
+ language_server-protocol (3.17.0.3)
23
+ nokogiri (1.15.3-x86_64-linux)
23
24
  racc (~> 1.4)
24
- parallel (1.22.1)
25
- parser (3.1.2.1)
25
+ parallel (1.23.0)
26
+ parser (3.2.2.3)
26
27
  ast (~> 2.4.1)
27
- racc (1.6.0)
28
+ racc
29
+ racc (1.7.1)
28
30
  rainbow (3.1.1)
29
31
  rake (13.0.6)
30
- reek (6.1.1)
32
+ rbs (2.8.4)
33
+ reek (6.1.4)
31
34
  kwalify (~> 0.7.0)
32
- parser (~> 3.1.0)
35
+ parser (~> 3.2.0)
33
36
  rainbow (>= 2.0, < 4.0)
34
- regexp_parser (2.6.0)
37
+ regexp_parser (2.8.1)
35
38
  reverse_markdown (2.1.1)
36
39
  nokogiri
37
- rexml (3.2.5)
38
- rubocop (1.36.0)
40
+ rexml (3.2.6)
41
+ rubocop (1.55.1)
39
42
  json (~> 2.3)
43
+ language_server-protocol (>= 3.17.0)
40
44
  parallel (~> 1.10)
41
- parser (>= 3.1.2.1)
45
+ parser (>= 3.2.2.3)
42
46
  rainbow (>= 2.2.2, < 4.0)
43
47
  regexp_parser (>= 1.8, < 3.0)
44
48
  rexml (>= 3.2.5, < 4.0)
45
- rubocop-ast (>= 1.20.1, < 2.0)
49
+ rubocop-ast (>= 1.28.1, < 2.0)
46
50
  ruby-progressbar (~> 1.7)
47
- unicode-display_width (>= 1.4.0, < 3.0)
48
- rubocop-ast (1.21.0)
49
- parser (>= 3.1.1.0)
50
- ruby-progressbar (1.11.0)
51
- rufo (0.13.0)
52
- solargraph (0.47.2)
51
+ unicode-display_width (>= 2.4.0, < 3.0)
52
+ rubocop-ast (1.29.0)
53
+ parser (>= 3.2.1.0)
54
+ ruby-progressbar (1.13.0)
55
+ rufo (0.16.2)
56
+ solargraph (0.49.0)
53
57
  backport (~> 1.2)
54
58
  benchmark
55
- bundler (>= 1.17.2)
59
+ bundler (~> 2.0)
56
60
  diff-lcs (~> 1.4)
57
61
  e2mmap
58
62
  jaro_winkler (~> 1.5)
59
63
  kramdown (~> 2.3)
60
64
  kramdown-parser-gfm (~> 1.1)
61
65
  parser (~> 3.0)
62
- reverse_markdown (>= 1.0.5, < 3)
63
- rubocop (>= 0.52)
66
+ rbs (~> 2.0)
67
+ reverse_markdown (~> 2.0)
68
+ rubocop (~> 1.38)
64
69
  thor (~> 1.0)
65
70
  tilt (~> 2.0)
66
71
  yard (~> 0.9, >= 0.9.24)
67
- thor (1.2.1)
68
- tilt (2.0.11)
69
- unicode-display_width (2.3.0)
70
- webrick (1.7.0)
71
- yard (0.9.28)
72
- webrick (~> 1.7.0)
72
+ thor (1.2.2)
73
+ tilt (2.2.0)
74
+ unicode-display_width (2.4.2)
75
+ yard (0.9.34)
73
76
 
74
77
  PLATFORMS
75
78
  x86_64-linux
@@ -2,5 +2,5 @@
2
2
 
3
3
  # analizar/processar videos para arquivo uniformizado
4
4
  module Evideo
5
- VERSION = '0.3.2'
5
+ VERSION = '0.3.3'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: evideo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hernâni Rodrigues Vaz
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-13 00:00:00.000000000 Z
11
+ date: 2023-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler