chef-solr 10.24.0.rc.0 → 10.24.0.rc.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +1,11 @@
1
1
  class Chef
2
2
  class Solr
3
- VERSION = '10.24.0.rc.0'
3
+ VERSION = '10.24.0.rc.1'
4
4
 
5
5
  # Solr Schema. Used to detect incompatibilities between installed solr and
6
6
  # chef-solr versions.
7
7
  SCHEMA_NAME = "chef"
8
- SCHEMA_VERSION = '1.2'
8
+ SCHEMA_VERSION = '1.3'
9
9
 
10
10
  end
11
11
  end
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
- hash: -2351314978
4
+ hash: 2736371567
5
5
  prerelease: 8
6
6
  segments:
7
7
  - 10
8
8
  - 24
9
9
  - 0
10
10
  - rc
11
- - 0
12
- version: 10.24.0.rc.0
11
+ - 1
12
+ version: 10.24.0.rc.1
13
13
  platform: ruby
14
14
  authors:
15
15
  - Adam Jacob
@@ -27,14 +27,14 @@ dependencies:
27
27
  requirements:
28
28
  - - "="
29
29
  - !ruby/object:Gem::Version
30
- hash: -2351314978
30
+ hash: 2736371567
31
31
  segments:
32
32
  - 10
33
33
  - 24
34
34
  - 0
35
35
  - rc
36
- - 0
37
- version: 10.24.0.rc.0
36
+ - 1
37
+ version: 10.24.0.rc.1
38
38
  type: :runtime
39
39
  version_requirements: *id001
40
40
  description: |