We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07dea47 commit 51da8b5Copy full SHA for 51da8b5
2 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- mathml2asciimath (0.0.7)
+ mathml2asciimath (0.0.8)
5
htmlentities (~> 4.3.4)
6
nokogiri (>= 1.10.4)
7
@@ -38,7 +38,7 @@ GEM
38
method_source (0.9.2)
39
mini_portile2 (2.4.0)
40
nenv (0.3.0)
41
- nokogiri (1.10.5)
+ nokogiri (1.10.7)
42
mini_portile2 (~> 2.4.0)
43
notiffany (0.1.3)
44
nenv (~> 0.1)
lib/mathml2asciimath/version.rb
@@ -1,4 +1,4 @@
module MathML2AsciiMath
- VERSION = "0.0.7".freeze
+ VERSION = "0.0.8".freeze
end
0 commit comments