mongoid_fulltext.gemspec in mongoid_fulltext-0.5.2 vs mongoid_fulltext.gemspec in mongoid_fulltext-0.5.3

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{mongoid_fulltext} - s.version = "0.5.2" + s.version = "0.5.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Aaron Windsor"] - s.date = %q{2011-11-05} + s.date = %q{2011-11-08} s.description = %q{Full-text search for the Mongoid ORM, using n-grams extracted from text} s.email = %q{aaron.windsor@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.md" @@ -40,10 +40,11 @@ "spec/models/hidden_dragon.rb", "spec/models/multi_external_artwork.rb", "spec/models/multi_field_artist.rb", "spec/models/multi_field_artwork.rb", "spec/models/partitioned_artist.rb", + "spec/models/short_prefixes_artwork.rb", "spec/models/stopwords_artwork.rb", "spec/mongoid/fulltext_spec.rb", "spec/spec_helper.rb" ] s.homepage = %q{http://github.com/aaw/mongoid_fulltext} @@ -65,9 +66,10 @@ "spec/models/hidden_dragon.rb", "spec/models/multi_external_artwork.rb", "spec/models/multi_field_artist.rb", "spec/models/multi_field_artwork.rb", "spec/models/partitioned_artist.rb", + "spec/models/short_prefixes_artwork.rb", "spec/models/stopwords_artwork.rb", "spec/mongoid/fulltext_spec.rb", "spec/spec_helper.rb" ]