File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
clients/algoliasearch-client-ruby/lib/algolia Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ def initialize(arg = nil)
14
14
if arg . key? ( :message ) || arg . key? ( 'message' )
15
15
super ( arg [ :message ] || arg [ 'message' ] )
16
16
else
17
- super ( arg )
17
+ super
18
18
end
19
19
20
20
arg . each do |k , v |
21
21
instance_variable_set "@#{ k } " , v
22
22
end
23
23
else
24
- super ( arg )
24
+ super
25
25
@message = arg
26
26
end
27
27
end
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../../clients/algoliasearch-client-ruby
3
3
specs:
4
- algolia (3.0.0.beta.1 )
4
+ algolia (3.0.0.beta.2 )
5
5
faraday (>= 1.0.1 , < 3.0 )
6
6
faraday-net_http_persistent (>= 0.15 , < 3 )
7
7
net-http-persistent
26
26
27
27
PLATFORMS
28
28
aarch64-linux
29
- x86_64-linux
30
29
31
30
DEPENDENCIES
32
31
algolia !
33
32
dotenv
34
33
35
34
BUNDLED WITH
36
- 2.4.22
35
+ 2.4.10
Original file line number Diff line number Diff line change 26
26
net-http-persistent (4.0.2 )
27
27
connection_pool (~> 2.2 )
28
28
parallel (1.24.0 )
29
- parser (3.3.1 .0 )
29
+ parser (3.3.2 .0 )
30
30
ast (~> 2.4.1 )
31
31
racc
32
32
power_assert (2.0.3 )
33
- racc (1.7.3 )
33
+ racc (1.8.0 )
34
34
rainbow (3.1.1 )
35
35
rake (13.2.1 )
36
- regexp_parser (2.9.1 )
36
+ regexp_parser (2.9.2 )
37
37
rexml (3.2.8 )
38
- rubocop (1.63.5 )
38
+ strscan (>= 3.0.9 )
39
+ rubocop (1.64.1 )
39
40
json (~> 2.3 )
40
41
language_server-protocol (>= 3.17.0 )
41
42
parallel (~> 1.10 )
49
50
rubocop-ast (1.31.3 )
50
51
parser (>= 3.3.1.0 )
51
52
ruby-progressbar (1.13.0 )
53
+ strscan (3.1.0 )
52
54
test-unit (3.6.2 )
53
55
power_assert
54
56
unicode-display_width (2.5.0 )
55
57
uri (0.13.0 )
56
58
57
59
PLATFORMS
58
60
aarch64-linux
59
- x86_64-linux
60
61
61
62
DEPENDENCIES
62
63
algolia !
@@ -66,4 +67,4 @@ DEPENDENCIES
66
67
test-unit
67
68
68
69
BUNDLED WITH
69
- 2.4.22
70
+ 2.4.10
You can’t perform that action at this time.
0 commit comments