Sha256: 0b731a93a8d2426cf30ed7a84c1ac7d86fa97ae7c9654ea9d6d6cc8bde91bef1

Contents?: true

Size: 424 Bytes

Versions: 2

Compression:

Stored size: 424 Bytes

Contents

source 'https://rubygems.org'

gemspec

if ENV['PWD'] =~ %r{\A#{ENV['HOME']}/work}
  $stderr.puts "Using work area gems for #{File.basename(File.dirname(__FILE__))} from activefacts-cql"
  gem 'activefacts-api', path: '/Users/cjh/work/activefacts/api'
  gem 'activefacts-metamodel', path: '/Users/cjh/work/activefacts/metamodel'
  # gem 'activefacts-metamodel', git: 'git://github.com/cjheath/activefacts-metamodel.git'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activefacts-cql-1.8.1 Gemfile
activefacts-cql-1.8.0 Gemfile