Sha256: 154100c987388c7901f103eb4c726ca879bb668d2acff308b12e1809921b49f3

Contents?: true

Size: 288 Bytes

Versions: 6

Compression:

Stored size: 288 Bytes

Contents

source :rubygems

# Specify your gem's dependencies in earth.gemspec
gemspec

gem 'data_miner', :path => ENV['LOCAL_DATA_MINER'] if ENV['LOCAL_DATA_MINER']
gem 'sniff', :path => ENV['LOCAL_SNIFF'] if ENV['LOCAL_SNIFF']
gem 'roo', '1.9.3'

if RUBY_VERSION =~ /^1\.8/
  gem 'fastercsv'
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
earth-0.4.5 Gemfile
earth-0.4.4 Gemfile
earth-0.4.3 Gemfile
earth-0.4.2 Gemfile
earth-0.4.1 Gemfile
earth-0.4.0 Gemfile