mwmitchell-solr-ruby 0.5.0

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.
metadata ADDED
@@ -0,0 +1,92 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: mwmitchell-solr-ruby
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.5.0
5
+ platform: ruby
6
+ authors:
7
+ - Matt Mitchell
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+
12
+ date: 2008-12-16 00:00:00 -08:00
13
+ default_executable:
14
+ dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: builder
17
+ version_requirement:
18
+ version_requirements: !ruby/object:Gem::Requirement
19
+ requirements:
20
+ - - ">="
21
+ - !ruby/object:Gem::Version
22
+ version: 2.1.2
23
+ version:
24
+ description: solr-ruby is a Ruby gem for working with Apache Solr
25
+ email: goodieboy@gmail.com
26
+ executables: []
27
+
28
+ extensions: []
29
+
30
+ extra_rdoc_files: []
31
+
32
+ files:
33
+ - examples/http.rb
34
+ - examples/direct.rb
35
+ - lib/solr.rb
36
+ - lib/core_ext.rb
37
+ - lib/solr/adapter.rb
38
+ - lib/solr/adapter/common_methods.rb
39
+ - lib/solr/adapter/direct.rb
40
+ - lib/solr/adapter/http.rb
41
+ - lib/solr/connection.rb
42
+ - lib/solr/connection/base.rb
43
+ - lib/solr/connection/search_ext.rb
44
+ - lib/solr/indexer.rb
45
+ - lib/mapper.rb
46
+ - lib/mapper/rss.rb
47
+ - lib/message.rb
48
+ - lib/response.rb
49
+ - LICENSE
50
+ - Rakefile
51
+ - README.rdoc
52
+ - solr-ruby.gemspec
53
+ has_rdoc: true
54
+ homepage: http://github.com/mwmitchell/solr-ruby
55
+ post_install_message:
56
+ rdoc_options:
57
+ - --main
58
+ - README.rdoc
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ requirements:
63
+ - - ">="
64
+ - !ruby/object:Gem::Version
65
+ version: "0"
66
+ version:
67
+ required_rubygems_version: !ruby/object:Gem::Requirement
68
+ requirements:
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ version: "0"
72
+ version:
73
+ requirements: []
74
+
75
+ rubyforge_project:
76
+ rubygems_version: 1.2.0
77
+ signing_key:
78
+ specification_version: 2
79
+ summary: Ruby client for Apache Solr
80
+ test_files:
81
+ - test/adapter_common_methods_test.rb
82
+ - test/connection_test_methods.rb
83
+ - test/direct_test.rb
84
+ - test/ext_pagination_test.rb
85
+ - test/ext_params_test.rb
86
+ - test/ext_search_test.rb
87
+ - test/http_test.rb
88
+ - test/indexer_test.rb
89
+ - test/mapper_test.rb
90
+ - test/message_test.rb
91
+ - test/ruby-lang.org.rss.xml
92
+ - test/test_helpers.rb