Sha256: cd8af80aa0ba9576a1911320469c1d316328372b8383baeb7b5585af29240b00

Contents?: true

Size: 673 Bytes

Versions: 1

Compression:

Stored size: 673 Bytes

Contents

source 'https://rubygems.org'

gemspec

if ENV['PWD'] =~ %r{\A/Users/cjh/work/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

1 entries across 1 versions & 1 rubygems

Version Path
activefacts-1.7.1 Gemfile