gitlab-markup 1.8.0 → 1.8.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 +4 -0
- data/gitlab-markup.gemspec +0 -1
- data/lib/github/markup/command_implementation.rb +1 -1
- data/lib/github-markup.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 716044d93b1591ca65338bc9513e4ab47fbf770259bf928a899736450fa65fdc
|
|
4
|
+
data.tar.gz: '033759c6ed406e24aca41410044590eac104e452e21699556dc525a22e440b1d'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17499ca71bdd1429e2ed2f3b6ea4074c58a00d53e9e79302ac7d75a4b4dbaa285dd523b2fb57db0be56b6a4f7a7a34a948c20b245b55639146900e4bbd1ce830
|
|
7
|
+
data.tar.gz: 7103f32891c6a42c33d436eb1301fa6b0538dbf9b803dac37629c0cfb4c2665800dd34de1ca8846d668fe78febfce29ba299fb65d199b5aa8f9103e0defe3e3c
|
data/HISTORY.md
CHANGED
data/gitlab-markup.gemspec
CHANGED
|
@@ -46,7 +46,7 @@ module GitHub
|
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
def prepend_command_timeout_prefix(command)
|
|
49
|
-
timeout_command_prefix = "timeout
|
|
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
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.
|
|
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:
|
|
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.
|
|
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
|