Sha256: 50d9096faa571008f96a2a568c05556243e3c8a7dc9e768da890e19e9b0e6ea3
Contents?: true
Size: 291 Bytes
Versions: 2
Compression:
Stored size: 291 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'] 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.11.1 | Gemfile |
emitter-0.11.0 | Gemfile |