source 'https://rubygems.org'

# Specify your gem's dependencies in activefacts-metamodel.gemspec
gemspec
if ENV['PWD'] =~ %r{Users/cjh/work/activefacts}
  gem 'activefacts', path: '/Users/cjh/work/activefacts-api'
  # gem 'activefacts', git: 'git://github.com/cjheath/activefacts-api.git'
else
  gem 'activefacts-api'
end
