Credit where credit is due. Thanks @radar!

This commit is contained in:
Ernie Miller 2012-03-29 10:50:36 -04:00
parent fc8151ac49
commit 82d2a806da
2 changed files with 12 additions and 15 deletions

View File

@ -122,12 +122,9 @@ construct much more complex search forms, such as the one on the
## Contributions
If you'd like to support the continued development of Ransack, please consider
[making a donation](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=48Q9HY64L3TWA).
To support the project:
To support the project in other ways:
* Use Ransack in your apps, and let me know if you encounter anything that's broken or missing.
* Use Ransack in your apps, and let us know if you encounter anything that's broken or missing.
A failing spec is awesome. A pull request is even better!
* Spread the word on Twitter, Facebook, and elsewhere if Ransack's been useful to you. The more
people who are using the project, the quicker we can find and fix bugs!

View File

@ -6,9 +6,9 @@ Gem::Specification.new do |s|
s.name = "ransack"
s.version = Ransack::VERSION
s.platform = Gem::Platform::RUBY
s.authors = ["Ernie Miller"]
s.email = ["ernie@metautonomo.us"]
s.homepage = "http://metautonomo.us/projects/ransack"
s.authors = ["Ernie Miller", "Ryan Bigg"]
s.email = ["ernie@erniemiller.org", "radarlistener@gmail.com"]
s.homepage = "http://erniemiller.org/projects/ransack"
s.summary = %q{Object-based searching for ActiveRecord (currently).}
s.description = %q{Ransack is the successor to the MetaSearch gem. It improves and expands upon MetaSearch's functionality, but does not have a 100%-compatible API.}