Sha256: ad97f26fdc87824bb98523ae776d05a17b1d14f1e16502530e78fd5c1cf31333
Contents?: true
Size: 375 Bytes
Versions: 1
Compression:
Stored size: 375 Bytes
Contents
gem 'sniff', :path => ENV['LOCAL_SNIFF'] if ENV['LOCAL_SNIFF'] gem 'data_miner', :path => ENV['LOCAL_DATA_MINER'] if ENV['LOCAL_DATA_MINER'] gem 'earth', :path => ENV['LOCAL_EARTH'] if ENV['LOCAL_EARTH'] gem 'create_table', :path => ENV['LOCAL_CREATE_TABLE'] if ENV['LOCAL_CREATE_TABLE'] source :rubygems gemspec :path => '.' if RUBY_VERSION < "1.9" gem 'fastercsv' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
emitter-0.5.1 | Gemfile |