Sha256: 6f4f6272ddd0a9792ae75e70090c5c4c835db92f51a62a7baf8e1ee93df8bd7f
Contents?: true
Size: 375 Bytes
Versions: 2
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 'force_schema', :path => ENV['LOCAL_FORCE_SCHEMA'] if ENV['LOCAL_FORCE_SCHEMA'] source :rubygems gemspec :path => '.' if RUBY_VERSION < "1.9" gem 'fastercsv' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
emitter-0.10.0 | Gemfile |
emitter-0.5.2 | Gemfile |