Skip to content

Commit 69fff45

Browse files
committed
cleanup and consolidate tables
1 parent 647525a commit 69fff45

File tree

3 files changed

+7
-151
lines changed

3 files changed

+7
-151
lines changed

source/compatibility.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Rails/ActiveSupport Compatibility
5858

5959
The {+driver-short+} does not depend on ActiveSupport. However, if your
6060
application uses ActiveSupport or Ruby on Rails, you must load the driver's
61-
ActiveSupport compatibility code to behavior such as time serialization to be
61+
ActiveSupport compatibility code for behavior such as time serialization to be
6262
correct:
6363

6464
.. code-block:: ruby
@@ -74,7 +74,7 @@ the driver's ActiveSupport code, since Mongoid automatically does so.
7474
TLS/SSL Compatibility
7575
----------------------
7676

77-
The driver uses the protocols supported by the underlying Ruby
77+
The {+driver-short+} uses the protocols supported by the underlying Ruby
7878
``openssl`` extension. The ``openssl`` extension generally exposes
7979
the functionality available in the operating system's OpenSSL library.
8080

source/includes/language-compatibility-table-ruby.rst

Lines changed: 2 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -147,43 +147,7 @@
147147
- |checkmark|
148148
-
149149

150-
* - 2.13
151-
-
152-
-
153-
-
154-
- |checkmark|
155-
- |checkmark|
156-
- |checkmark|
157-
- |checkmark|
158-
- |checkmark|
159-
-
160-
-
161-
-
162-
-
163-
-
164-
-
165-
- |checkmark|
166-
-
167-
168-
* - 2.12
169-
-
170-
-
171-
-
172-
- |checkmark|
173-
- |checkmark|
174-
- |checkmark|
175-
- |checkmark|
176-
- |checkmark|
177-
-
178-
-
179-
-
180-
-
181-
-
182-
-
183-
- |checkmark|
184-
-
185-
186-
* - 2.11
150+
* - 2.11 to 2.13
187151
-
188152
-
189153
-
@@ -237,43 +201,7 @@
237201
- |checkmark|
238202
- |checkmark|
239203

240-
* - 2.8
241-
-
242-
-
243-
-
244-
-
245-
- |checkmark|
246-
- |checkmark|
247-
- |checkmark|
248-
- |checkmark|
249-
- |checkmark|
250-
- |checkmark|
251-
- |checkmark|
252-
- |checkmark|
253-
-
254-
-
255-
- |checkmark|
256-
- |checkmark|
257-
258-
* - 2.7
259-
-
260-
-
261-
-
262-
-
263-
- |checkmark|
264-
- |checkmark|
265-
- |checkmark|
266-
- |checkmark|
267-
- |checkmark|
268-
- |checkmark|
269-
- |checkmark|
270-
- |checkmark|
271-
-
272-
-
273-
- |checkmark|
274-
- |checkmark|
275-
276-
* - 2.6
204+
* - 2.6 to 2.8
277205
-
278206
-
279207
-

source/includes/mongodb-compatibility-table-ruby.rst

Lines changed: 3 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -31,21 +31,7 @@
3131
-
3232
-
3333

34-
* - 2.20
35-
-
36-
- |checkmark|
37-
- |checkmark|
38-
- |checkmark|
39-
- |checkmark|
40-
- |checkmark|
41-
- |checkmark|
42-
- |checkmark|
43-
-
44-
-
45-
-
46-
-
47-
48-
* - 2.19
34+
* - 2.19 to 2.20
4935
-
5036
- |checkmark|
5137
- |checkmark|
@@ -101,21 +87,7 @@
10187
- D
10288
- D
10389

104-
* - 2.15
105-
-
106-
-
107-
-
108-
-
109-
- |checkmark|
110-
- |checkmark|
111-
- |checkmark|
112-
- |checkmark|
113-
- |checkmark|
114-
- |checkmark|
115-
- |checkmark|
116-
- |checkmark|
117-
118-
* - 2.14
90+
* - 2.14 to 2.15
11991
-
12092
-
12193
-
@@ -185,49 +157,7 @@
185157
- |checkmark|
186158
- |checkmark|
187159

188-
* - 2.9
189-
-
190-
-
191-
-
192-
-
193-
-
194-
-
195-
- |checkmark|
196-
- |checkmark|
197-
- |checkmark|
198-
- |checkmark|
199-
- |checkmark|
200-
- |checkmark|
201-
202-
* - 2.8
203-
-
204-
-
205-
-
206-
-
207-
-
208-
-
209-
- |checkmark|
210-
- |checkmark|
211-
- |checkmark|
212-
- |checkmark|
213-
- |checkmark|
214-
- |checkmark|
215-
216-
* - 2.7
217-
-
218-
-
219-
-
220-
-
221-
-
222-
-
223-
- |checkmark|
224-
- |checkmark|
225-
- |checkmark|
226-
- |checkmark|
227-
- |checkmark|
228-
- |checkmark|
229-
230-
* - 2.6
160+
* - 2.6 to 2.9
231161
-
232162
-
233163
-
@@ -256,10 +186,8 @@
256186
- |checkmark|
257187

258188
.. [#ocsp] OCSP verification is implemented as of driver version 2.14.
259-
260189
.. [#srv-polling] Polling of SRV records in sharded topologies is
261190
implemented as of driver version 2.11.
262-
263191
.. [#client-side-encryption] Client-side encryption is implemented as of
264192
driver version 2.12.
265193

0 commit comments

Comments
 (0)