steno 1.0.1 → 1.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.
data/bin/steno-prettify CHANGED
@@ -8,7 +8,7 @@ require "steno/json_prettifier"
8
8
  Signal.trap("INT") { exit }
9
9
 
10
10
  def prettify_io(io, prettifier, ignore_parse_error = false)
11
- lineno = 0
11
+ lineno = 1
12
12
  json_regex = '([^{]*)({.*})'
13
13
 
14
14
  io.sync = true
data/lib/steno/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Steno
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
data/steno-1.0.1.gem ADDED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: steno
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -155,6 +155,7 @@ files:
155
155
  - spec/unit/sink/syslog_spec.rb
156
156
  - spec/unit/steno_spec.rb
157
157
  - spec/unit/tagged_logger_spec.rb
158
+ - steno-1.0.1.gem
158
159
  - steno.gemspec
159
160
  homepage: http://www.cloudfoundry.org
160
161
  licenses: []