Sha256: fcbf2e1855111e6fd27ab1ba51e426e959fa90eb04b162e56f77c909374e923e
Contents?: true
Size: 453 Bytes
Versions: 4
Compression:
Stored size: 453 Bytes
Contents
source 'https://rubygems.org' gemspec this_file = File.absolute_path(__FILE__) if this_file =~ %r{\A#{ENV['HOME']}}i and !ENV['USE_INSTALLED'] 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 group :development do gem 'byebug' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
activefacts-compositions-1.9.23 | Gemfile |
activefacts-compositions-1.9.22 | Gemfile |
activefacts-compositions-1.9.21 | Gemfile |
activefacts-compositions-1.9.20 | Gemfile |