rubypitaya 2.21.0 → 2.22.0

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: 9505e2c4dbb300db345cff9e51d406c5f6b3c6f101c46105b8fa2e949b8c71bc
4
- data.tar.gz: 9c1fb523cf378d6fa8bd7aa927611bfcd974b0583f22d8fdcbf3a3c71a438bec
3
+ metadata.gz: 7529399c736434f01aee685406c3d2763e6ecd167fcf0b783aac93a2aef7c0e4
4
+ data.tar.gz: 6eceae718f3027593dfd6d82a384b1c139a241e36decc0bc6d51553f59717567
5
5
  SHA512:
6
- metadata.gz: 07c2486f386fef386ec1e002e57a2f723c6ff9f12e693d3c41abb322cf226cea49a9d5eab743f94ffb6d3b72627f48ef40716a03172d9ab58d53d0d53ca6f465
7
- data.tar.gz: 6c2d3d381cb44074f9b4df501671c4a330e5c370b1b392e041a831d342615394dca786ed72d36de1673dbef45005c18aca0cb279d18f7f0011d0c833a2a8ca1a
6
+ metadata.gz: 4f41f11c539540593b5da84a986c7baa2209a6108f2fb3ddeca6b6577509d96732704609dd13000b8c9e2573ac9acd3d2f58b55c1ffe8c45ccdbc1e507d9ff50
7
+ data.tar.gz: 3f1d834d5442848c9637491709ae0c7bff746e345e316afd13cec022d65a652591ea0a4ac01e42986132defd7feac209ebf934b782e4bf58274ffa21f670abb1
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '2.21.0'
3
+ gem 'rubypitaya', '2.22.0'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.14.0'
@@ -12,9 +12,10 @@ GEM
12
12
  minitest (>= 5.1)
13
13
  tzinfo (~> 2.0)
14
14
  zeitwerk (~> 2.3)
15
+ bson (4.12.1)
15
16
  builder (3.2.4)
16
17
  coderay (1.1.3)
17
- concurrent-ruby (1.1.8)
18
+ concurrent-ruby (1.1.9)
18
19
  cucumber (5.3.0)
19
20
  builder (~> 3.2, >= 3.2.4)
20
21
  cucumber-core (~> 8.0, >= 8.0.1)
@@ -50,11 +51,11 @@ GEM
50
51
  etcdv3 (0.10.2)
51
52
  grpc (~> 1.17)
52
53
  eventmachine (1.2.7)
53
- ffi (1.15.0)
54
- google-protobuf (3.15.8)
55
- googleapis-common-protos-types (1.0.6)
54
+ ffi (1.15.3)
55
+ google-protobuf (3.17.3)
56
+ googleapis-common-protos-types (1.1.0)
56
57
  google-protobuf (~> 3.14)
57
- grpc (1.37.0)
58
+ grpc (1.38.0)
58
59
  google-protobuf (~> 3.15)
59
60
  googleapis-common-protos-types (~> 1.0)
60
61
  i18n (1.8.10)
@@ -65,6 +66,8 @@ GEM
65
66
  method_source (1.0.0)
66
67
  middleware (0.1.0)
67
68
  minitest (5.14.4)
69
+ mongo (2.15.0)
70
+ bson (>= 4.8.2, < 5.0.0)
68
71
  multi_json (1.15.0)
69
72
  multi_test (0.1.2)
70
73
  mustermann (1.1.1)
@@ -90,7 +93,7 @@ GEM
90
93
  rack-protection (2.1.0)
91
94
  rack
92
95
  rake (13.0.3)
93
- rb-fsevent (0.10.4)
96
+ rb-fsevent (0.11.0)
94
97
  rb-inotify (0.10.1)
95
98
  ffi (~> 1.0)
96
99
  redis (4.2.5)
@@ -107,10 +110,11 @@ GEM
107
110
  diff-lcs (>= 1.2.0, < 2.0)
108
111
  rspec-support (~> 3.10.0)
109
112
  rspec-support (3.10.2)
110
- ruby2_keywords (0.0.4)
111
- rubypitaya (2.21.0)
113
+ ruby2_keywords (0.0.5)
114
+ rubypitaya (2.22.0)
112
115
  activerecord (= 6.1.3)
113
116
  etcdv3 (= 0.10.2)
117
+ mongo (= 2.15.0)
114
118
  nats (= 0.11.0)
115
119
  ostruct (= 0.3.3)
116
120
  pg (= 1.2.3)
@@ -148,7 +152,7 @@ DEPENDENCIES
148
152
  listen (= 3.4.1)
149
153
  pry (= 0.14.0)
150
154
  rspec (= 3.10.0)
151
- rubypitaya (= 2.21.0)
155
+ rubypitaya (= 2.22.0)
152
156
 
153
157
  BUNDLED WITH
154
158
  2.1.4
@@ -41,7 +41,7 @@ test-cucumber:
41
41
  ## Update gems dependencies on Gemfile.lock
42
42
  update-dependencies:
43
43
  @rm -f Gemfile.lock
44
- @docker run --rm -v "$(PWD)":/usr/src/app -w /usr/src/app ruby:2.7.2-slim bundle install
44
+ @docker run --rm -v "$(PWD)":/usr/src/app -w /usr/src/app ruby:2.7.2 bundle install
45
45
 
46
46
  ## + Improve metagame
47
47
 
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '2.21.0'
2
+ VERSION = '2.22.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubypitaya
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.21.0
4
+ version: 2.22.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-18 00:00:00.000000000 Z
11
+ date: 2021-07-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pg