Sha256: ab5b7914d644fbfff920c496b72a14f7bc673687323caff94b2dbffae2f66d1b
Contents?: true
Size: 302 Bytes
Versions: 3
Compression:
Stored size: 302 Bytes
Contents
require 'ostruct' require "redshift_extractor/version" require 'pg' def require_all(pattern) root = File.expand_path("../", File.dirname(__FILE__)) Dir.glob("#{root}/#{pattern}/**/*.rb").sort.each { |path| require path } end require_all("lib/redshift_extractor") module RedshiftExtractor end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
redshift_extractor-0.3.0 | lib/redshift_extractor.rb |
redshift_extractor-0.2.0 | lib/redshift_extractor.rb |
redshift_extractor-0.1.0 | lib/redshift_extractor.rb |