rubypitaya 3.12.0 → 3.12.1

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: 6dc13fa821fa9f933f0cb1f5e9b249d7a7f1901ab78f158a0ad1d6bd9d3ad21c
4
- data.tar.gz: 92cd7c6bfec0a54a1d1d502bf2cbafa2e4a23b022e01bb569bda01f746f0ac8c
3
+ metadata.gz: f393f312709ff7f2e14731c7d12a194418c450e2555da41aa9d5f5849a647d45
4
+ data.tar.gz: afb5740c22fe9a4a9a6ae7dbbb9822750c53bc2e778b70d823c4e2511b66e142
5
5
  SHA512:
6
- metadata.gz: e5c1aa2141075b6bbe4785b02f026765c287098a08b6d108a27a73f91db41511edc5cd1cd3e5e82a0a3aa10b8efe45eea4eed1e8a5cb9e7a010e726da9645960
7
- data.tar.gz: 9018428be3b99436e7d22cdd51642ba52c7c5b9ef0c3c5a91c5f442a6c3f8d85e3827d333235ce81dfe4382486ea91afad786332e47cea2b56e193a0b6c06ee4
6
+ metadata.gz: 88191d52e0d1f86e37dba77223fe4b20e973d2b85cfc49743524c75c7971b4752771d5b84691647d66175e96d1f701df721e1f54e4285316a0dd4d91c36547b2
7
+ data.tar.gz: 245bba9103786e02b4ef4a489df8d4f813a559c64ddca25bfabc782b5f6df1f7bd063920fde8625112bb3a20c43b6c8885a4a3e51e8aeb3e3fdc3d1962c85c3e
@@ -1,12 +1,12 @@
1
1
  source "https://rubygems.org"
2
2
 
3
- gem 'rubypitaya', '3.12.0'
3
+ gem 'rubypitaya', '3.12.1'
4
4
 
5
5
  group :development do
6
- gem 'pry', '0.14.1'
7
- gem 'rspec', '3.11.0'
8
- gem 'listen', '3.7.1'
9
- gem 'bundler', '2.2.32'
10
- gem 'cucumber', '7.1.0'
11
- gem 'sinatra-contrib', '2.1.0'
6
+ gem 'pry', '0.14.2'
7
+ gem 'rspec', '3.12.0'
8
+ gem 'listen', '3.8.0'
9
+ gem 'bundler', '2.3.26'
10
+ gem 'cucumber', '8.0.0'
11
+ gem 'sinatra-contrib', '3.0.5'
12
12
  end
@@ -1,127 +1,125 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- activemodel (7.0.2)
5
- activesupport (= 7.0.2)
6
- activerecord (7.0.2)
7
- activemodel (= 7.0.2)
8
- activesupport (= 7.0.2)
9
- activesupport (7.0.2)
4
+ activemodel (7.0.4)
5
+ activesupport (= 7.0.4)
6
+ activerecord (7.0.4)
7
+ activemodel (= 7.0.4)
8
+ activesupport (= 7.0.4)
9
+ activesupport (7.0.4)
10
10
  concurrent-ruby (~> 1.0, >= 1.0.2)
11
11
  i18n (>= 1.6, < 2)
12
12
  minitest (>= 5.1)
13
13
  tzinfo (~> 2.0)
14
14
  builder (3.2.4)
15
15
  coderay (1.1.3)
16
- concurrent-ruby (1.1.9)
17
- cucumber (7.1.0)
16
+ concurrent-ruby (1.1.10)
17
+ connection_pool (2.3.0)
18
+ cucumber (8.0.0)
18
19
  builder (~> 3.2, >= 3.2.4)
19
- cucumber-core (~> 10.1, >= 10.1.0)
20
- cucumber-create-meta (~> 6.0, >= 6.0.1)
21
- cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
22
- cucumber-gherkin (~> 22.0, >= 22.0.0)
23
- cucumber-html-formatter (~> 17.0, >= 17.0.0)
24
- cucumber-messages (~> 17.1, >= 17.1.1)
25
- cucumber-wire (~> 6.2, >= 6.2.0)
26
- diff-lcs (~> 1.4, >= 1.4.4)
27
- mime-types (~> 3.3, >= 3.3.1)
28
- multi_test (~> 0.1, >= 0.1.2)
20
+ cucumber-ci-environment (~> 9.0, >= 9.0.4)
21
+ cucumber-core (~> 11.0, >= 11.0.0)
22
+ cucumber-cucumber-expressions (~> 15.1, >= 15.1.1)
23
+ cucumber-gherkin (~> 23.0, >= 23.0.1)
24
+ cucumber-html-formatter (~> 19.1, >= 19.1.0)
25
+ cucumber-messages (~> 18.0, >= 18.0.0)
26
+ diff-lcs (~> 1.5, >= 1.5.0)
27
+ mime-types (~> 3.4, >= 3.4.1)
28
+ multi_test (~> 1.1, >= 1.1.0)
29
29
  sys-uname (~> 1.2, >= 1.2.2)
30
- cucumber-core (10.1.1)
31
- cucumber-gherkin (~> 22.0, >= 22.0.0)
32
- cucumber-messages (~> 17.1, >= 17.1.1)
30
+ cucumber-ci-environment (9.1.0)
31
+ cucumber-core (11.0.0)
32
+ cucumber-gherkin (~> 23.0, >= 23.0.1)
33
+ cucumber-messages (~> 18.0, >= 18.0.0)
33
34
  cucumber-tag-expressions (~> 4.1, >= 4.1.0)
34
- cucumber-create-meta (6.0.4)
35
- cucumber-messages (~> 17.1, >= 17.1.1)
36
- sys-uname (~> 1.2, >= 1.2.2)
37
- cucumber-cucumber-expressions (14.0.0)
38
- cucumber-gherkin (22.0.0)
39
- cucumber-messages (~> 17.1, >= 17.1.1)
40
- cucumber-html-formatter (17.0.0)
41
- cucumber-messages (~> 17.1, >= 17.1.0)
42
- cucumber-messages (17.1.1)
35
+ cucumber-cucumber-expressions (15.2.0)
36
+ cucumber-gherkin (23.0.1)
37
+ cucumber-messages (~> 18.0, >= 18.0.0)
38
+ cucumber-html-formatter (19.2.0)
39
+ cucumber-messages (~> 18.0, >= 18.0.0)
40
+ cucumber-messages (18.0.0)
43
41
  cucumber-tag-expressions (4.1.0)
44
- cucumber-wire (6.2.1)
45
- cucumber-core (~> 10.1, >= 10.1.0)
46
- cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
47
42
  diff-lcs (1.5.0)
48
43
  etcdv3 (0.11.5)
49
44
  grpc (~> 1.17)
50
45
  ffi (1.15.5)
51
- google-protobuf (3.19.4-x86_64-linux)
52
- googleapis-common-protos-types (1.3.0)
46
+ google-protobuf (3.21.12-x86_64-linux)
47
+ googleapis-common-protos-types (1.5.0)
53
48
  google-protobuf (~> 3.14)
54
- grpc (1.43.1-x86_64-linux)
55
- google-protobuf (~> 3.18)
49
+ grpc (1.50.0-x86_64-linux)
50
+ google-protobuf (~> 3.21)
56
51
  googleapis-common-protos-types (~> 1.0)
57
- i18n (1.9.1)
52
+ i18n (1.12.0)
58
53
  concurrent-ruby (~> 1.0)
59
- listen (3.7.1)
54
+ listen (3.8.0)
60
55
  rb-fsevent (~> 0.10, >= 0.10.3)
61
56
  rb-inotify (~> 0.9, >= 0.9.10)
62
57
  method_source (1.0.0)
63
58
  mime-types (3.4.1)
64
59
  mime-types-data (~> 3.2015)
65
60
  mime-types-data (3.2022.0105)
66
- minitest (5.15.0)
61
+ minitest (5.17.0)
67
62
  multi_json (1.15.0)
68
- multi_test (0.1.2)
69
- mustermann (1.1.1)
63
+ multi_test (1.1.0)
64
+ mustermann (3.0.0)
70
65
  ruby2_keywords (~> 0.0.1)
71
- nats-pure (2.0.0)
72
- ostruct (0.5.3)
73
- pg (1.3.1)
74
- pry (0.14.1)
66
+ nats-pure (2.2.1)
67
+ ostruct (0.5.5)
68
+ pg (1.4.5)
69
+ pry (0.14.2)
75
70
  coderay (~> 1.1)
76
71
  method_source (~> 1.0)
77
- rack (2.2.3)
78
- rack-protection (2.1.0)
72
+ rack (2.2.5)
73
+ rack-protection (3.0.5)
79
74
  rack
80
75
  rake (13.0.6)
81
- rb-fsevent (0.11.1)
76
+ rb-fsevent (0.11.2)
82
77
  rb-inotify (0.10.1)
83
78
  ffi (~> 1.0)
84
- redis (4.6.0)
85
- rspec (3.11.0)
86
- rspec-core (~> 3.11.0)
87
- rspec-expectations (~> 3.11.0)
88
- rspec-mocks (~> 3.11.0)
89
- rspec-core (3.11.0)
90
- rspec-support (~> 3.11.0)
91
- rspec-expectations (3.11.0)
79
+ redis (5.0.5)
80
+ redis-client (>= 0.9.0)
81
+ redis-client (0.12.0)
82
+ connection_pool
83
+ rspec (3.12.0)
84
+ rspec-core (~> 3.12.0)
85
+ rspec-expectations (~> 3.12.0)
86
+ rspec-mocks (~> 3.12.0)
87
+ rspec-core (3.12.0)
88
+ rspec-support (~> 3.12.0)
89
+ rspec-expectations (3.12.2)
92
90
  diff-lcs (>= 1.2.0, < 2.0)
93
- rspec-support (~> 3.11.0)
94
- rspec-mocks (3.11.0)
91
+ rspec-support (~> 3.12.0)
92
+ rspec-mocks (3.12.2)
95
93
  diff-lcs (>= 1.2.0, < 2.0)
96
- rspec-support (~> 3.11.0)
97
- rspec-support (3.11.0)
94
+ rspec-support (~> 3.12.0)
95
+ rspec-support (3.12.0)
98
96
  ruby2_keywords (0.0.5)
99
- rubypitaya (3.11.0)
100
- activerecord (= 7.0.2)
97
+ rubypitaya (3.12.1)
98
+ activerecord (= 7.0.4)
101
99
  etcdv3 (= 0.11.5)
102
- google-protobuf (= 3.19.4)
103
- nats-pure (= 2.0.0)
104
- ostruct (= 0.5.3)
105
- pg (= 1.3.1)
100
+ google-protobuf (= 3.21.12)
101
+ nats-pure (= 2.2.1)
102
+ ostruct (= 0.5.5)
103
+ pg (= 1.4.5)
106
104
  rake (= 13.0.6)
107
- redis (= 4.6.0)
108
- sinatra (= 2.1.0)
105
+ redis (= 5.0.5)
106
+ sinatra (= 3.0.5)
109
107
  webrick (= 1.7.0)
110
- sinatra (2.1.0)
111
- mustermann (~> 1.0)
112
- rack (~> 2.2)
113
- rack-protection (= 2.1.0)
108
+ sinatra (3.0.5)
109
+ mustermann (~> 3.0)
110
+ rack (~> 2.2, >= 2.2.4)
111
+ rack-protection (= 3.0.5)
114
112
  tilt (~> 2.0)
115
- sinatra-contrib (2.1.0)
113
+ sinatra-contrib (3.0.5)
116
114
  multi_json
117
- mustermann (~> 1.0)
118
- rack-protection (= 2.1.0)
119
- sinatra (= 2.1.0)
115
+ mustermann (~> 3.0)
116
+ rack-protection (= 3.0.5)
117
+ sinatra (= 3.0.5)
120
118
  tilt (~> 2.0)
121
119
  sys-uname (1.2.2)
122
120
  ffi (~> 1.1)
123
- tilt (2.0.10)
124
- tzinfo (2.0.4)
121
+ tilt (2.0.11)
122
+ tzinfo (2.0.5)
125
123
  concurrent-ruby (~> 1.0)
126
124
  webrick (1.7.0)
127
125
 
@@ -129,13 +127,13 @@ PLATFORMS
129
127
  x86_64-linux
130
128
 
131
129
  DEPENDENCIES
132
- bundler (= 2.2.32)
133
- cucumber (= 7.1.0)
134
- listen (= 3.7.1)
135
- pry (= 0.14.1)
136
- rspec (= 3.11.0)
137
- rubypitaya (= 3.12.0)
138
- sinatra-contrib (= 2.1.0)
130
+ bundler (= 2.3.26)
131
+ cucumber (= 8.0.0)
132
+ listen (= 3.8.0)
133
+ pry (= 0.14.2)
134
+ rspec (= 3.12.0)
135
+ rubypitaya (= 3.12.1)
136
+ sinatra-contrib (= 3.0.5)
139
137
 
140
138
  BUNDLED WITH
141
- 2.2.32
139
+ 2.3.26
@@ -1,3 +1,3 @@
1
1
  module RubyPitaya
2
- VERSION = '3.12.0'
2
+ VERSION = '3.12.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: 3.12.0
4
+ version: 3.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luciano Prestes Cavalcanti