Gemfile in activefacts-compositions-1.9.1 vs Gemfile in activefacts-compositions-1.9.4
- old
+ new
@@ -1,11 +1,10 @@
source 'https://rubygems.org'
gemspec
-if ENV['PWD'] =~ %r{\A#{ENV['HOME']}/work}
+if ENV['PWD'] =~ %r{\A#{ENV['HOME']}/work}i
$stderr.puts "Using work area gems for #{File.basename(File.dirname(__FILE__))} from activefacts-compositions"
- gem 'activefacts-api', path: '/Users/cjh/work/activefacts/api'
- gem 'activefacts-metamodel', path: '/Users/cjh/work/activefacts/metamodel'
- gem 'activefacts-cql', path: '/Users/cjh/work/activefacts/cql'
- # gem 'activefacts-metamodel', git: 'git://github.com/cjheath/activefacts-metamodel.git'
+ gem 'activefacts-api', path: '../api'
+ gem 'activefacts-metamodel', path: '../metamodel'
+ gem 'activefacts-cql', path: '../cql'
end