mathjax-rails-3 3.2.2.1 → 3.2.2.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ed3e86e8309860b45c1b0298b8d2e5c9c7d8a95b275c4eab74cebfb067b7395b
4
- data.tar.gz: 030a6bb1d97495a30da918285d4e47299417f683d650c356d1812908bdfd2965
3
+ metadata.gz: 63652bc829452f9676dd10f821bdcdda56134fc5bb91c7854742c2597b3bc38a
4
+ data.tar.gz: bd088ad6c281b11088ed9fa62edf9227ce2e3df73fa3b0882d453cb5a733dacc
5
5
  SHA512:
6
- metadata.gz: d3dfff878c6f7d4933dc1fafc54fb1eaae87e7fcb17ea594a88336592808b2a0e61e0a2b8ad0855b99a8be9c29810d24b5475ad2ec9ae30322757ddbd3f52b12
7
- data.tar.gz: 5f972011b532495a9d8da8c3722eba3458a63c33c907531bb0be3ae4ef170e17b905a82a9325349ca8f6351066fc63b0834bceb27f0aed8564f0411b96ab20e0
6
+ metadata.gz: 12f3b178e4cb1beddabcbb85558cd4f2b5081967af25dc1c2d3f0fdcc1406f8af9e3df2c980d37dd12fdc7c8d13c3cd7f672e6a8ef16128e6f18a70844a9ce8a
7
+ data.tar.gz: 38fb9067a3f02bc04cc3dda4cef099cae09958a024b54c8db36f5f71bc4012441ba17024e5953cb3197ee01027bb03daab28d0eb4a8d5d5a54b172ff7135fbc9
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 13 Sep 2022
2
+ - Fix 404 handling
3
+
1
4
  ## 30 Jun 2022
2
5
  - Updated MathJax version to 3.2.2
3
6
 
@@ -14,7 +14,7 @@ class Mathjax::Rails::MathjaxRailsController < ActionController::Base
14
14
  if File.exists?(file)
15
15
  send_file file, options
16
16
  else
17
- render :status => 404
17
+ raise ActionController::RoutingError.new('')
18
18
  end
19
19
  end
20
20
 
@@ -1,6 +1,6 @@
1
1
  module Mathjax
2
2
  module Rails
3
- VERSION = '3.2.2.1'
3
+ VERSION = '3.2.2.2'
4
4
  MATHJAXVERSION = '3.2.2'
5
5
  DIRNAME = 'mathjax'
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mathjax-rails-3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.2.1
4
+ version: 3.2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrien Wu
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2022-08-14 00:00:00.000000000 Z
13
+ date: 2022-09-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: railties