rubypitaya 2.4.2 → 2.4.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 03c5056c25ff5accc79b5ff9bb4484ecbc60eb45a792e2c8f7e80ea28763e8ae
4
- data.tar.gz: 946c570c72ffa94f58f6bcf27e5ecc837a117687f39a32882b453fcd360c8bfd
3
+ metadata.gz: 5c37e06c8f040555eff17f296bfe155fe91308c3a60a73355fdd9e25d9c62b35
4
+ data.tar.gz: ac258070d0ae3de61f289a21d99b7cdf2947e54580a929230c512d3b3e807d0f
5
5
  SHA512:
6
- metadata.gz: ab867cb706a471c06bda562e4717c132dd7cd099023110abbf3fa2c9b52bb4ee6c9c97b25b364dba972cb4c8b87eaad66d7b19c2a8acfd99af30ff163fd1ca7a
7
- data.tar.gz: bdb7483df13421d2899a3cdaf76eddcd483965d342ccdef8d78dff74d36a38682bfb90419d4eec46fdd3d648eca27ed39a5e6de19e97947c97e7d2a0372694e3
6
+ metadata.gz: 4a140e5251bded607ec142250651d0a083a77b980af60707e8706fba4d1dab34f0b648f5d9a98f00358889fb9421490d608d2df43bc685b2142d4d0fc7df8a49
7
+ data.tar.gz: 737f8486eb4d345b123eb19dee79ab59eecc652e893bccbfff34fa65de9fce89d81e84736bcf455deb6b19f0cb7c4d0674ae594678906a14c93e00ad8e9f7714
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '2.4.2'
3
+ gem 'rubypitaya', '2.4.3'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.12.2'
@@ -13,26 +13,26 @@ GEM
13
13
  tzinfo (~> 1.1)
14
14
  zeitwerk (~> 2.2)
15
15
  coderay (1.1.2)
16
- concurrent-ruby (1.1.6)
16
+ concurrent-ruby (1.1.7)
17
17
  diff-lcs (1.3)
18
18
  etcdv3 (0.10.2)
19
19
  grpc (~> 1.17)
20
20
  eventmachine (1.2.7)
21
21
  ffi (1.12.2)
22
- google-protobuf (3.11.4-x86_64-linux)
22
+ google-protobuf (3.13.0)
23
23
  googleapis-common-protos-types (1.0.5)
24
24
  google-protobuf (~> 3.11)
25
- grpc (1.28.0-x86_64-linux)
26
- google-protobuf (~> 3.11)
25
+ grpc (1.32.0)
26
+ google-protobuf (~> 3.13)
27
27
  googleapis-common-protos-types (~> 1.0)
28
- i18n (1.8.2)
28
+ i18n (1.8.5)
29
29
  concurrent-ruby (~> 1.0)
30
30
  listen (3.2.1)
31
31
  rb-fsevent (~> 0.10, >= 0.10.3)
32
32
  rb-inotify (~> 0.9, >= 0.9.10)
33
33
  method_source (0.9.2)
34
34
  middleware (0.1.0)
35
- minitest (5.14.0)
35
+ minitest (5.14.2)
36
36
  nats (0.11.0)
37
37
  eventmachine (~> 1.2, >= 1.2)
38
38
  pg (0.21.0)
@@ -62,19 +62,20 @@ GEM
62
62
  diff-lcs (>= 1.2.0, < 2.0)
63
63
  rspec-support (~> 3.8.0)
64
64
  rspec-support (3.8.3)
65
- rubypitaya (2.4.2)
65
+ rubypitaya (2.4.3)
66
66
  activerecord (= 6.0.2)
67
67
  etcdv3 (= 0.10.2)
68
68
  eventmachine (= 1.2.7)
69
69
  nats (= 0.11.0)
70
70
  pg (= 0.21.0)
71
71
  protobuf (= 3.10.0)
72
+ rake (= 10.0)
72
73
  redis (= 4.1.3)
73
74
  thor (1.0.1)
74
75
  thread_safe (0.3.6)
75
- tzinfo (1.2.7)
76
+ tzinfo (1.2.8)
76
77
  thread_safe (~> 0.1)
77
- zeitwerk (2.3.0)
78
+ zeitwerk (2.4.1)
78
79
 
79
80
  PLATFORMS
80
81
  ruby
@@ -83,9 +84,8 @@ DEPENDENCIES
83
84
  bundler (= 1.17.2)
84
85
  listen (= 3.2.1)
85
86
  pry (= 0.12.2)
86
- rake (= 10.0)
87
87
  rspec (= 3.8.0)
88
- rubypitaya (= 2.4.2)
88
+ rubypitaya (= 2.4.3)
89
89
 
90
90
  BUNDLED WITH
91
91
  1.17.2
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '2.4.2'
2
+ VERSION = '2.4.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubypitaya
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.2
4
+ version: 2.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti