gitlab-markup 1.5.0 → 1.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6dce026ba96062a4a914737959cf5305616e2120
4
- data.tar.gz: 22e5b73265cae091c4c858f0eb0ee601454e5bfd
3
+ metadata.gz: 1e39759bc75e97e0a647c07b7338cb29dc078f47
4
+ data.tar.gz: dbcba55af52064b81b448993b5f54fb28da5f3e2
5
5
  SHA512:
6
- metadata.gz: aaafd1050f869f9bae0b7636763eec6662239bca45e33f3462c6837f9a7332fe6ebbc6ccab7f6fd6d96de830519fe1d0eba32e0e6b48e2b1e8939e13d84022a9
7
- data.tar.gz: 9941b67c69003415961abe05b1e7bb1df3ad59391b6e7decbe0fec5a9d934b9c08bbf3ebfef2f9481134a31b4405313f2a1032f01a6e3c9d73dd4f457b8c1d23
6
+ metadata.gz: a4c1466f198b6c1bbc6316971b296b153a7108cdbb7316568a85da9b0a9bb22e5cb62296cfbda475c8be70562cdb446d0efc10a48f5566fda1aa0cfd37369173
7
+ data.tar.gz: 6ef4034ab4ab96182762231c16085b52deb40a8a713c95f77e06328f752db49c76ff057a8f47eaf01e67942d73c10c6f0ce3800fc4dc0e4636a62c3d8dc96422
@@ -8,7 +8,7 @@ variables:
8
8
  before_script:
9
9
  - apt update
10
10
  - apt install python-pip git build-essential -y
11
- - pip install docutils
11
+ - pip install 'docutils==0.12'
12
12
  - bundle install --jobs $(nproc)
13
13
  script:
14
14
  - bundle exec rake test
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.5.1 (2017-01-09)
2
+
3
+ * Disable rendering from `.. raw::` content block
4
+
1
5
  ## 1.5.0 (2016-10-13)
2
6
 
3
7
  * GitLab CI support
@@ -1,6 +1,6 @@
1
1
  module GitHub
2
2
  module Markup
3
- VERSION = '1.5.0'
3
+ VERSION = '1.5.1'
4
4
  Version = VERSION
5
5
  end
6
6
  end
@@ -25,7 +25,7 @@ this software. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
25
25
 
26
26
  __author__ = "Jannis Leidel"
27
27
  __license__ = "CC0"
28
- __version__ = "0.1"
28
+ __version__ = "0.2"
29
29
 
30
30
  import sys
31
31
  import os
@@ -56,7 +56,7 @@ from docutils.writers.html4css1 import Writer, HTMLTranslator
56
56
  SETTINGS = {
57
57
  'cloak_email_addresses': False,
58
58
  'file_insertion_enabled': False,
59
- 'raw_enabled': True,
59
+ 'raw_enabled': False,
60
60
  'strip_comments': True,
61
61
  'doctitle_xform': True,
62
62
  'sectsubtitle_xform': True,
@@ -88,4 +88,3 @@ but no problem!</td>
88
88
 
89
89
  <p>Press <kbd>Ctrl+C</kbd> to quit</p>
90
90
 
91
- <p><strong>RAW HTML!</strong></p> p {color:blue;}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gitlab-markup
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.5.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: 2016-10-13 00:00:00.000000000 Z
11
+ date: 2017-01-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  version: '0'
178
178
  requirements: []
179
179
  rubyforge_project:
180
- rubygems_version: 2.6.4
180
+ rubygems_version: 2.5.2
181
181
  signing_key:
182
182
  specification_version: 4
183
183
  summary: The code GitHub uses to render README.markup