Sha256: a958f21614d82a48ee8c64c607ad3d9b11efd15d9dfd1e813d50bc12a140fcc3
Contents?: true
Size: 497 Bytes
Versions: 1
Compression:
Stored size: 497 Bytes
Contents
source :rubygems gemspec 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 'activerecord', '~>3' gem 'bueller' gem 'sniff', '>=0.11.0' unless ENV['LOCAL_SNIFF'] if RUBY_VERSION < "1.9" gem 'fastercsv' end platforms :ruby do gem 'sqlite3' end platforms :jruby do gem 'jruby-openssl' gem 'activerecord-jdbcsqlite3-adapter' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
emitter-0.11.2 | Gemfile |