chef-solr 10.16.6 → 10.18.0.rc.1

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.16.6'
3
+ VERSION = '10.18.0.rc.1'
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,15 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-solr
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.16.6
5
- prerelease:
4
+ version: 10.18.0.rc.1
5
+ prerelease: 8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Adam Jacob
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-10 00:00:00.000000000 Z
12
+ date: 2012-12-19 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.16.6
21
+ version: 10.18.0.rc.1
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.16.6
29
+ version: 10.18.0.rc.1
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
46
45
  - lib/chef/solr/solr_installer.rb
47
46
  - lib/chef/solr/version.rb
47
+ - lib/chef/solr/application/solr.rb
48
48
  - lib/chef/solr.rb
49
- - spec/spec.opts
50
- - spec/spec_helper.rb
51
49
  - spec/unit/application/solr_spec.rb
50
+ - spec/spec_helper.rb
51
+ - spec/spec.opts
52
52
  - solr/solr-home.tar.gz
53
53
  - solr/solr-jetty.tar.gz
54
54
  homepage: http://wiki.opscode.com/display/chef
@@ -66,12 +66,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  none: false
68
68
  requirements:
69
- - - ! '>='
69
+ - - ! '>'
70
70
  - !ruby/object:Gem::Version
71
- version: '0'
71
+ version: 1.3.1
72
72
  requirements: []
73
73
  rubyforge_project:
74
- rubygems_version: 1.8.23
74
+ rubygems_version: 1.8.21
75
75
  signing_key:
76
76
  specification_version: 3
77
77
  summary: Search indexing for Chef