Sha256: b1af42d52bff359ea50da8266ad12394dfc181d65bb273d4c0d261ec550deb3a

Contents?: true

Size: 627 Bytes

Versions: 3

Compression:

Stored size: 627 Bytes

Contents

source 'https://rubygems.org'

gemspec

this_file = File.absolute_path(__FILE__)
if this_file =~ %r{\A#{ENV['HOME']}}i
  dir = File.dirname(File.dirname(this_file))
  $stderr.puts "Using work area gems in #{dir} from activefacts"
  gem 'activefacts-api', path: dir+'/api'
  gem 'activefacts-metamodel', path: dir+'/metamodel'
  gem 'activefacts-cql', path: dir+'/cql'
  gem 'activefacts-orm', path: dir+'/orm'
  gem 'activefacts-rmap', path: dir+'/rmap'
  gem 'activefacts-generators', path: dir+'/generators'
  gem 'activefacts-examples', path: dir+'/examples'
  #gem 'activefacts-compositions', path: dir+'/compositions'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
activefacts-1.9.0 Gemfile
activefacts-1.8.3 Gemfile
activefacts-1.8.2 Gemfile