nexocop 0.0.1 → 0.0.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: 1def61da2ee28929e12ef3c9397ab4581d03953d
4
- data.tar.gz: 7cd746e821d8b0ea33da7b035c56abd6ac751ad9
3
+ metadata.gz: 01464c6f35da55f9008d4e2ce69abc2f45ffb529
4
+ data.tar.gz: e7e361669040f0c0426a2e39f775af16f176808d
5
5
  SHA512:
6
- metadata.gz: cadcce64b1ce92491cee48d4bd917f6ad7f072757be0f3bcbab437fa410d61aa7ef27061626edf11e192ab58d5ebbe3053cc9b86af534f041bbba4a224aa4bcf
7
- data.tar.gz: fe1dfafe43828b7a9dfdaed923b56d8e9092cc13bc2e187824919fc4a9dc40c32389116162f02463ead5e46259a59aa588f8e38d30cc31455ac73d8e1dd297ec
6
+ metadata.gz: a1e0cdfa934b2f2bc2754009e7dc4c7f2dad25c843f2a28b5efd196aadc9d1ffa28669720e80cfa74f87875c1c03f58a659defee4ab02fb299de531d72d5cf87
7
+ data.tar.gz: 22c79c914d32f046151a88e9255d2ded7b882f71ef25258e1c6978c1ea9d5251cc5d53dcbd464db9bcd5d1d282a781209e93754a549f0341c8b02869456aafc2
@@ -40,7 +40,7 @@ module Nexocop
40
40
  end
41
41
 
42
42
  def self.count_line?(line)
43
- line =~ /@@.*@@/
43
+ line =~ /^@@(\s|\d|\W)+@@/
44
44
  end
45
45
 
46
46
  #
@@ -2,10 +2,10 @@
2
2
 
3
3
  module Nexocop
4
4
  def self.version
5
- '0.0.1'
5
+ '0.0.2'
6
6
  end
7
7
 
8
8
  def self.date
9
- '2018-10-02'
9
+ '2018-10-24'
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nexocop
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Porter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-02 00:00:00.000000000 Z
11
+ date: 2018-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rainbow
@@ -97,7 +97,7 @@ dependencies:
97
97
  description: Nexocop makes it trivial to add rubocop linting to your project that
98
98
  will only check linting against lines that have changed in git. Rubocop normally
99
99
  is not git aware. This gem makes it git aware.
100
- email: BenjaminPorter86@gmail.com
100
+ email: bporter@simplenexus.com
101
101
  executables:
102
102
  - nexocop
103
103
  extensions: []
@@ -110,7 +110,7 @@ files:
110
110
  - lib/nexocop/rubocop.rb
111
111
  - lib/nexocop/shell.rb
112
112
  - lib/nexocop/version.rb
113
- homepage: https://github.com/FreedomBen/nexocop
113
+ homepage: https://github.com/SimpleNexus/nexocop
114
114
  licenses:
115
115
  - MIT
116
116
  metadata: {}