innodb_ruby 0.7.10 → 0.7.11

Sign up to get free protection for your applications and to get access to all the features.
data/lib/innodb/index.rb CHANGED
@@ -289,7 +289,6 @@ class Innodb::Index
289
289
  @stats[:binary_search_by_directory_linear_search] += 1
290
290
  linear_search_from_cursor(page, page.record_cursor(rec[:offset]), key)
291
291
  elsif next_key == +1
292
- puts "+1"
293
292
  @stats[:binary_search_by_directory_linear_search] += 1
294
293
  linear_search_from_cursor(page, page.record_cursor(next_rec[:offset]), key)
295
294
  else
@@ -1,3 +1,3 @@
1
1
  module Innodb
2
- VERSION = "0.7.10"
2
+ VERSION = "0.7.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: innodb_ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.10
4
+ version: 0.7.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2013-01-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bindata
16
- requirement: &70135906385360 !ruby/object:Gem::Requirement
16
+ requirement: &70308829886920 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,7 +21,7 @@ dependencies:
21
21
  version: 1.4.5
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70135906385360
24
+ version_requirements: *70308829886920
25
25
  description: Library for parsing InnoDB data files in Ruby
26
26
  email: jeremy@jcole.us
27
27
  executables: