0
0
Fork 0
Go to file
Gibheer 1012d3c845 Version bump to 0.0.2 2011-06-06 20:36:34 +02:00
lib because of a missing ! the relationship per :or returned false documents 2011-06-06 20:34:52 +02:00
spec because of a missing ! the relationship per :or returned false documents 2011-06-06 20:34:52 +02:00
.document Initial commit to polecat. 2011-05-07 19:32:28 +02:00
.gitignore ignore the Gemfile.lock 2011-06-06 20:13:37 +02:00
.rspec Initial commit to polecat. 2011-05-07 19:32:28 +02:00
Gemfile Document was replaced with Virtus, an attribute Gem from solnic 2011-06-06 18:47:01 +02:00
LICENSE.txt Initial commit to polecat. 2011-05-07 19:32:28 +02:00
README.rdoc README update 2011-05-18 11:53:39 +02:00
Rakefile test with all rubies 2011-05-20 15:29:53 +02:00
VERSION Version bump to 0.0.2 2011-06-06 20:36:34 +02:00
polecat.gemspec Regenerate gemspec for version 0.0.1 2011-06-06 20:15:11 +02:00

README.rdoc

= polecat

This is my attempt to build a search library like lucene in native ruby.

The idea formed, when I learned about the rubinius project and it's ability to tune parts of the ruby code with it's jit. It's a bit sad for MRI, that more and more ruby code get's converted to C, so it would be great, if rbx could be as performant as MRI, even if great parts of a application are written in ruby.

More updates are to come, when it is further progessing.

== Contributing to polecat
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright

Copyright (c) 2011 Gibheer. See LICENSE.txt for
further details.