forked from dorren/couchrest_model_search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
couchrest_model_search.gemspec
32 lines (26 loc) · 1.06 KB
/
couchrest_model_search.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{couchrest_model_search}
s.version = File.read "VERSION"
s.authors = ["Dorren Chen", "Matt Parker"]
s.date = %q{2010-10-18}
s.description = %q{Add couchdb-lucene search support to CouchRest Model}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
"LICENSE",
"README.markdown"
]
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
#s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.homepage = %q{http://github.com/dorren/couchrest_model_search}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.summary = %q{Add couchdb-lucene search support to CouchRest Model}
s.add_dependency "couchrest_model", ["~> 1.0.0"]
s.add_development_dependency "rspec", ["~> 2.0"]
s.add_development_dependency "cucumber", ["~> 0.0"]
end