sunspot_mongoid.gemspec in sunspot_mongoid-0.4.0 vs sunspot_mongoid.gemspec in sunspot_mongoid-0.4.1
- old
+ new
@@ -1,51 +1,47 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
-# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
+# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{sunspot_mongoid}
- s.version = "0.4.0"
+ s.version = "0.4.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["jugyo"]
- s.date = %q{2010-09-22}
+ s.date = %q{2011-03-04}
s.description = %q{A Sunspot wrapper for Mongoid that is like sunspot_rails.}
s.email = %q{jugyo.org@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
- "README.md"
+ "README.md"
]
s.files = [
".document",
- ".gitignore",
- "LICENSE",
- "README.md",
- "Rakefile",
- "VERSION",
- "examples/example.rb",
- "init.rb",
- "lib/sunspot/mongoid.rb",
- "lib/sunspot/rails/railtie.rb",
- "lib/sunspot_mongoid.rb",
- "sunspot_mongoid.gemspec",
- "test/helper.rb",
- "test/test_sunspot_mongoid.rb"
+ "LICENSE",
+ "README.md",
+ "Rakefile",
+ "VERSION",
+ "examples/example.rb",
+ "init.rb",
+ "lib/sunspot/mongoid.rb",
+ "lib/sunspot_mongoid.rb",
+ "sunspot_mongoid.gemspec",
+ "test/helper.rb",
+ "test/test_sunspot_mongoid.rb"
]
s.homepage = %q{http://github.com/jugyo/sunspot_mongoid}
- s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
- s.rubygems_version = %q{1.3.7}
+ s.rubygems_version = %q{1.6.0}
s.summary = %q{A Sunspot wrapper for Mongoid.}
s.test_files = [
+ "examples/example.rb",
"test/helper.rb",
- "test/test_sunspot_mongoid.rb",
- "examples/example.rb"
+ "test/test_sunspot_mongoid.rb"
]
if s.respond_to? :specification_version then
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<mongoid>, [">= 0"])
s.add_runtime_dependency(%q<sunspot>, [">= 1.1.0"])