onebox 1.9.14 → 1.9.15

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: c6a93ecfd8ee6009929592cf6fa74f3ee1184586f7501820878aa2880804775a
4
- data.tar.gz: 04b1c9076e2e1a3f28b9cb9676766b89afddd96e5ab5664d98eda80912f5debf
3
+ metadata.gz: b2d622a19807117f6d8c14ecd71e6ec4c74800c210ce976005455c8764c8c8f2
4
+ data.tar.gz: b9bf2c897a097312bf7ae9fc951abf8ad0c64742aad4ed59953b9e36fcb4b9f9
5
5
  SHA512:
6
- metadata.gz: b8b1411c38ee3426940664a7b31fd0110ea5fef92a5c6fcd180c138d8919feddae5daea59280186015f7150d303e36690ee47094a84c1dd15fd3445c886023f1
7
- data.tar.gz: b61dd1d2076e6a635f69e2bf3ffbb091f6de71bb16347a56c361b192a2a485f4d085d3270e567c58e72bbf9e13185c7f9765b8693c0b899397c58e63f944cd92
6
+ metadata.gz: 9cef39c90059bd9dc86e940d2a315ad5dbc0624c9deceb1df5129571aef0029985396526a4a758cb6891ac0618c930d5267e3f46524ccf1424037ae0fdf448a7
7
+ data.tar.gz: 2afd1bb5f8568cd35eea12c9a82f168ff937d35aa3f38aff2cecd1b4acd9f1a5b1914da6db4a9835ec32fcaf8b5bd3012ee0b6201a4692b6dcd23ddd6729ed12
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- onebox (1.9.14)
4
+ onebox (1.9.15)
5
5
  htmlentities (~> 4.3)
6
6
  moneta (~> 1.0)
7
7
  multi_json (~> 1.11)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Onebox
4
- VERSION = "1.9.14"
4
+ VERSION = "1.9.15"
5
5
  end
@@ -20,7 +20,7 @@
20
20
  </div>
21
21
  </div>
22
22
 
23
- <pre class='content' style="white-space: pre-wrap;">{{content}}</pre>
23
+ <p class='content' style="white-space: pre-wrap;">{{content}}</p>
24
24
 
25
25
  <div class='labels'>
26
26
  {{#labels}}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onebox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.14
4
+ version: 1.9.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joanna Zeta
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2019-10-07 00:00:00.000000000 Z
13
+ date: 2019-10-08 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: multi_json