From 797503e1d1d60aa852a47b3c8b583de7bcd66ec1 Mon Sep 17 00:00:00 2001 From: Alex Bevilacqua Date: Wed, 7 Feb 2024 17:40:26 -0500 Subject: [PATCH] RUBY-3393: Rename BSON tutorial page (#321) * rename bson-v4.txt to bson.txt * remove bson-4 reference from docs links --- docs/tutorials/{bson-v4.txt => bson.txt} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename docs/tutorials/{bson-v4.txt => bson.txt} (99%) diff --git a/docs/tutorials/bson-v4.txt b/docs/tutorials/bson.txt similarity index 99% rename from docs/tutorials/bson-v4.txt rename to docs/tutorials/bson.txt index ed822be5d..15d7d1d63 100644 --- a/docs/tutorials/bson-v4.txt +++ b/docs/tutorials/bson.txt @@ -1,10 +1,10 @@ -.. https://www.mongodb.com/docs/ecosystem/tutorial/ruby-bson-tutorial-4-0/ +.. https://www.mongodb.com/docs/ecosystem/tutorial/ruby-bson-tutorial/ -.. _ruby-bson-tutorial-4-0: +.. _ruby-bson-tutorial: -***************** -BSON 4.x Tutorial -***************** +************* +BSON Tutorial +************* .. default-domain:: mongodb @@ -26,13 +26,13 @@ To install the gem manually: .. code-block:: sh - gem install bson -v '~> 4.0' + gem install bson To install the gem with bundler, include the following in your ``Gemfile``: .. code-block:: ruby - gem 'bson', '~> 4.0' + gem 'bson' The BSON library is compatible with MRI >= 2.5 and JRuby >= 9.2.