Sha256: bded65193d3a70499f15ee919dc48a48b55bdaef1dfc8014588640e9fa4d7748

Contents?: true

Size: 614 Bytes

Versions: 1

Compression:

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
activefacts-examples-1.8.0 Gemfile