Rakefile in xapian-ruby-1.2.12 vs Rakefile in xapian-ruby-1.2.15

- old
+ new

@@ -1,16 +1,17 @@ # encoding: utf-8 # Install the xapian binaries into the lib folder of the gem require 'rbconfig' + c = Config::CONFIG def system!(cmd) puts cmd system(cmd) or raise end -ver = '1.2.12' +ver = '1.2.15' source_dir = 'xapian_source' core = "xapian-core-#{ver}" bindings = "xapian-bindings-#{ver}" xapian_config = "#{Dir.pwd}/#{core}/xapian-config"