mongoid_search.gemspec in mongoid_search-0.1.1 vs mongoid_search.gemspec in mongoid_search-0.1.2
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{mongoid_search}
- s.version = "0.1.1"
+ s.version = "0.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mauricio Zaffari"]
s.date = %q{2010-09-17}
s.description = %q{Simple full text search implementation.}
@@ -34,10 +34,10 @@
"spec/models/tag.rb",
"spec/mongoid_search_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
]
- s.homepage = %q{http://github.com/mauriciozaffari/mongoid_search}
+ s.homepage = %q{http://www.papodenerd.net/mongoid-search-full-text-search-for-your-mongoid-models/}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Search implementation for Mongoid ORM}
s.test_files = [