Rakefile in xapian-ruby-1.2.20 vs Rakefile in xapian-ruby-1.2.21

- old
+ new

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