squiggle 0.0.9 → 0.0.10

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.
@@ -11,5 +11,5 @@ require 'squiggle/log_line'
11
11
  require 'squiggle/squid_standard_parser'
12
12
 
13
13
  module Squiggle
14
- VERSION = '0.0.9'
14
+ VERSION = '0.0.10'
15
15
  end
@@ -11,7 +11,7 @@ module Squiggle
11
11
  logline.cached = cached?(logline)
12
12
  logline.pageview = pageview?(logline)
13
13
  else
14
- STDERR.puts("INVALID LINE (#{logline.errors}): '#{line}'") unless line.blank?
14
+ #STDERR.puts("INVALID LINE (#{logline.errors}): '#{line}'") unless line.blank?
15
15
  end
16
16
  logline
17
17
  end
@@ -21,7 +21,7 @@ module Squiggle
21
21
  to_parse = @lines.shift
22
22
  logline = @parser.parse(to_parse)
23
23
  if logline.invalid?
24
- STDERR.puts "Line is INVALID"
24
+ #STDERR.puts "Line is INVALID"
25
25
  logline = self.next_line # recurse
26
26
  end
27
27
  @current_line = logline
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 9
9
- version: 0.0.9
8
+ - 10
9
+ version: 0.0.10
10
10
  platform: ruby
11
11
  authors:
12
12
  - Daniel Draper