Sha256: d4fcbfb62bbd3cbd5424e2b5abc20bb05d477a2b5dfcf6353afb8fd2bc8ecfca
Contents?: true
Size: 430 Bytes
Versions: 3
Compression:
Stored size: 430 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-metamodel" gem 'activefacts-cql', path: dir+'/cql' gem 'activefacts-compositions', path: dir+'/compositions' gem 'activefacts-api', path: dir+'/api' gem 'activefacts-orm', path: dir+'/orm' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
activefacts-metamodel-1.9.12 | Gemfile |
activefacts-metamodel-1.9.10 | Gemfile |
activefacts-metamodel-1.9.8 | Gemfile |