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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 053d23b209f38eae629505ae411d984965c75bbc
4
- data.tar.gz: f7344b954171e3d94b57cd4fd7e656200e366f74
3
+ metadata.gz: e844da72208ec935e4020028fc0aa073e0059816
4
+ data.tar.gz: 6e91e20d6ba14cf0edb8b5ac71b5afcf9475a100
5
5
  SHA512:
6
- metadata.gz: 0f34d2b79680a79e3277a8cacdfc58266094762204a6c65751769d028867241660e14af972d5aee1d4fd54749617718559df65c95eb82b89cfc0fc84f10e9498
7
- data.tar.gz: 92becc57e7b5df01e5c209164d932bc6b1a67b3d1289d229e5e019e26cd50d627258e26c848ca06a21fd471d5c63b2afc12886ab4b22b8597e078c32bcd7190d
6
+ metadata.gz: c00e888d1a7171e1b4a9f7039b819365712a0018fe548ffdd563568c5c3ea9beb847961b55044f5c720887e61a611a8971e0a65112cd0dc6591fe342c26288a7
7
+ data.tar.gz: 2553686d3e18239fd21b5aee12ccb0d73efb159ebaea9770a78e325b37e6dd7a4ad3213bc8289f36bb11cdf1125e15f2f4d4dbf132ac8fb217937204b09f3bc7
data/HISTORY.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 1.2.1 (2014-04-23)
2
+
3
+ * Disable RST warnings [#290](https://github.com/github/markup/pull/290)
4
+
5
+ [Full changelog](https://github.com/github/markup/compare/v1.2.0...v1.2.1)
6
+
1
7
  ## 1.1.1 (2014-04-03)
2
8
 
3
9
  * Upgrade to org-ruby 0.9.1
@@ -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-17'
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
@@ -1,6 +1,6 @@
1
1
  module GitHub
2
2
  module Markup
3
- VERSION = '1.2.0'
3
+ VERSION = '1.2.1'
4
4
  Version = VERSION
5
5
  end
6
6
  end
@@ -55,7 +55,7 @@ SETTINGS = {
55
55
  'doctitle_xform': True,
56
56
  'sectsubtitle_xform': True,
57
57
  'initial_header_level': 2,
58
- 'report_level': 3,
58
+ 'report_level': 5,
59
59
  'syntax_highlight' : 'none',
60
60
  'math_output' : 'latex'
61
61
  }
@@ -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 displays an error inline so the user can fix it. Upgrading to Python 3 will fix this.
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 displays an error inline so the user can fix it. Upgrading to Python 3 will fix this.</p>
17
- <div class="system-message">
18
- <p class="system-message-title">System Message: ERROR/3 (<tt class="docutils">&lt;string&gt;</tt>, line 22)</p>
19
- <p>Error with CSV data in &quot;csv-table&quot; directive:
20
- &quot;quotechar&quot; 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.0
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-17 00:00:00.000000000 Z
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: