rubypitaya 2.9.1 → 2.9.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ab54a69fe61d66985ab96ae5ae8352a5513f6d2421ae706baca351e7c52d9c3
4
- data.tar.gz: 57aedd19e1426c1935224fa2510224856ef1cb3b79754eef9f9c4f237aba9aae
3
+ metadata.gz: 3541acfd67db95762b008eac9b1211229335e6ce7b158c0c8902a50dd80dd705
4
+ data.tar.gz: 6f3e2e1c18a52d20a2df5735a28c0566e1c222a1b7de52d9ba2208d03abcd9ec
5
5
  SHA512:
6
- metadata.gz: 9bbc810cac4352e074c6286b154c3a5b547783a4e81859a63d03fa08b78b2e15bdbdff4ec7a630f0aa8027fd07fb30002e55e4c82aa006def2b5d7d7674b01e2
7
- data.tar.gz: caf3e3cc055e0498c219a97a516baa3c83c7f1e9054b68bc057312402fb660053d640d3d0530ed31d9be4617a507e27ff0751bdea64133470e7fe451d8b43fbc
6
+ metadata.gz: 782f21b14a1cd4e1b09accd665fc04efadace45f9ff50c2ab9773e1724f237a5b440024c21d8952a3db0e613a77cbb33ab8a6d156d28cdc4f38074fa7db40b51
7
+ data.tar.gz: 61c056e184caad45a6018c5426da5d9008e61539cd707f7c8b7b44f1f6b1e5970b08fa45bba7b481e19966fe04821110d191240157606f06564113142a3b0932
@@ -1,6 +1,6 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '2.9.1'
3
+ gem 'rubypitaya', '2.9.2'
4
4
 
5
5
  group :development do
6
6
  gem 'pry', '0.12.2'
@@ -18,11 +18,11 @@ GEM
18
18
  etcdv3 (0.10.2)
19
19
  grpc (~> 1.17)
20
20
  eventmachine (1.2.7)
21
- ffi (1.13.1)
21
+ ffi (1.14.2)
22
22
  google-protobuf (3.14.0)
23
23
  googleapis-common-protos-types (1.0.5)
24
24
  google-protobuf (~> 3.11)
25
- grpc (1.32.0)
25
+ grpc (1.34.0)
26
26
  google-protobuf (~> 3.13)
27
27
  googleapis-common-protos-types (~> 1.0)
28
28
  i18n (1.8.5)
@@ -38,6 +38,7 @@ GEM
38
38
  ruby2_keywords (~> 0.0.1)
39
39
  nats (0.11.0)
40
40
  eventmachine (~> 1.2, >= 1.2)
41
+ ostruct (0.1.0)
41
42
  pg (0.21.0)
42
43
  protobuf (3.10.0)
43
44
  activesupport (>= 3.2)
@@ -69,11 +70,12 @@ GEM
69
70
  rspec-support (~> 3.8.0)
70
71
  rspec-support (3.8.3)
71
72
  ruby2_keywords (0.0.2)
72
- rubypitaya (2.9.1)
73
+ rubypitaya (2.9.2)
73
74
  activerecord (= 6.0.2)
74
75
  etcdv3 (= 0.10.2)
75
76
  eventmachine (= 1.2.7)
76
77
  nats (= 0.11.0)
78
+ ostruct (= 0.1.0)
77
79
  pg (= 0.21.0)
78
80
  protobuf (= 3.10.0)
79
81
  rake (= 10.0)
@@ -94,7 +96,7 @@ GEM
94
96
  thor (1.0.1)
95
97
  thread_safe (0.3.6)
96
98
  tilt (2.0.10)
97
- tzinfo (1.2.8)
99
+ tzinfo (1.2.9)
98
100
  thread_safe (~> 0.1)
99
101
  zeitwerk (2.4.2)
100
102
 
@@ -106,7 +108,7 @@ DEPENDENCIES
106
108
  listen (= 3.2.1)
107
109
  pry (= 0.12.2)
108
110
  rspec (= 3.8.0)
109
- rubypitaya (= 2.9.1)
111
+ rubypitaya (= 2.9.2)
110
112
 
111
113
  BUNDLED WITH
112
114
  1.17.2
@@ -62,6 +62,7 @@ db-reset:
62
62
 
63
63
  ## Generate Gemfile.lock
64
64
  generate-gemfilelock:
65
+ @rm -f Gemfile.lock
65
66
  @docker run --rm -v "$(PWD)":/usr/src/app -w /usr/src/app ruby:2.6.6 bundle install
66
67
 
67
68
  ## Build image to production environment
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '2.9.1'
2
+ VERSION = '2.9.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.9.1
4
+ version: 2.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti