innodb_ruby 0.9.6 → 0.9.7

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.
Files changed (3) hide show
  1. data/bin/innodb_space +1 -1
  2. data/lib/innodb/version.rb +1 -1
  3. metadata +1 -1
data/bin/innodb_space CHANGED
@@ -613,7 +613,7 @@ def print_inode_detail(inode)
613
613
  end
614
614
 
615
615
  def space_inodes_summary(space)
616
- space.each_allocated_inode do |inode|
616
+ space.each_inode do |inode|
617
617
  print_inode_summary(inode)
618
618
  end
619
619
  end
@@ -1,5 +1,5 @@
1
1
  # -*- encoding : utf-8 -*-
2
2
 
3
3
  module Innodb
4
- VERSION = "0.9.6"
4
+ VERSION = "0.9.7"
5
5
  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.9.6
4
+ version: 0.9.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: