Sha256: cc135977652db6769a359d40498b40696063323a406d0912b1c906cf6314408b

Contents?: true

Size: 385 Bytes

Versions: 8

Compression:

Stored size: 385 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-compositions"
  gem 'activefacts-api', path: dir+'/api'
  gem 'activefacts-metamodel', path: dir+'/metamodel'
  gem 'activefacts-cql', path: dir+'/cql'
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
activefacts-compositions-1.9.15 Gemfile
activefacts-compositions-1.9.14 Gemfile
activefacts-compositions-1.9.13 Gemfile
activefacts-compositions-1.9.12 Gemfile
activefacts-compositions-1.9.10 Gemfile
activefacts-compositions-1.9.9 Gemfile
activefacts-compositions-1.9.8 Gemfile
activefacts-compositions-1.9.6 Gemfile