coderay_bash 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,15 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 24ad5b383e144ad467b7eb00d1047d9ee13c14ea
4
- data.tar.gz: faf4dfc2b0504f12ba818af60611c849ad26366a
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ ZjZhZGE2NjcxNTBkNTkxMTA5YTY1NjAzMjgyNjRhY2JkNmNkMGNkZQ==
5
+ data.tar.gz: !binary |-
6
+ NTg2MjM1NjczNDk1ODA0MmM4M2U4NzEyMzE1MTk2ODE3NTA1NTI2ZQ==
5
7
  SHA512:
6
- metadata.gz: bdd084a4190ac8a82a75bf1b0530101c4c3be4f51cb759d524240600fec1cf8223d878136f460f4e3170602de8b5a83f0348b8b570bf766c308303c00e81bf65
7
- data.tar.gz: a71e514fd0c76de84dc2b8a8aa3974591980e89caaccf843e85d6629fbf223cb8260e6bc6c6e15f39a01a84344d9c7091843e21dfc2d35153c4f947ddea7d7f6
8
+ metadata.gz: !binary |-
9
+ MjM5NDM4MDM2OWI2NGE1NGMwN2IyYmQ1Yzc5ZDkyNzEyNWI5ZTBiZmRkZWNj
10
+ ZDhlOGQ4NDZmM2E0NTMyNTg0ODZjYjk1NGU2YWViODk2NzY0ZWM4ZWEyYTNk
11
+ ZWEyYmI2NmFlMmFhZmUxNGY5ZDM2Y2RiOThjZGEzYWNkZGVjZDI=
12
+ data.tar.gz: !binary |-
13
+ NjM1MTEwZjRlY2NjMTE0Njg0YjY1MDhlYzhhNDc2MTEyMDljNjI0MWUxZjg0
14
+ Mjk3NmZkMWVlNmQzNjQ0OGU0YmNmZjgxYTUyMGNkZDI5OTk4MGIwNGU3N2Vl
15
+ ZThmZGM0NThmZDhlY2FmMjFhNTg2MDg3MTkxOTU3MDc0MmYzYzc=
@@ -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.6'
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'"]*[A-Za-z_][A-Za-z_0-9]*\+?=/)
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.6
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: 2014-09-20 00:00:00.000000000 Z
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
- Bash highlighting for coderay. This gem was tested with coderay 1.0 and won't work with coderay < 1.0.
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
- - Rakefile
38
+ - CHANGELOG
38
39
  - coderay_bash.gemspec
39
- - lib/coderay/scanners/bash.rb
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
- This gem was tested with coderay 1.0 and won't work with coderay 0.9.
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.2.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.