File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33source "https://rubygems.org"
44
55gem "jekyll" , "~> 4.2"
6+ gem "jekyll-redirect-from" , "~> 0.16"
67gem "mdl" , "~> 0.11.0"
78gem "rake" , "~> 13.0"
89gem "rdoc" , "~> 6.4"
Original file line number Diff line number Diff line change 9191 safe_yaml (~> 1.0 )
9292 terminal-table (>= 1.8 , < 4.0 )
9393 webrick (~> 1.7 )
94+ jekyll-redirect-from (0.16.0 )
95+ jekyll (>= 3.3 , < 5.0 )
9496 jekyll-sass-converter (3.1.0 )
9597 sass-embedded (~> 1.75 )
9698 jekyll-watch (2.2.1 )
@@ -206,6 +208,7 @@ DEPENDENCIES
206208 base64 (~> 0.3 )
207209 csv (~> 3.3 )
208210 jekyll (~> 4.2 )
211+ jekyll-redirect-from (~> 0.16 )
209212 logger (~> 1.7 )
210213 mdl (~> 0.11.0 )
211214 rake (~> 13.0 )
@@ -256,6 +259,7 @@ CHECKSUMS
256259 i18n (1.14.8) sha256=285778639134865c5e0f6269e0b818256017e8cde89993fdfcbfb64d088824a5
257260 jar-dependencies (0.5.5) sha256=2972b9fcba4b014e6446a84b5c09674a3e8648b95b71768e729f0e8e40568059
258261 jekyll (4.4.1) sha256=4c1144d857a5b2b80d45b8cf5138289579a9f8136aadfa6dd684b31fe2bc18c1
262+ jekyll-redirect-from (0.16.0) sha256=6635cae569ef9b0f90ffb71ec014ba977177fafb44d32a2b0526288d4d9be6db
259263 jekyll-sass-converter (3.1.0) sha256=83925d84f1d134410c11d0c6643b0093e82e3a3cf127e90757a85294a3862443
260264 jekyll-watch (2.2.1) sha256=bc44ed43f5e0a552836245a54dbff3ea7421ecc2856707e8a1ee203a8387a7e1
261265 json (2.19.2) sha256=e7e1bd318b2c37c4ceee2444841c86539bc462e81f40d134cf97826cb14e83cf
Original file line number Diff line number Diff line change 44- CNAME
55- vendor
66permalink : " pretty"
7+ plugins :
8+ - jekyll-redirect-from
79safe : true
10+ whitelist :
11+ - jekyll-redirect-from
812markdown : kramdown
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: How to manage dependencies with Bundler
44url : /dependency_management
55previous : /groups
66next : /rubygems_tls_ssl_troubleshooting_guide
7- alias :
7+ redirect_from :
88 - /bundler_sharing
99 - /rationale
1010---
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: Frequently Asked Questions
44url : /faqs
55previous : /contributing
66next : /plugins
7- alias : /faq
7+ redirect_from : /faq
88---
99
1010<em class =" t-gray " >More of the "why" and "wtf" than "how".</em >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: Gems with Extensions
44url : /gems-with-extensions
55previous : /make-your-own-gem
66next : /name-your-gem
7- alias : /c-extensions
7+ redirect_from : /c-extensions
88---
99
1010<em class =" t-gray " >Creating a gem that includes an extension that is built at install time.</em >
Original file line number Diff line number Diff line change 22layout : default
33title : Make your own gem
44url : /make-your-own-gem/
5- alias : /creating_gem
5+ redirect_from : /creating_gem
66previous : /what-is-a-gem/
77next : /gems-with-extensions/
88---
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: Trusted Publishing
44url : /trusted-publishing
55previous : /cve
66next : /organizations
7- alias :
7+ redirect_from :
88 - /trusted-publishing/adding-a-publisher
99 - /trusted-publishing/pushing-a-new-gem
1010 - /trusted-publishing/releasing-gems
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: Using multi-factor authentication in command line
44url : /using-mfa-in-command-line
55previous : /setting-up-otp-mfa
66next : /mfa-requirement-opt-in
7- alias :
7+ redirect_from :
88 - /using-webauthn-mfa-in-command-line
99 - /using-otp-mfa-in-command-line
1010---
You can’t perform that action at this time.
0 commit comments