Sha256: 35489d456151e048066a0a9d6b31c7a551deec750a6b74685aabb5b66364c3d6

Contents?: true

Size: 764 Bytes

Versions: 2

Compression:

Stored size: 764 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"
  gem 'activefacts-api', path: '/Users/cjh/work/activefacts/api'
  gem 'activefacts-metamodel', path: '/Users/cjh/work/activefacts/metamodel'
  gem 'activefacts-cql', path: '/Users/cjh/work/activefacts/cql'
  gem 'activefacts-orm', path: '/Users/cjh/work/activefacts/orm'
  gem 'activefacts-rmap', path: '/Users/cjh/work/activefacts/rmap'
  #gem 'activefacts-compositions', path: '/Users/cjh/work/activefacts/compositions'
  gem 'activefacts-generators', path: '/Users/cjh/work/activefacts/generators'
  gem 'activefacts-examples', path: '/Users/cjh/work/activefacts/examples'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
activefacts-1.8.1 Gemfile
activefacts-1.8.0 Gemfile