Skip to content

Commit

Permalink
typo in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
PJ Brindisi committed May 26, 2011
1 parent ef7ef09 commit 32c1c47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions queryalize.gemspec
@@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-

$:.push File.expand_path("../lib", __FILE__)
require "queryalize/version"

Gem::Specification.new do |s|
Expand All @@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.description = %q{
Queryalize lets you use Rails 3 to build queries just like with ActiveRecord::QueryMethods,
except you can serialize the end result. This is useful for running queries that potentially
return large result sets in the background use something like Resque or Delayed::Job.
return large result sets in the background using something like Resque or Delayed::Job.
}

s.rubyforge_project = "queryalize"
Expand Down

0 comments on commit 32c1c47

Please sign in to comment.