Sha256: 095e4d32e097ad500b4279a644fe02bad3f4c62422ef47051f1fb4432debb901
Contents?: true
Size: 431 Bytes
Versions: 3
Compression:
Stored size: 431 Bytes
Contents
source "https://rubygems.org" gemspec use_local_gems = ENV['BUNDLE_LOCAL_GEMS'] == "true" && ENV['BUNDLE_LOCAL_DIR'] local_gem_dir = ENV['BUNDLE_LOCAL_DIR'] if use_local_gems # gem 'her', path: "#{local_gem_dir}/her" gem 'quandl_data', path: "#{local_gem_dir}/quandl/data" gem 'quandl_operation', path: "#{local_gem_dir}/quandl/operation" gem 'quandl_babelfish', path: "#{local_gem_dir}/quandl/babelfish" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
quandl_client-2.7.11 | Gemfile |
quandl_client-2.7.5 | Gemfile |
quandl_client-2.7.4 | Gemfile |