alchemrest 3.2.1 → 3.2.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.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +39 -55
  3. data/gemfiles/faraday_2.gemfile.lock +1 -1
  4. data/gemfiles/rails_7_2.gemfile.lock +1 -1
  5. data/gemfiles/rails_8_0.gemfile.lock +1 -1
  6. data/lib/alchemrest/data.rb +2 -2
  7. data/lib/alchemrest/version.rb +1 -1
  8. data/rbi/alchemrest.rbi +39 -2
  9. data/sorbet/rbi/gems/{actionpack@8.0.4.rbi → actionpack@8.0.4.1.rbi} +204 -204
  10. data/sorbet/rbi/gems/{actionview@8.0.4.rbi → actionview@8.0.4.1.rbi} +251 -251
  11. data/sorbet/rbi/gems/{activemodel@8.0.4.rbi → activemodel@8.0.4.1.rbi} +3 -3
  12. data/sorbet/rbi/gems/{activesupport@8.0.4.rbi → activesupport@8.0.4.1.rbi} +84 -84
  13. data/sorbet/rbi/gems/{addressable@2.8.7.rbi → addressable@2.9.0.rbi} +94 -97
  14. data/sorbet/rbi/gems/{bigdecimal@3.3.1.rbi → bigdecimal@4.0.1.rbi} +16 -5
  15. data/sorbet/rbi/gems/{concurrent-ruby@1.3.5.rbi → concurrent-ruby@1.3.7.rbi} +146 -130
  16. data/sorbet/rbi/gems/{faraday-net_http@1.0.2.rbi → faraday-net_http@3.4.4.rbi} +49 -46
  17. data/sorbet/rbi/gems/{faraday@1.10.5.rbi → faraday@2.14.3.rbi} +708 -519
  18. data/sorbet/rbi/gems/{i18n@1.14.7.rbi → i18n@1.14.8.rbi} +103 -103
  19. data/sorbet/rbi/gems/{minitest@5.26.0.rbi → minitest@5.27.0.rbi} +208 -205
  20. data/sorbet/rbi/gems/net-http@0.9.1.rbi +977 -0
  21. data/sorbet/rbi/gems/{nokogiri@1.19.1.rbi → nokogiri@1.19.4.rbi} +213 -199
  22. data/sorbet/rbi/gems/{rack-session@2.1.1.rbi → rack-session@2.1.2.rbi} +95 -34
  23. data/sorbet/rbi/gems/{rack@3.1.14.rbi → rack@3.1.21.rbi} +213 -177
  24. data/sorbet/rbi/gems/{railties@8.0.4.rbi → railties@8.0.4.1.rbi} +59 -59
  25. data/sorbet/rbi/gems/{yard@0.9.37.rbi → yard@0.9.42.rbi} +952 -332
  26. metadata +22 -34
  27. data/sorbet/rbi/gems/faraday-em_http@1.0.0.rbi +0 -181
  28. data/sorbet/rbi/gems/faraday-em_synchrony@1.0.1.rbi +0 -120
  29. data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +0 -128
  30. data/sorbet/rbi/gems/faraday-httpclient@1.0.1.rbi +0 -123
  31. data/sorbet/rbi/gems/faraday-multipart@1.2.0.rbi +0 -190
  32. data/sorbet/rbi/gems/faraday-net_http_persistent@1.2.0.rbi +0 -116
  33. data/sorbet/rbi/gems/faraday-patron@1.0.0.rbi +0 -119
  34. data/sorbet/rbi/gems/faraday-rack@1.0.0.rbi +0 -113
  35. data/sorbet/rbi/gems/faraday-retry@1.0.3.rbi +0 -149
  36. data/sorbet/rbi/gems/multipart-post@2.4.1.rbi +0 -154
  37. /data/sorbet/rbi/gems/{connection_pool@2.5.4.rbi → connection_pool@3.0.2.rbi} +0 -0
  38. /data/sorbet/rbi/gems/{public_suffix@6.0.1.rbi → public_suffix@7.0.5.rbi} +0 -0
@@ -1,154 +0,0 @@
1
- # typed: true
2
-
3
- # DO NOT EDIT MANUALLY
4
- # This is an autogenerated file for types exported from the `multipart-post` gem.
5
- # Please instead update this file by running `bin/tapioca gem multipart-post`.
6
-
7
-
8
- # source://multipart-post//lib/multipart/post/composite_read_io.rb#90
9
- CompositeIO = Multipart::Post::CompositeReadIO
10
-
11
- # source://multipart-post//lib/multipart/post/version.rb#7
12
- module Multipart; end
13
-
14
- # source://multipart-post//lib/multipart/post/version.rb#8
15
- module Multipart::Post; end
16
-
17
- # source://multipart-post//lib/multipart/post/composite_read_io.rb#28
18
- class Multipart::Post::CompositeReadIO
19
- # source://multipart-post//lib/multipart/post/composite_read_io.rb#31
20
- def initialize(*ios); end
21
-
22
- # source://multipart-post//lib/multipart/post/composite_read_io.rb#37
23
- def close; end
24
-
25
- # source://multipart-post//lib/multipart/post/composite_read_io.rb#46
26
- def closed?; end
27
-
28
- # source://multipart-post//lib/multipart/post/composite_read_io.rb#51
29
- def read(length = T.unsafe(nil), outbuf = T.unsafe(nil)); end
30
-
31
- # source://multipart-post//lib/multipart/post/composite_read_io.rb#72
32
- def rewind; end
33
-
34
- private
35
-
36
- # source://multipart-post//lib/multipart/post/composite_read_io.rb#83
37
- def advance_io; end
38
-
39
- # source://multipart-post//lib/multipart/post/composite_read_io.rb#79
40
- def current_io; end
41
- end
42
-
43
- # source://multipart-post//lib/multipart/post/multipartable.rb#23
44
- module Multipart::Post::Multipartable
45
- # source://multipart-post//lib/multipart/post/multipartable.rb#38
46
- def initialize(path, params, headers = T.unsafe(nil), boundary = T.unsafe(nil)); end
47
-
48
- # source://multipart-post//lib/multipart/post/multipartable.rb#61
49
- def boundary; end
50
-
51
- private
52
-
53
- # source://multipart-post//lib/multipart/post/multipartable.rb#65
54
- def symbolize_keys(hash); end
55
-
56
- class << self
57
- # source://multipart-post//lib/multipart/post/multipartable.rb#24
58
- def secure_boundary; end
59
- end
60
- end
61
-
62
- # source://multipart-post//lib/multipart/post/parts.rb#26
63
- module Multipart::Post::Parts; end
64
-
65
- # source://multipart-post//lib/multipart/post/parts.rb#138
66
- class Multipart::Post::Parts::EpiloguePart
67
- include ::Multipart::Post::Parts::Part
68
-
69
- # source://multipart-post//lib/multipart/post/parts.rb#141
70
- def initialize(boundary); end
71
- end
72
-
73
- # source://multipart-post//lib/multipart/post/parts.rb#83
74
- class Multipart::Post::Parts::FilePart
75
- include ::Multipart::Post::Parts::Part
76
-
77
- # source://multipart-post//lib/multipart/post/parts.rb#92
78
- def initialize(boundary, name, io, headers = T.unsafe(nil)); end
79
-
80
- # source://multipart-post//lib/multipart/post/parts.rb#107
81
- def build_head(boundary, name, filename, type, content_len, opts = T.unsafe(nil)); end
82
-
83
- # source://multipart-post//lib/multipart/post/parts.rb#86
84
- def length; end
85
- end
86
-
87
- # source://multipart-post//lib/multipart/post/parts.rb#51
88
- class Multipart::Post::Parts::ParamPart
89
- include ::Multipart::Post::Parts::Part
90
-
91
- # source://multipart-post//lib/multipart/post/parts.rb#58
92
- def initialize(boundary, name, value, headers = T.unsafe(nil)); end
93
-
94
- # source://multipart-post//lib/multipart/post/parts.rb#71
95
- def build_part(boundary, name, value, headers = T.unsafe(nil)); end
96
-
97
- # source://multipart-post//lib/multipart/post/parts.rb#63
98
- def length; end
99
- end
100
-
101
- # source://multipart-post//lib/multipart/post/parts.rb#27
102
- module Multipart::Post::Parts::Part
103
- # source://multipart-post//lib/multipart/post/parts.rb#41
104
- def length; end
105
-
106
- # source://multipart-post//lib/multipart/post/parts.rb#45
107
- def to_io; end
108
-
109
- class << self
110
- # source://multipart-post//lib/multipart/post/parts.rb#37
111
- def file?(value); end
112
-
113
- # source://multipart-post//lib/multipart/post/parts.rb#28
114
- def new(boundary, name, value, headers = T.unsafe(nil)); end
115
- end
116
- end
117
-
118
- # source://multipart-post//lib/multipart/post/upload_io.rb#9
119
- class Multipart::Post::UploadIO
120
- # source://multipart-post//lib/multipart/post/upload_io.rb#26
121
- def initialize(filename_or_io, content_type, filename = T.unsafe(nil), opts = T.unsafe(nil)); end
122
-
123
- # source://multipart-post//lib/multipart/post/upload_io.rb#10
124
- def content_type; end
125
-
126
- # source://multipart-post//lib/multipart/post/upload_io.rb#10
127
- def io; end
128
-
129
- # source://multipart-post//lib/multipart/post/upload_io.rb#10
130
- def local_path; end
131
-
132
- # source://multipart-post//lib/multipart/post/upload_io.rb#52
133
- def method_missing(*args); end
134
-
135
- # source://multipart-post//lib/multipart/post/upload_io.rb#10
136
- def opts; end
137
-
138
- # source://multipart-post//lib/multipart/post/upload_io.rb#10
139
- def original_filename; end
140
-
141
- # source://multipart-post//lib/multipart/post/upload_io.rb#56
142
- def respond_to?(meth, include_all = T.unsafe(nil)); end
143
-
144
- class << self
145
- # source://multipart-post//lib/multipart/post/upload_io.rb#46
146
- def convert!(io, content_type, original_filename, local_path); end
147
- end
148
- end
149
-
150
- # source://multipart-post//lib/multipart/post/version.rb#9
151
- Multipart::Post::VERSION = T.let(T.unsafe(nil), String)
152
-
153
- # source://multipart-post//lib/multipart/post/upload_io.rb#63
154
- UploadIO = Multipart::Post::UploadIO