gitlab-markup 1.8.0 → 1.8.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
  SHA256:
3
- metadata.gz: ffe78f2c70532bd5111c1adba163151a60108ceec4525f022a47032af7579192
4
- data.tar.gz: c0d89038ace9d3756e7866d711776e830469d03a70e7d7a25edf93e964f285c3
3
+ metadata.gz: 716044d93b1591ca65338bc9513e4ab47fbf770259bf928a899736450fa65fdc
4
+ data.tar.gz: '033759c6ed406e24aca41410044590eac104e452e21699556dc525a22e440b1d'
5
5
  SHA512:
6
- metadata.gz: ba9c3cf53d15ac267552fb7013dc1612b8ae4e15a71aeed4b256f38bd2bcbe6152fb089b9d82c49598ef0556a5f16f7ae72c288adfd95c8d69f40a2929ea268d
7
- data.tar.gz: 8db081c15c4883e1d51285575bbfcdd9fb9074767d019988a35cead5de3ffaee1f79fd1fea1ef616f265dee25b12080c5f0b652079165b1fa1c0201c9497eb47
6
+ metadata.gz: 17499ca71bdd1429e2ed2f3b6ea4074c58a00d53e9e79302ac7d75a4b4dbaa285dd523b2fb57db0be56b6a4f7a7a34a948c20b245b55639146900e4bbd1ce830
7
+ data.tar.gz: 7103f32891c6a42c33d436eb1301fa6b0538dbf9b803dac37629c0cfb4c2665800dd34de1ca8846d668fe78febfce29ba299fb65d199b5aa8f9103e0defe3e3c
data/HISTORY.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.8.1 (2022-09-16)
2
+
3
+ * [Fix compatibility with Busybox timeout](https://gitlab.com/gitlab-org/gitlab-markup/-/merge_requests/37)
4
+
1
5
  ## 1.8.0 (2021-12-02)
2
6
 
3
7
  * Disable configuration file processing in RST
@@ -1,4 +1,3 @@
1
- # frozen_string_literal: true
2
1
  require File.expand_path('../lib/github-markup', __FILE__)
3
2
 
4
3
  Gem::Specification.new do |s|
@@ -46,7 +46,7 @@ module GitHub
46
46
  end
47
47
 
48
48
  def prepend_command_timeout_prefix(command)
49
- timeout_command_prefix = "timeout --signal=KILL #{timeout_in_seconds}"
49
+ timeout_command_prefix = "timeout -s KILL #{timeout_in_seconds}"
50
50
 
51
51
  # Preserve existing support for command being either a String or an Array
52
52
  if command.is_a?(String)
data/lib/github-markup.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module GitHub
2
2
  module Markup
3
- VERSION = '1.8.0'
3
+ VERSION = '1.8.1'
4
4
  Version = VERSION
5
5
  end
6
6
  end
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.8.0
4
+ version: 1.8.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: 2021-12-08 00:00:00.000000000 Z
11
+ date: 2022-09-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -180,7 +180,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
180
180
  - !ruby/object:Gem::Version
181
181
  version: '0'
182
182
  requirements: []
183
- rubygems_version: 3.1.6
183
+ rubygems_version: 3.3.3
184
184
  signing_key:
185
185
  specification_version: 4
186
186
  summary: Fork from github-markup GitLab uses to render non markdown content