Skip to content
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.

Commit

Permalink
releasing gem v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanb committed Jun 15, 2009
1 parent 5f84b8e commit c9974f2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions 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) *0.2.0* (June 12th, 2009)


* sort numeric attributes properly * sort numeric attributes properly
Expand Down
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -2,13 +2,13 @@ require 'rubygems'
require 'rake' require 'rake'
require 'echoe' 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.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.description = "Ruby library for interacting with Xapian, a full text search engine."
p.url = "http://github.com/ryanb/xapit" p.url = "http://github.com/ryanb/xapit"
p.author = 'Ryan Bates' p.author = 'Ryan Bates'
p.email = "ryan (at) railscasts (dot) com" p.email = "ryan (at) railscasts (dot) com"
p.ignore_pattern = ["tmp/*"] p.ignore_pattern = ["tmp/**/*", "spec/tmp/**/*"]
p.development_dependencies = [] p.development_dependencies = []
end end


Expand Down

0 comments on commit c9974f2

Please sign in to comment.