Rakefile in xapian-ruby-1.2.15.1 vs Rakefile in xapian-ruby-1.2.17

- old
+ new

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