ssmd 0.7.1 → 0.7.2

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: 977923cfe0bca4a67afc0dda8eae50cd469e307c
4
- data.tar.gz: 6d7c999968fb0b568298b887f9b672cccc62563a
3
+ metadata.gz: b7446c3ca22c0f5b34e27324726b9503834dda60
4
+ data.tar.gz: 2b5ffb64c9ff4bd69f545dec15634dc902fbd70a
5
5
  SHA512:
6
- metadata.gz: b83959639f50031059e6381d900634a4471027db169f3c73cd44e68b1133cc0f5948cc7f28802eb72cad0b3ab12be9558a121cbce26adc6b8c148eeb8cdf475d
7
- data.tar.gz: 10725c817f9875b7a18ea9ce38a17e16d918b59febc32da394cff0b2eefb7302083811b2c1f2ba195dd77833c0026fa34983b0289ae8834065f502ed7bfaf7f2
6
+ metadata.gz: d587837a4a0363dc637f3637ebd6922033d587c6949b6e1c052bbf9d65843b6ac0bf1d36553098bb1018ba1146ead255848c970a9b3f1e4acccfecf966428015
7
+ data.tar.gz: '070391eb1cabb670a16d1d7655534c1813bcf3e8fb12fc48bea498173729e1d90858fc436be7f3f54f78df4f57dfb5b3c9f8feb94ad9468a939eaf17d22f1a2b'
@@ -14,13 +14,13 @@ module SSMD::Processors
14
14
 
15
15
  def substitute(input)
16
16
  if match
17
- match.pre_match + result + match.post_match
17
+ [match.pre_match, result, match.post_match].join
18
18
  end
19
19
  end
20
20
 
21
21
  def strip_ssmd(input)
22
22
  if match
23
- match.pre_match + text + match.post_match
23
+ [match.pre_match, text, match.post_match].join
24
24
  end
25
25
  end
26
26
 
@@ -1,3 +1,3 @@
1
1
  module SSMD
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ssmd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Markus Kahl
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-05-24 00:00:00.000000000 Z
11
+ date: 2017-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -144,7 +144,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
144
144
  version: '0'
145
145
  requirements: []
146
146
  rubyforge_project:
147
- rubygems_version: 2.5.2
147
+ rubygems_version: 2.6.12
148
148
  signing_key:
149
149
  specification_version: 4
150
150
  summary: Speech Synthesis Markdown (SSMD) is an lightweight alternative syntax for