$: << File.dirname(__FILE__) require 'pivot_table/configuration' require 'pivot_table/grid' require 'pivot_table/cell_collection' require 'pivot_table/column' require 'pivot_table/row' module PivotTable VERSION = '0.5.0' end