chef-solr 10.18.0.rc.1 → 10.18.0.rc.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  class Chef
2
2
  class Solr
3
- VERSION = '10.18.0.rc.1'
3
+ VERSION = '10.18.0.rc.2'
4
4
 
5
5
  # Solr Schema. Used to detect incompatibilities between installed solr and
6
6
  # chef-solr versions.
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-solr
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.18.0.rc.1
4
+ version: 10.18.0.rc.2
5
5
  prerelease: 8
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-19 00:00:00.000000000 Z
12
+ date: 2013-01-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: chef
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 10.18.0.rc.1
21
+ version: 10.18.0.rc.2
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 10.18.0.rc.1
29
+ version: 10.18.0.rc.2
30
30
  description: ! 'Vendored Apache Solr for use with Chef Server
31
31
 
32
32
  '
@@ -42,13 +42,13 @@ files:
42
42
  - LICENSE
43
43
  - bin/chef-solr
44
44
  - bin/chef-solr-installer
45
+ - lib/chef/solr/application/solr.rb
45
46
  - lib/chef/solr/solr_installer.rb
46
47
  - lib/chef/solr/version.rb
47
- - lib/chef/solr/application/solr.rb
48
48
  - lib/chef/solr.rb
49
- - spec/unit/application/solr_spec.rb
50
- - spec/spec_helper.rb
51
49
  - spec/spec.opts
50
+ - spec/spec_helper.rb
51
+ - spec/unit/application/solr_spec.rb
52
52
  - solr/solr-home.tar.gz
53
53
  - solr/solr-jetty.tar.gz
54
54
  homepage: http://wiki.opscode.com/display/chef
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  version: 1.3.1
72
72
  requirements: []
73
73
  rubyforge_project:
74
- rubygems_version: 1.8.21
74
+ rubygems_version: 1.8.23
75
75
  signing_key:
76
76
  specification_version: 3
77
77
  summary: Search indexing for Chef