source 'https://rubygems.org'

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