coderay_bash 1.0.6 → 1.0.7
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 +13 -5
- data/coderay_bash.gemspec +1 -1
- data/lib/coderay/scanners/bash.rb +1 -1
- metadata +18 -14
checksums.yaml
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
|
|
2
|
+
!binary "U0hBMQ==":
|
|
3
|
+
metadata.gz: !binary |-
|
|
4
|
+
ZjZhZGE2NjcxNTBkNTkxMTA5YTY1NjAzMjgyNjRhY2JkNmNkMGNkZQ==
|
|
5
|
+
data.tar.gz: !binary |-
|
|
6
|
+
NTg2MjM1NjczNDk1ODA0MmM4M2U4NzEyMzE1MTk2ODE3NTA1NTI2ZQ==
|
|
5
7
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
|
|
8
|
+
metadata.gz: !binary |-
|
|
9
|
+
MjM5NDM4MDM2OWI2NGE1NGMwN2IyYmQ1Yzc5ZDkyNzEyNWI5ZTBiZmRkZWNj
|
|
10
|
+
ZDhlOGQ4NDZmM2E0NTMyNTg0ODZjYjk1NGU2YWViODk2NzY0ZWM4ZWEyYTNk
|
|
11
|
+
ZWEyYmI2NmFlMmFhZmUxNGY5ZDM2Y2RiOThjZGEzYWNkZGVjZDI=
|
|
12
|
+
data.tar.gz: !binary |-
|
|
13
|
+
NjM1MTEwZjRlY2NjMTE0Njg0YjY1MDhlYzhhNDc2MTEyMDljNjI0MWUxZjg0
|
|
14
|
+
Mjk3NmZkMWVlNmQzNjQ0OGU0YmNmZjgxYTUyMGNkZDI5OTk4MGIwNGU3N2Vl
|
|
15
|
+
ZThmZGM0NThmZDhlY2FmMjFhNTg2MDg3MTkxOTU3MDc0MmYzYzc=
|
data/coderay_bash.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ spec = Gem::Specification.new do |s|
|
|
|
14
14
|
s.authors = ["Petr Kovar"]
|
|
15
15
|
s.licenses = ["MIT"]
|
|
16
16
|
s.name = 'coderay_bash'
|
|
17
|
-
s.version = '1.0.
|
|
17
|
+
s.version = '1.0.7'
|
|
18
18
|
s.date = Time.now.strftime("%Y-%m-%d")
|
|
19
19
|
s.add_dependency('coderay', '>= 1.0')
|
|
20
20
|
s.require_path = 'lib'
|
|
@@ -155,7 +155,7 @@ module CodeRay module Scanners
|
|
|
155
155
|
next
|
|
156
156
|
elsif match = scan(PRE_CONSTANTS)
|
|
157
157
|
kind = :predefined_constant
|
|
158
|
-
elsif match = scan(/[^\s'"]
|
|
158
|
+
elsif match = scan(/[^\s'"]*?[A-Za-z_][A-Za-z_0-9]*\+?=/)
|
|
159
159
|
match =~ /(.*?)([A-Za-z_][A-Za-z_0-9]*)(\+?=)/
|
|
160
160
|
str = $1
|
|
161
161
|
pre = $2
|
metadata
CHANGED
|
@@ -1,66 +1,70 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: coderay_bash
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Petr Kovar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2015-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: coderay
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- -
|
|
17
|
+
- - ! '>='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: '1.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- -
|
|
24
|
+
- - ! '>='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '1.0'
|
|
27
|
-
description:
|
|
28
|
-
|
|
27
|
+
description: ! 'Bash highlighting for coderay. This gem was tested with coderay 1.0
|
|
28
|
+
and won''t work with coderay < 1.0.
|
|
29
|
+
|
|
30
|
+
'
|
|
29
31
|
email: pejuko@gmail.com
|
|
30
32
|
executables: []
|
|
31
33
|
extensions: []
|
|
32
34
|
extra_rdoc_files: []
|
|
33
35
|
files:
|
|
34
|
-
- CHANGELOG
|
|
35
36
|
- MIT_License.txt
|
|
36
37
|
- README.md
|
|
37
|
-
-
|
|
38
|
+
- CHANGELOG
|
|
38
39
|
- coderay_bash.gemspec
|
|
39
|
-
-
|
|
40
|
+
- Rakefile
|
|
40
41
|
- lib/coderay/scanners/erb_bash.rb
|
|
42
|
+
- lib/coderay/scanners/bash.rb
|
|
41
43
|
- lib/coderay_bash.rb
|
|
42
44
|
homepage: http://github.com/pejuko/coderay_bash
|
|
43
45
|
licenses:
|
|
44
46
|
- MIT
|
|
45
47
|
metadata: {}
|
|
46
|
-
post_install_message:
|
|
47
|
-
|
|
48
|
+
post_install_message: ! 'This gem was tested with coderay 1.0 and won''t work with
|
|
49
|
+
coderay 0.9.
|
|
50
|
+
|
|
51
|
+
'
|
|
48
52
|
rdoc_options: []
|
|
49
53
|
require_paths:
|
|
50
54
|
- lib
|
|
51
55
|
required_ruby_version: !ruby/object:Gem::Requirement
|
|
52
56
|
requirements:
|
|
53
|
-
- -
|
|
57
|
+
- - ! '>='
|
|
54
58
|
- !ruby/object:Gem::Version
|
|
55
59
|
version: '0'
|
|
56
60
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
57
61
|
requirements:
|
|
58
|
-
- -
|
|
62
|
+
- - ! '>='
|
|
59
63
|
- !ruby/object:Gem::Version
|
|
60
64
|
version: '0'
|
|
61
65
|
requirements: []
|
|
62
66
|
rubyforge_project:
|
|
63
|
-
rubygems_version: 2.
|
|
67
|
+
rubygems_version: 2.1.11
|
|
64
68
|
signing_key:
|
|
65
69
|
specification_version: 4
|
|
66
70
|
summary: Simple bash scanner for highlighting with coderay.
|