linkify-it-rb 1.1.1.0 → 1.2.0

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: 5f47c7eb9a5b7f156b03e9b1ab2ca228bbcddd02
4
- data.tar.gz: b5a2df2ecb0fad2c059e461da03b12a97641c975
3
+ metadata.gz: 82b2fb7b546639550e88ace3601ef00e6e250947
4
+ data.tar.gz: c858ce560f4f15ed72d70612ba6db5d136ced5a3
5
5
  SHA512:
6
- metadata.gz: 57d20b3c3c4aedad32e3958496bae64cd6959c2e4a2b04f90fa1dfbefb5da7ecd6099f3f5e892bbceb680eca029b418c8c02b8f68415fd2dfe8d6616c8189a08
7
- data.tar.gz: 978dc051818bd21fc1dcc788df060fe647a7efcd5c61033c4603c36f076fd07b3596e8c984e162dbf11278066ab0430701698fbae25dc02358ce427b908409ab
6
+ metadata.gz: 17a3be5c92263a111057cfa856eb69feb4ead4b44cad7ba61aecba117d5fda188e42b0a545094be724aeba58dc00d2a0d260db7e3a00004f40da5d78a37c6eec
7
+ data.tar.gz: 00860971169d330cecebd36dfd2d1dff8b34aee1f75049240d27e1b8ddae0d1cf48d22f63debaab8e877f44f4cc64789d9a51262329c9b66cae01c46a0194da6
@@ -45,7 +45,7 @@ module LinkifyRe
45
45
  # - parts of file path
46
46
  # until more examples found.
47
47
  '\\.(?!' + SRC_Z_CC + '|[.]).|' +
48
- '\\-(?!' + SRC_Z_CC + '|--(?:[^-]|$))(?:[-]+|.)|' + # `---` => long dash, terminate
48
+ '\\-(?!--(?:[^-]|$))(?:-*)|' + # `---` => long dash, terminate
49
49
  '\\,(?!' + SRC_Z_CC + ').|' + # allow `,,,` in paths
50
50
  '\\!(?!' + SRC_Z_CC + '|[!]).|' +
51
51
  '\\?(?!' + SRC_Z_CC + '|[?]).' +
@@ -1,5 +1,5 @@
1
1
  module LinkifyIt
2
2
 
3
- VERSION = '1.1.1.0'
3
+ VERSION = '1.2.0'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linkify-it-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1.0
4
+ version: 1.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brett Walker
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-20 00:00:00.000000000 Z
12
+ date: 2016-11-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: uc.micro-rb