rubypitaya 2.26.0 → 2.26.1

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: 8c289b7e66999cba7c278e77dd8658527cd101218009709e533fe853b5f43250
4
- data.tar.gz: 4dd6b6fe78b6c22b30b1a7564a9972da484753c8d8716e4fd5dabd0e0f5ae001
3
+ metadata.gz: de24f57328bc18e37aac0d0b1df99ab5aaa053f3f8ea83dadc72747945b39296
4
+ data.tar.gz: 4c667ba7ada7fcc913c82b6edeb19a2484cad8205ca2f1456454dc231d1a2b75
5
5
  SHA512:
6
- metadata.gz: 3faa2a8b0cda879621cb823ae920271477596c556c9938881fcd829e185a7563d6da3492bb7a387c5a58766ce5d8f990dbc1c73bf997a19c3e0eaf5db6153ccc
7
- data.tar.gz: ee519fc3028078226cc0e5e01e0b706bd96962481b10ca263e60c28f371b354bd0480b0fa3452e4fc9007ea4f786bbf0ba2ca75c330a6ad72b901cbf9defae9c
6
+ metadata.gz: 61620b909468b5ad84669f5dce38e0b5627d22a61fe6590b328b5a644e4ea2b563874ef57b0c6c6554f945a1c3560e56c6934e256cb0e9bece5f355a7a5483da
7
+ data.tar.gz: 2f6ef8849e38c48cf4bdc10c66bc76e41a2edc214c67c4f1a6dd865f8842e0e0d6c34262e59e08159a9604b061af3684ea86d79ea4ff5f93ebd75dd84a11028d
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '2.26.0'
3
+ gem 'rubypitaya', '2.26.1'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.14.0'
@@ -1,12 +1,12 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activemodel (6.1.3)
5
- activesupport (= 6.1.3)
6
- activerecord (6.1.3)
7
- activemodel (= 6.1.3)
8
- activesupport (= 6.1.3)
9
- activesupport (6.1.3)
4
+ activemodel (6.1.4.1)
5
+ activesupport (= 6.1.4.1)
6
+ activerecord (6.1.4.1)
7
+ activemodel (= 6.1.4.1)
8
+ activesupport (= 6.1.4.1)
9
+ activesupport (6.1.4.1)
10
10
  concurrent-ruby (~> 1.0, >= 1.0.2)
11
11
  i18n (>= 1.6, < 2)
12
12
  minitest (>= 5.1)
@@ -48,7 +48,7 @@ GEM
48
48
  cucumber-cucumber-expressions (~> 10.3, >= 10.3.0)
49
49
  cucumber-messages (~> 13.0, >= 13.0.1)
50
50
  diff-lcs (1.4.4)
51
- etcdv3 (0.10.2)
51
+ etcdv3 (0.11.3)
52
52
  grpc (~> 1.17)
53
53
  eventmachine (1.2.7)
54
54
  ffi (1.15.3)
@@ -74,9 +74,9 @@ GEM
74
74
  ruby2_keywords (~> 0.0.1)
75
75
  nats (0.11.0)
76
76
  eventmachine (~> 1.2, >= 1.2)
77
- ostruct (0.3.3)
77
+ ostruct (0.4.0)
78
78
  pg (1.2.3)
79
- protobuf (3.10.0)
79
+ protobuf (3.10.4)
80
80
  activesupport (>= 3.2)
81
81
  middleware
82
82
  thor
@@ -92,11 +92,11 @@ GEM
92
92
  rack (2.2.3)
93
93
  rack-protection (2.1.0)
94
94
  rack
95
- rake (13.0.3)
95
+ rake (13.0.6)
96
96
  rb-fsevent (0.11.0)
97
97
  rb-inotify (0.10.1)
98
98
  ffi (~> 1.0)
99
- redis (4.2.5)
99
+ redis (4.4.0)
100
100
  rspec (3.10.0)
101
101
  rspec-core (~> 3.10.0)
102
102
  rspec-expectations (~> 3.10.0)
@@ -111,23 +111,27 @@ GEM
111
111
  rspec-support (~> 3.10.0)
112
112
  rspec-support (3.10.2)
113
113
  ruby2_keywords (0.0.5)
114
- rubypitaya (2.26.0)
115
- activerecord (= 6.1.3)
116
- etcdv3 (= 0.10.2)
114
+ rubypitaya (2.26.1)
115
+ activerecord (= 6.1.4.1)
116
+ etcdv3 (= 0.11.3)
117
117
  mongo (= 2.15.0)
118
118
  nats (= 0.11.0)
119
- ostruct (= 0.3.3)
119
+ ostruct (= 0.4.0)
120
120
  pg (= 1.2.3)
121
- protobuf (= 3.10.0)
122
- rake (= 13.0.3)
123
- redis (= 4.2.5)
121
+ protobuf (= 3.10.4)
122
+ rake (= 13.0.6)
123
+ redis (= 4.4.0)
124
124
  sinatra (= 2.1.0)
125
+ sinatra-activerecord (= 2.0.23)
125
126
  sinatra-contrib (= 2.1.0)
126
127
  sinatra (2.1.0)
127
128
  mustermann (~> 1.0)
128
129
  rack (~> 2.2)
129
130
  rack-protection (= 2.1.0)
130
131
  tilt (~> 2.0)
132
+ sinatra-activerecord (2.0.23)
133
+ activerecord (>= 4.1)
134
+ sinatra (>= 1.0)
131
135
  sinatra-contrib (2.1.0)
132
136
  multi_json
133
137
  mustermann (~> 1.0)
@@ -152,7 +156,7 @@ DEPENDENCIES
152
156
  listen (= 3.4.1)
153
157
  pry (= 0.14.0)
154
158
  rspec (= 3.10.0)
155
- rubypitaya (= 2.26.0)
159
+ rubypitaya (= 2.26.1)
156
160
 
157
161
  BUNDLED WITH
158
162
  2.1.4
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '2.26.0'
2
+ VERSION = '2.26.1'
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.26.0
4
+ version: 2.26.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti