github-markup 1.2.0 → 1.2.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 +4 -4
- data/HISTORY.md +6 -0
- data/github-markup.gemspec +1 -1
- data/lib/github-markup.rb +1 -1
- data/lib/github/commands/rest2html +1 -1
- data/test/markups/README.rst +1 -1
- data/test/markups/README.rst.html +1 -20
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e844da72208ec935e4020028fc0aa073e0059816
|
|
4
|
+
data.tar.gz: 6e91e20d6ba14cf0edb8b5ac71b5afcf9475a100
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c00e888d1a7171e1b4a9f7039b819365712a0018fe548ffdd563568c5c3ea9beb847961b55044f5c720887e61a611a8971e0a65112cd0dc6591fe342c26288a7
|
|
7
|
+
data.tar.gz: 2553686d3e18239fd21b5aee12ccb0d73efb159ebaea9770a78e325b37e6dd7a4ad3213bc8289f36bb11cdf1125e15f2f4d4dbf132ac8fb217937204b09f3bc7
|
data/HISTORY.md
CHANGED
data/github-markup.gemspec
CHANGED
|
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
|
|
16
16
|
## the sub! line in the Rakefile
|
|
17
17
|
s.name = 'github-markup'
|
|
18
18
|
s.version = GitHub::Markup::VERSION
|
|
19
|
-
s.date = '2014-04-
|
|
19
|
+
s.date = '2014-04-23'
|
|
20
20
|
s.executables = ['github-markup']
|
|
21
21
|
|
|
22
22
|
## Make sure your summary is short. The description may be as long
|
data/lib/github-markup.rb
CHANGED
data/test/markups/README.rst
CHANGED
|
@@ -17,7 +17,7 @@ Header 2
|
|
|
17
17
|
|
|
18
18
|
3. Somé UTF-8°
|
|
19
19
|
|
|
20
|
-
The UTF-8 quote character in this table used to cause python to go boom. Now docutils just
|
|
20
|
+
The UTF-8 quote character in this table used to cause python to go boom. Now docutils just silently ignores it.
|
|
21
21
|
|
|
22
22
|
.. csv-table:: Things that are Awesome (on a scale of 1-11)
|
|
23
23
|
:quote: ”
|
|
@@ -13,26 +13,7 @@
|
|
|
13
13
|
<li>More <tt class="docutils literal">code</tt>, hooray</li>
|
|
14
14
|
<li>Somé UTF-8°</li>
|
|
15
15
|
</ol>
|
|
16
|
-
<p>The UTF-8 quote character in this table used to cause python to go boom. Now docutils just
|
|
17
|
-
<div class="system-message">
|
|
18
|
-
<p class="system-message-title">System Message: ERROR/3 (<tt class="docutils"><string></tt>, line 22)</p>
|
|
19
|
-
<p>Error with CSV data in "csv-table" directive:
|
|
20
|
-
"quotechar" must be an 1-character string</p>
|
|
21
|
-
<pre>
|
|
22
|
-
.. csv-table:: Things that are Awesome (on a scale of 1-11)
|
|
23
|
-
:quote: ”
|
|
24
|
-
|
|
25
|
-
Thing,Awesomeness
|
|
26
|
-
Icecream, 7
|
|
27
|
-
Honey Badgers, 10.5
|
|
28
|
-
Nickelback, -2
|
|
29
|
-
Iron Man, 10
|
|
30
|
-
Iron Man 2, 3
|
|
31
|
-
Tabular Data, 5
|
|
32
|
-
Made up ratings, 11
|
|
33
|
-
|
|
34
|
-
</pre>
|
|
35
|
-
</div>
|
|
16
|
+
<p>The UTF-8 quote character in this table used to cause python to go boom. Now docutils just silently ignores it.</p>
|
|
36
17
|
<table class="docutils">
|
|
37
18
|
<colgroup>
|
|
38
19
|
<col width="19%" />
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: github-markup
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Chris Wanstrath
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-04-
|
|
11
|
+
date: 2014-04-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: posix-spawn
|
|
@@ -106,3 +106,4 @@ signing_key:
|
|
|
106
106
|
specification_version: 2
|
|
107
107
|
summary: The code GitHub uses to render README.markup
|
|
108
108
|
test_files: []
|
|
109
|
+
has_rdoc:
|