xapor 0.0.0 → 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.1
|
data/xapor.gemspec
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
# Generated by jeweler
|
|
2
|
+
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
|
+
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
|
|
4
|
+
# -*- encoding: utf-8 -*-
|
|
5
|
+
|
|
6
|
+
Gem::Specification.new do |s|
|
|
7
|
+
s.name = %q{xapor}
|
|
8
|
+
s.version = "0.0.1"
|
|
9
|
+
|
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
|
+
s.authors = ["David Workman"]
|
|
12
|
+
s.date = %q{2010-04-20}
|
|
13
|
+
s.description = %q{Rails plugin for Xapian search, built on XapianFu and DelayedJob.}
|
|
14
|
+
s.email = %q{workmad3@hedtek.com}
|
|
15
|
+
s.extra_rdoc_files = [
|
|
16
|
+
"LICENSE",
|
|
17
|
+
"README.rdoc"
|
|
18
|
+
]
|
|
19
|
+
s.files = [
|
|
20
|
+
".document",
|
|
21
|
+
".gitignore",
|
|
22
|
+
"LICENSE",
|
|
23
|
+
"README.rdoc",
|
|
24
|
+
"Rakefile",
|
|
25
|
+
"VERSION",
|
|
26
|
+
"features/step_definitions/xapor_steps.rb",
|
|
27
|
+
"features/support/env.rb",
|
|
28
|
+
"features/xapor.feature",
|
|
29
|
+
"generators/xapor_initializer/templates/xapor.rb",
|
|
30
|
+
"generators/xapor_initializer/xapor_initializer_generator.rb",
|
|
31
|
+
"init.rb",
|
|
32
|
+
"lib/xapor.rb",
|
|
33
|
+
"lib/xapor/config.rb",
|
|
34
|
+
"lib/xapor/model_integration.rb",
|
|
35
|
+
"spec/lib/xapor/config_spec.rb",
|
|
36
|
+
"spec/lib/xapor/model_integration_spec.rb",
|
|
37
|
+
"spec/lib/xapor_spec.rb",
|
|
38
|
+
"spec/spec.opts",
|
|
39
|
+
"spec/spec_helper.rb",
|
|
40
|
+
"xapor.gemspec"
|
|
41
|
+
]
|
|
42
|
+
s.homepage = %q{http://github.com/hedtekltd/xapor}
|
|
43
|
+
s.rdoc_options = ["--charset=UTF-8"]
|
|
44
|
+
s.require_paths = ["lib"]
|
|
45
|
+
s.rubygems_version = %q{1.3.6}
|
|
46
|
+
s.summary = %q{Rails plugin for Xapian search}
|
|
47
|
+
s.test_files = [
|
|
48
|
+
"spec/lib/xapor/config_spec.rb",
|
|
49
|
+
"spec/lib/xapor/model_integration_spec.rb",
|
|
50
|
+
"spec/lib/xapor_spec.rb",
|
|
51
|
+
"spec/spec_helper.rb"
|
|
52
|
+
]
|
|
53
|
+
|
|
54
|
+
if s.respond_to? :specification_version then
|
|
55
|
+
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
56
|
+
s.specification_version = 3
|
|
57
|
+
|
|
58
|
+
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
|
|
59
|
+
s.add_runtime_dependency(%q<xapian-fu>, [">= 1.1.0"])
|
|
60
|
+
s.add_runtime_dependency(%q<delayed_job>, [">= 2.0.3"])
|
|
61
|
+
s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
|
|
62
|
+
s.add_development_dependency(%q<cucumber>, [">= 0"])
|
|
63
|
+
else
|
|
64
|
+
s.add_dependency(%q<xapian-fu>, [">= 1.1.0"])
|
|
65
|
+
s.add_dependency(%q<delayed_job>, [">= 2.0.3"])
|
|
66
|
+
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
|
67
|
+
s.add_dependency(%q<cucumber>, [">= 0"])
|
|
68
|
+
end
|
|
69
|
+
else
|
|
70
|
+
s.add_dependency(%q<xapian-fu>, [">= 1.1.0"])
|
|
71
|
+
s.add_dependency(%q<delayed_job>, [">= 2.0.3"])
|
|
72
|
+
s.add_dependency(%q<rspec>, [">= 1.2.9"])
|
|
73
|
+
s.add_dependency(%q<cucumber>, [">= 0"])
|
|
74
|
+
end
|
|
75
|
+
end
|
|
76
|
+
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.0.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- David Workman
|
|
@@ -90,6 +90,8 @@ files:
|
|
|
90
90
|
- features/step_definitions/xapor_steps.rb
|
|
91
91
|
- features/support/env.rb
|
|
92
92
|
- features/xapor.feature
|
|
93
|
+
- generators/xapor_initializer/templates/xapor.rb
|
|
94
|
+
- generators/xapor_initializer/xapor_initializer_generator.rb
|
|
93
95
|
- init.rb
|
|
94
96
|
- lib/xapor.rb
|
|
95
97
|
- lib/xapor/config.rb
|
|
@@ -99,6 +101,7 @@ files:
|
|
|
99
101
|
- spec/lib/xapor_spec.rb
|
|
100
102
|
- spec/spec.opts
|
|
101
103
|
- spec/spec_helper.rb
|
|
104
|
+
- xapor.gemspec
|
|
102
105
|
has_rdoc: true
|
|
103
106
|
homepage: http://github.com/hedtekltd/xapor
|
|
104
107
|
licenses: []
|