lunar.gemspec in lunar-0.1.1 vs lunar.gemspec in lunar-0.2.0
- old
+ new
@@ -3,41 +3,39 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{lunar}
- s.version = "0.1.1"
+ s.version = "0.2.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Cyril David"]
s.date = %q{2010-05-02}
s.description = %q{uses sorted sets and sets, sorting by score}
s.email = %q{cyx.ucron@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
- "README.rdoc"
+ "README.md"
]
s.files = [
".document",
".gitignore",
"LICENSE",
- "README.rdoc",
+ "README.md",
"Rakefile",
"VERSION",
"examples/ohm.rb",
"lib/lunar.rb",
- "lib/lunar/doc.rb",
"lib/lunar/index.rb",
"lib/lunar/result_set.rb",
"lib/lunar/scoring.rb",
"lib/lunar/search.rb",
"lib/lunar/sets.rb",
"lib/lunar/words.rb",
"lunar.gemspec",
"test/helper.rb",
"test/test_lunar.rb",
- "test/test_lunar_document.rb",
"test/test_lunar_index.rb",
"test/test_lunar_scoring.rb",
"test/test_lunar_search.rb",
"test/test_sets.rb",
"vendor/nest/nest.rb",
@@ -80,10 +78,9 @@
s.rubygems_version = %q{1.3.6}
s.summary = %q{a minimalistic full text search implementation in redis}
s.test_files = [
"test/helper.rb",
"test/test_lunar.rb",
- "test/test_lunar_document.rb",
"test/test_lunar_index.rb",
"test/test_lunar_scoring.rb",
"test/test_lunar_search.rb",
"test/test_sets.rb",
"examples/ohm.rb"