Sha256: a52178b7a0a268b17cd1584c633e78cd5c08df07b0d2715aa976437cc2d06716

Contents?: true

Size: 481 Bytes

Versions: 22

Compression:

Stored size: 481 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_client', path: "#{local_gem_dir}/quandl/client"
  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

22 entries across 22 versions & 1 rubygems

Version Path
quandl_format-0.5.1 Gemfile
quandl_format-0.5.0 Gemfile
quandl_format-0.4.3 Gemfile
quandl_format-0.4.2 Gemfile
quandl_format-0.4.1 Gemfile
quandl_format-0.4.0 Gemfile
quandl_format-0.3.0 Gemfile
quandl_format-0.2.8 Gemfile
quandl_format-0.2.7 Gemfile
quandl_format-0.2.6 Gemfile
quandl_format-0.2.5 Gemfile
quandl_format-0.2.4 Gemfile
quandl_format-0.2.3 Gemfile
quandl_format-0.2.2 Gemfile
quandl_format-0.2.1 Gemfile
quandl_format-0.2.0 Gemfile
quandl_format-0.1.8 Gemfile
quandl_format-0.1.7 Gemfile
quandl_format-0.1.6 Gemfile
quandl_format-0.1.5 Gemfile