diff --git a/CHANGELOG b/CHANGELOG index 5603ef1..a8ff6d1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +*0.2.1* (June 15th, 2009) + +* including Xapit::Membership into ActiveRecord when using gem + *0.2.0* (June 12th, 2009) * sort numeric attributes properly diff --git a/Rakefile b/Rakefile index 56e92bb..b05be5c 100644 --- a/Rakefile +++ b/Rakefile @@ -2,13 +2,13 @@ require 'rubygems' require 'rake' require 'echoe' -Echoe.new('xapit', '0.2.0') do |p| +Echoe.new('xapit', '0.2.1') do |p| p.summary = "Ruby library for interacting with Xapian, a full text search engine." p.description = "Ruby library for interacting with Xapian, a full text search engine." p.url = "http://github.com/ryanb/xapit" p.author = 'Ryan Bates' p.email = "ryan (at) railscasts (dot) com" - p.ignore_pattern = ["tmp/*"] + p.ignore_pattern = ["tmp/**/*", "spec/tmp/**/*"] p.development_dependencies = [] end