rubypitaya 2.6.1 → 2.6.2

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: 51114edc315a800b8ff579ae81cba7744513593b44833f0b3bfc0ee364e11508
4
- data.tar.gz: 6de822e29dba8f1ecf0513cc7d36459be92d33602ee011bc5e78cf189e916cc9
3
+ metadata.gz: c672f796a231d14e126b7b42d980075f76ebfb7d83852dd96c5688fac04985b8
4
+ data.tar.gz: e2ec6f586610ceb65133db1bcd95af57a564d7383b970d4663bb4e1795e63560
5
5
  SHA512:
6
- metadata.gz: 05ce7aefbbb01c7e4bf0b537625b4dfa65d0128b5e5819b24df4325cd171f4d71e0392fc9363fe16850fcef72ad355505cd60f0f8e18c73d7a8f8ecfa71aaff3
7
- data.tar.gz: 8e587032ea14a49ca68d5188cd1f9a2d49e773e79fe4fd91f1add50fd9e463f1960b707cccfd4069c1f4c149966267e39f9d72d12afd1d550104091b45b059d8
6
+ metadata.gz: af40b96540235382accc8d85c00058f15f2c2a65106fe02777ffbcca2836f818f010775c31b578ffb51f09714d4626e8317d2c1531da0efa1598233d60bc33ff
7
+ data.tar.gz: 7eaa5717f33fcbe317683d95bca06cede05512974dca832372f0b14124fbef365ba15afc1c34cfaa666ded32b855891850c91fa2c4487c391591c40cadb39aa2
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '2.6.1'
3
+ gem 'rubypitaya', '2.6.2'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.12.2'
@@ -12,14 +12,14 @@ GEM
12
12
  minitest (~> 5.1)
13
13
  tzinfo (~> 1.1)
14
14
  zeitwerk (~> 2.2)
15
- coderay (1.1.2)
15
+ coderay (1.1.3)
16
16
  concurrent-ruby (1.1.7)
17
- diff-lcs (1.3)
17
+ diff-lcs (1.4.4)
18
18
  etcdv3 (0.10.2)
19
19
  grpc (~> 1.17)
20
20
  eventmachine (1.2.7)
21
- ffi (1.12.2)
22
- google-protobuf (3.13.0)
21
+ ffi (1.13.1)
22
+ google-protobuf (3.14.0)
23
23
  googleapis-common-protos-types (1.0.5)
24
24
  google-protobuf (~> 3.11)
25
25
  grpc (1.32.0)
@@ -33,6 +33,9 @@ GEM
33
33
  method_source (0.9.2)
34
34
  middleware (0.1.0)
35
35
  minitest (5.14.2)
36
+ multi_json (1.15.0)
37
+ mustermann (1.1.1)
38
+ ruby2_keywords (~> 0.0.1)
36
39
  nats (0.11.0)
37
40
  eventmachine (~> 1.2, >= 1.2)
38
41
  pg (0.21.0)
@@ -44,8 +47,11 @@ GEM
44
47
  pry (0.12.2)
45
48
  coderay (~> 1.1.0)
46
49
  method_source (~> 0.9.0)
50
+ rack (2.2.3)
51
+ rack-protection (2.1.0)
52
+ rack
47
53
  rake (10.0.0)
48
- rb-fsevent (0.10.3)
54
+ rb-fsevent (0.10.4)
49
55
  rb-inotify (0.10.1)
50
56
  ffi (~> 1.0)
51
57
  redis (4.1.3)
@@ -62,7 +68,8 @@ GEM
62
68
  diff-lcs (>= 1.2.0, < 2.0)
63
69
  rspec-support (~> 3.8.0)
64
70
  rspec-support (3.8.3)
65
- rubypitaya (2.6.1)
71
+ ruby2_keywords (0.0.2)
72
+ rubypitaya (2.6.2)
66
73
  activerecord (= 6.0.2)
67
74
  etcdv3 (= 0.10.2)
68
75
  eventmachine (= 1.2.7)
@@ -71,11 +78,25 @@ GEM
71
78
  protobuf (= 3.10.0)
72
79
  rake (= 10.0)
73
80
  redis (= 4.1.3)
81
+ sinatra (= 2.1.0)
82
+ sinatra-contrib (= 2.1.0)
83
+ sinatra (2.1.0)
84
+ mustermann (~> 1.0)
85
+ rack (~> 2.2)
86
+ rack-protection (= 2.1.0)
87
+ tilt (~> 2.0)
88
+ sinatra-contrib (2.1.0)
89
+ multi_json
90
+ mustermann (~> 1.0)
91
+ rack-protection (= 2.1.0)
92
+ sinatra (= 2.1.0)
93
+ tilt (~> 2.0)
74
94
  thor (1.0.1)
75
95
  thread_safe (0.3.6)
96
+ tilt (2.0.10)
76
97
  tzinfo (1.2.8)
77
98
  thread_safe (~> 0.1)
78
- zeitwerk (2.4.1)
99
+ zeitwerk (2.4.2)
79
100
 
80
101
  PLATFORMS
81
102
  ruby
@@ -85,7 +106,7 @@ DEPENDENCIES
85
106
  listen (= 3.2.1)
86
107
  pry (= 0.12.2)
87
108
  rspec (= 3.8.0)
88
- rubypitaya (= 2.6.1)
109
+ rubypitaya (= 2.6.2)
89
110
 
90
111
  BUNDLED WITH
91
112
  1.17.2
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '2.6.1'
2
+ VERSION = '2.6.2'
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.6.1
4
+ version: 2.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti