Rakefile in xapian-ruby-1.2.8 vs Rakefile in xapian-ruby-1.2.12

- old
+ new

@@ -7,10 +7,10 @@ def system!(cmd) puts cmd system(cmd) or raise end -ver = '1.2.8' +ver = '1.2.12' source_dir = 'xapian_source' core = "xapian-core-#{ver}" bindings = "xapian-bindings-#{ver}" xapian_config = "#{Dir.pwd}/#{core}/xapian-config"