Sha256: c1723ca5063525a6bf0822134cf91b32b269bc1a729bdfc3a7b849ef0a4b7beb
Contents?: true
Size: 431 Bytes
Versions: 2
Compression:
Stored size: 431 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-generators" gem 'activefacts-api', path: '/Users/cjh/work/activefacts/api' gem 'activefacts-metamodel', path: '/Users/cjh/work/activefacts/metamodel' # gem 'activefacts-metamodel', git: 'git://github.com/cjheath/activefacts-metamodel.git' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
activefacts-generators-1.8.1 | Gemfile |
activefacts-generators-1.8.0 | Gemfile |