Sha256: 8045b69dd09e505a54ab68daa219f2b06e0626f29610ceaa1e43b04fa19a1dfc
Contents?: true
Size: 424 Bytes
Versions: 2
Compression:
Stored size: 424 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-orm" 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-orm-1.8.1 | Gemfile |
activefacts-orm-1.8.0 | Gemfile |