olddoc 1.1.1 → 1.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
  SHA1:
3
- metadata.gz: 345db7317cb685cf7c45df8fc59afbf70eb368d2
4
- data.tar.gz: ab65f83bfd93a5ee1fe72c0c599498d50c81a2f0
3
+ metadata.gz: b8551e431c3cbe06795a28f1de77808ffc8c7c5c
4
+ data.tar.gz: cc44d91bcd291916a02cd04c7848edcb79a809d8
5
5
  SHA512:
6
- metadata.gz: c40cd811d42871b61f2f9e0841f2f4d6d9f31ca63765e7bff954ce03a8857ba3c319c5d89dbd3415caa3b84ca77926b4d7397aa965f9d0ede8a2a7873203d325
7
- data.tar.gz: 15c0780638553d4376a65aa188d289e5bcf7a35d7fc3cb6e5f8526c97a7e57ac58efa2ca695d91b7d27dc2b84115ab5656b203140761acc5c6da855fe5692b25
6
+ metadata.gz: 1eb9918ae7a87c0f37dabd1bed0adf03f52fcefd982b2cdde545c026a8545b261858da54115c67e69812366af62ffbd8a6b10621a29451429279734e0446a701
7
+ data.tar.gz: d5b857304a5273741d3bdc0adcac6cd9db694ded474fca139d52c29fbd90acc84cb98d942342c6feed9457bcc4c6b64289275eda2d948388e9be872ed6fcd998
data/lib/olddoc.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  # Copyright (C) 2015, all contributors <olddoc-public@80x24.org>
2
2
  # License: GPLv3 or later (https://www.gnu.org/licenses/gpl-3.0.txt)
3
3
  module Olddoc
4
- VERSION = '1.1.1'
4
+ VERSION = '1.1.2'
5
5
 
6
6
  autoload :Gemspec, 'olddoc/gemspec'
7
7
  autoload :History, 'olddoc/history'
@@ -33,7 +33,11 @@ module Olddoc::NewsAtom
33
33
  uri = tag_uri(tag[:tag]).to_s
34
34
  x.link(rel: "alternate", type: 'text/html', href: uri)
35
35
  x.id(uri)
36
- x.content(type: :xhtml) { x.pre(tag[:body]) }
36
+ x.content(type: :xhtml) do
37
+ x.div(xmlns: 'http://www.w3.org/1999/xhtml') do
38
+ x.pre(tag[:body])
39
+ end
40
+ end
37
41
  end # entry
38
42
  end # new_tags
39
43
  end # feed
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: olddoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - olddoc hackers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-11-01 00:00:00.000000000 Z
11
+ date: 2015-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rdoc