log_analyzer 0.2.2 → 0.2.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ae28afd0313658e95cf16c50b1f9dc3a5ef5fe31
4
- data.tar.gz: 72e12660b3efc9ed590784336db4cf71ebbeebd2
3
+ metadata.gz: e933c971bc33456e167e9da461dff0b6db50e6e4
4
+ data.tar.gz: ab391dcb2ae13bf67777478fb0aba0f8b88c6218
5
5
  SHA512:
6
- metadata.gz: 7ff772b58e8164658bdc961b5eece7fa8abd5db65206182b2cef96f1eb97763046e0484cfda2e71eeb5ff0cc2dbd181d1de674f03a159e625db8bca9b07cc795
7
- data.tar.gz: c908a2abc1ca1084ba8a15ad570c7bd348768976ecc5b0983f31aa04a3aab8ac44993814a1f9f8d0e64f7ca14d06e9a53040ea337f7d5a6693b0b657e646376c
6
+ metadata.gz: 29874cd653ff93588bea67ced17ef9963f8b61190df48927034a7e3a41926e3e141c7ccbe26cba516f5e449b788462c5049f486462c3ef23cdb494d2d18a63ca
7
+ data.tar.gz: 1b6ff98956805a2bc5f77fb6ccc0e40bb0187a26f299bc866208f964829275bfd336245f52b5ddbd346f8a28323d3a13b54c00d05962052c8d66c1e90d11e36b
data/README.md CHANGED
@@ -69,10 +69,11 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/igorka
69
69
 
70
70
  ## Contributors
71
71
 
72
- Big thank you to all contributors:
72
+ Big thank you to all our contributors:
73
73
 
74
- * @ck3g
75
- * @ritaritual
74
+ * [@ck3g](https://github.com/ck3g)
75
+ * [@ritaritual](https://github.com/ritaritual)
76
+ * [@y-yagi](https://github.com/y-yagi)
76
77
 
77
78
  ## TODO
78
79
 
@@ -17,7 +17,7 @@ module LogAnalyzer
17
17
 
18
18
  def run
19
19
  IO.foreach(filename).each do |line|
20
- if line =~ MATCHER
20
+ if line.scrub =~ MATCHER
21
21
  if $1 && $2
22
22
  view = $1
23
23
  @stats[view] ||= Stat.new(type: Utils.find_type(view))
@@ -1,3 +1,3 @@
1
1
  module LogAnalyzer
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: log_analyzer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Kasyanchuk
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-02-22 00:00:00.000000000 Z
11
+ date: 2018-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
164
164
  version: '0'
165
165
  requirements: []
166
166
  rubyforge_project:
167
- rubygems_version: 2.6.10
167
+ rubygems_version: 2.6.12
168
168
  signing_key:
169
169
  specification_version: 4
170
170
  summary: log_analyzer gem is created to get statistics about your views rendering