rubypitaya 2.26.2 → 2.26.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: d51b3ca0829cdbe37dba4c94cc7b11c2236a95836d8c4ad7fc524d8d9f1bb70f
4
- data.tar.gz: 2eb0bb00fecc086fbd8a728e19e317efc8f6bfedc04ac6b5f5d17850c330487a
3
+ metadata.gz: 03d922e0e3018a516710860db14edb745a8091de11e357ac28350fd2bc0c4c1b
4
+ data.tar.gz: 88ebed05ee6d18892875786f0e652d6fb0236f66458304534f16026c86369fe2
5
5
  SHA512:
6
- metadata.gz: b03b3c5d4a5773c8134bcd8cd07ebf7e4cf3254f3c4dc69c97831045b072d899d3e460f609942699dde7f5d91184b094bd0ac4ed9db90586555ba18c38d08bdb
7
- data.tar.gz: 89fa599b94b75c199327a55b93fc8398a39faef2b59d21b93151701ce3508b1e1fcc61f71ff2afd3dcfe54ba867bbe701d7fcb213219717ee38784cd7f896c48
6
+ metadata.gz: f651a4e71c89ced83d2ec5be02415b0b4c3744f77198737ed5a4507302720286e698dcb60928efdfce2b81a109cfcf84fe27ee1dfeb9f3328039a6eb991e834b
7
+ data.tar.gz: ad997b323bf2fb3b23cb682e0643dc6516d0b6f9c1ab206195003c4799c9155f25966f7deffe6d4238f809044d51e772b2b75cf140b36755dadc483731093703
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '2.26.2'
3
+ gem 'rubypitaya', '2.26.3'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.14.0'
@@ -51,7 +51,7 @@ GEM
51
51
  etcdv3 (0.11.3)
52
52
  grpc (~> 1.17)
53
53
  eventmachine (1.2.7)
54
- ffi (1.15.3)
54
+ ffi (1.15.4)
55
55
  google-protobuf (3.17.3)
56
56
  googleapis-common-protos-types (1.1.0)
57
57
  google-protobuf (~> 3.14)
@@ -111,7 +111,7 @@ 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.2)
114
+ rubypitaya (2.26.3)
115
115
  activerecord (= 6.1.4.1)
116
116
  etcdv3 (= 0.11.3)
117
117
  mongo (= 2.15.0)
@@ -122,16 +122,12 @@ GEM
122
122
  rake (= 13.0.6)
123
123
  redis (= 4.4.0)
124
124
  sinatra (= 2.1.0)
125
- sinatra-activerecord (= 2.0.23)
126
125
  sinatra-contrib (= 2.1.0)
127
126
  sinatra (2.1.0)
128
127
  mustermann (~> 1.0)
129
128
  rack (~> 2.2)
130
129
  rack-protection (= 2.1.0)
131
130
  tilt (~> 2.0)
132
- sinatra-activerecord (2.0.23)
133
- activerecord (>= 4.1)
134
- sinatra (>= 1.0)
135
131
  sinatra-contrib (2.1.0)
136
132
  multi_json
137
133
  mustermann (~> 1.0)
@@ -156,7 +152,7 @@ DEPENDENCIES
156
152
  listen (= 3.4.1)
157
153
  pry (= 0.14.0)
158
154
  rspec (= 3.10.0)
159
- rubypitaya (= 2.26.2)
155
+ rubypitaya (= 2.26.3)
160
156
 
161
157
  BUNDLED WITH
162
158
  2.1.4
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '2.26.2'
2
+ VERSION = '2.26.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.26.2
4
+ version: 2.26.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti