Skip to content

Commit

Permalink
Regenerated gemspec for version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciozaffari committed Sep 17, 2010
1 parent 3b5d72a commit 4b808df
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mongoid_search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{mongoid_search}
s.version = "0.1.0"
s.version = "0.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mauricio Zaffari"]
Expand All @@ -19,6 +19,8 @@ Gem::Specification.new do |s|
s.files = [
".document",
".gitignore",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README.md",
"Rakefile",
Expand All @@ -27,6 +29,9 @@ Gem::Specification.new do |s|
"lib/mongoid_search/keywords_extractor.rb",
"lib/mongoid_search/mongoid_search.rb",
"mongoid_search.gemspec",
"spec/keywords_extractor_spec.rb",
"spec/models/product.rb",
"spec/models/tag.rb",
"spec/mongoid_search_spec.rb",
"spec/spec.opts",
"spec/spec_helper.rb"
Expand All @@ -38,6 +43,8 @@ Gem::Specification.new do |s|
s.summary = %q{Search implementation for Mongoid ORM}
s.test_files = [
"spec/keywords_extractor_spec.rb",
"spec/models/product.rb",
"spec/models/tag.rb",
"spec/mongoid_search_spec.rb",
"spec/spec_helper.rb"
]
Expand Down

0 comments on commit 4b808df

Please sign in to comment.