latexmath 0.1.1 → 0.1.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: 1b0d3e40c0a302dcec54e7690c09cf45a4a96a1032b6ddae604e01ff7cc24fc8
4
- data.tar.gz: ab2f29a511adf26da60f5141c25e61cd5f2acdbdc2978740c1a07777c3665a83
3
+ metadata.gz: 963fd3a64bdddcd86d8de55e494d6d5d70bb5ed7bd9ffc1569633ac66154b46a
4
+ data.tar.gz: 970e577a94ed4d819dbdeaa3577562b5f1b10dbfd914d34491fd14d6fa5a5c3f
5
5
  SHA512:
6
- metadata.gz: 2b9d4f62bd5d9e50da58f62b659141ab76d8f71296eb6ef2b73cb4c1f3b471d06043de27343b8c3d41267e9258bd6a8124d4b33a27a5fdb69aec2c617c696661
7
- data.tar.gz: 7114340479c2e338147a3324b748f7d66460e9fe119e2ab16e0e34d0f17ebca83da5de653cf36858dbed208589407c5a30278908b1b57bc76a138aae09ed8deb
6
+ metadata.gz: f1d80856d8fbd79c7b2d0da2ae66344175ec47ee2b5b803dfd794c0e7fc7557c9596ebd426426ca5b7d4725e85b1616c9b71bff8e1b98ab0a4182fa265ac9bf0
7
+ data.tar.gz: 83f0855a3c719039ab1efb642f428416307a532c2bd4c237c779930af5a6bc82823cb86d7b3ec69e2f8366bf47f79ff57ffa57eeecc504cb2c1ae1a6bfe72d5a
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- latexmath (0.1.1)
4
+ latexmath (0.1.2)
5
5
  htmlentities (~> 4.3)
6
6
  ox (~> 2.13)
7
7
 
@@ -47,7 +47,7 @@ GEM
47
47
  diff-lcs (>= 1.2.0, < 2.0)
48
48
  rspec-support (~> 3.9.0)
49
49
  rspec-support (3.9.3)
50
- rubocop (0.89.1)
50
+ rubocop (0.90.0)
51
51
  parallel (~> 1.10)
52
52
  parser (>= 2.7.1.1)
53
53
  rainbow (>= 2.2.2, < 4.0)
@@ -21,7 +21,7 @@ module Latexmath
21
21
 
22
22
  def read_symbols
23
23
  @symbols = {}
24
- File.readlines('lib/unimathsymbols.txt').each do |line|
24
+ File.readlines(File.join(File.dirname(__FILE__), "..", 'unimathsymbols.txt')).each do |line|
25
25
  next if line.start_with?('#')
26
26
 
27
27
  columns = line.chop.split('^')
@@ -1,3 +1,3 @@
1
1
  module Latexmath
2
- VERSION = '0.1.1'.freeze
2
+ VERSION = '0.1.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: latexmath
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2020-09-11 00:00:00.000000000 Z
@@ -126,7 +126,7 @@ metadata:
126
126
  homepage_uri: https://github.com/plurimath/latexmath
127
127
  source_code_uri: https://github.com/plurimath/latexmath
128
128
  changelog_uri: https://github.com/plurimath/latexmath/blob/master/CHANGELOG.md.
129
- post_install_message:
129
+ post_install_message:
130
130
  rdoc_options: []
131
131
  require_paths:
132
132
  - lib
@@ -142,7 +142,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
142
142
  version: '0'
143
143
  requirements: []
144
144
  rubygems_version: 3.0.3
145
- signing_key:
145
+ signing_key:
146
146
  specification_version: 4
147
147
  summary: Converts LaTeX math into MathML.
148
148
  test_files: []