thredded-markdown_katex 0.3.0 → 0.3.1

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
- SHA256:
3
- metadata.gz: 21a7c92e13f578a469ac74e789a5d5dfa11ad69969049a418b5570f33e7618c3
4
- data.tar.gz: 794c513519dbf70f68a219c785a6bceadf460f8e69751b4a4331acfdfa792461
2
+ SHA1:
3
+ metadata.gz: 962c899151ab60407404938651efea5ed5cfd13c
4
+ data.tar.gz: 634e4c5b4f5f6c1682440a8178362c7997e96bad
5
5
  SHA512:
6
- metadata.gz: 89b6cf98ec81b8eeac25fcc92f5c45d35b19e6d7969db5cf7628c7220f248a85ebaf7703789a1e00be57c6e92abddaab650b53731a4f3a42708a132540b6e252
7
- data.tar.gz: 00e742742c0be5ee20a79733b645ab16e40d031bb5e2e6af6182c8ae9b63c4453929a138fc45ea6028f8fcce4d98f1186d20f24a75ab49726dc531742f8c5ee6
6
+ metadata.gz: 5789569d5d30e55685f97683727f51188f5c45446371b9b023a59992394a3dee82e5fda72e671ea1bab3b2527dd8c113a13c6175242bc94f36efa44d2f5e5f99
7
+ data.tar.gz: 79d277614fd2c5e3807f7a12c155534086afe0c7275afb85e3dd2d29daa3d22f9e352c98f54473bcf58c34b1db74bf90571a4a587206fa8c79d599624af79ad1
@@ -60,7 +60,7 @@ module Thredded
60
60
  Thredded::ContentFormatter.whitelist[:css][:properties] ||= []
61
61
  Thredded::ContentFormatter.whitelist[:css][:properties] += %w[
62
62
  background-color border-color color width min-width height min-height
63
- vertical-align margin-left margin-right font-size top
63
+ vertical-align padding-left margin-left margin-right font-size top
64
64
  ]
65
65
  end
66
66
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Thredded
4
4
  module MarkdownKatex
5
- VERSION = '0.3.0'
5
+ VERSION = '0.3.1'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thredded-markdown_katex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gleb Mazovetskiy
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-02 00:00:00.000000000 Z
11
+ date: 2018-06-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: katex
@@ -146,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
146
146
  version: '0'
147
147
  requirements: []
148
148
  rubyforge_project:
149
- rubygems_version: 2.7.6
149
+ rubygems_version: 2.6.12
150
150
  signing_key:
151
151
  specification_version: 4
152
152
  summary: Adds TeX math support to Thredded markup via KaTeX.