mysql_binlog 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -52,7 +52,6 @@ module MysqlBinlog
52
52
  def read(length)
53
53
  return "" if length == 0
54
54
  data = @binlog.read(length)
55
- puts_hex data
56
55
  if !data
57
56
  raise MalformedBinlogException.new
58
57
  elsif data.length == 0
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysql_binlog
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 29
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 2
10
- version: 0.1.2
9
+ - 3
10
+ version: 0.1.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jeremy Cole
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-06-24 00:00:00 Z
18
+ date: 2012-06-25 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: Library for parsing MySQL binary logs in Ruby