chef-solr 0.10.2 → 0.10.4.rc.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.rdoc +6 -1
  2. data/lib/chef/solr/version.rb +1 -1
  3. metadata +16 -18
data/README.rdoc CHANGED
@@ -1,6 +1,11 @@
1
1
  = chef-solr
2
2
 
3
- Description goes here.
3
+ chef-solr is a Ruby container for SOLR that starts up the Search Engine for the Chef Server under Jetty.
4
+
5
+ For more information, see the following pages on the Chef Wiki:
6
+
7
+ * http://wiki.opscode.com/display/chef/Search
8
+ * http://wiki.opscode.com/display/chef/Chef+Indexer
4
9
 
5
10
  == Copyright
6
11
 
@@ -1,6 +1,6 @@
1
1
  class Chef
2
2
  class Solr
3
- VERSION = '0.10.2'
3
+ VERSION = '0.10.4.rc.1'
4
4
 
5
5
  # Solr Schema. Used to detect incompatibilities between installed solr and
6
6
  # chef-solr versions.
metadata CHANGED
@@ -1,8 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-solr
3
3
  version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 0.10.2
4
+ version: 0.10.4.rc.1
6
5
  platform: ruby
7
6
  authors:
8
7
  - Adam Jacob
@@ -10,20 +9,19 @@ autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
11
 
13
- date: 2011-06-29 00:00:00 -07:00
12
+ date: 2011-07-26 00:00:00 -07:00
14
13
  default_executable:
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: chef
18
- prerelease: false
19
- requirement: &id001 !ruby/object:Gem::Requirement
20
- none: false
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
21
20
  requirements:
22
21
  - - "="
23
22
  - !ruby/object:Gem::Version
24
- version: 0.10.2
25
- type: :runtime
26
- version_requirements: *id001
23
+ version: 0.10.4.rc.1
24
+ version:
27
25
  description:
28
26
  email: adam@opscode.com
29
27
  executables:
@@ -39,15 +37,15 @@ files:
39
37
  - Rakefile
40
38
  - LICENSE
41
39
  - bin/chef-solr
42
- - bin/chef-solr-installer
43
40
  - bin/chef-solr-rebuild
44
- - lib/chef/solr/application/rebuild.rb
45
- - lib/chef/solr/application/solr.rb
41
+ - bin/chef-solr-installer
46
42
  - lib/chef/solr/solr_installer.rb
47
43
  - lib/chef/solr/version.rb
44
+ - lib/chef/solr/application/solr.rb
45
+ - lib/chef/solr/application/rebuild.rb
48
46
  - lib/chef/solr.rb
49
- - solr/solr-home.tar.gz
50
47
  - solr/solr-jetty.tar.gz
48
+ - solr/solr-home.tar.gz
51
49
  has_rdoc: true
52
50
  homepage: http://wiki.opscode.com/display/chef
53
51
  licenses: []
@@ -58,21 +56,21 @@ rdoc_options: []
58
56
  require_paths:
59
57
  - lib
60
58
  required_ruby_version: !ruby/object:Gem::Requirement
61
- none: false
62
59
  requirements:
63
60
  - - ">="
64
61
  - !ruby/object:Gem::Version
65
62
  version: "0"
63
+ version:
66
64
  required_rubygems_version: !ruby/object:Gem::Requirement
67
- none: false
68
65
  requirements:
69
- - - ">="
66
+ - - ">"
70
67
  - !ruby/object:Gem::Version
71
- version: "0"
68
+ version: 1.3.1
69
+ version:
72
70
  requirements: []
73
71
 
74
72
  rubyforge_project:
75
- rubygems_version: 1.6.2
73
+ rubygems_version: 1.3.5
76
74
  signing_key:
77
75
  specification_version: 3
78
76
  summary: Search indexing for Chef