chef-solr 0.10.6.rc.3 → 0.10.6.rc.4

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 = '0.10.6.rc.3'
3
+ VERSION = '0.10.6.rc.4'
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
- hash: 15424131
4
+ hash: 15424141
5
5
  prerelease: 7
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
9
  - 6
10
10
  - rc
11
- - 3
12
- version: 0.10.6.rc.3
11
+ - 4
12
+ version: 0.10.6.rc.4
13
13
  platform: ruby
14
14
  authors:
15
15
  - Adam Jacob
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-11-28 00:00:00 Z
20
+ date: 2011-12-02 00:00:00 Z
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
23
23
  name: chef
@@ -27,14 +27,14 @@ dependencies:
27
27
  requirements:
28
28
  - - "="
29
29
  - !ruby/object:Gem::Version
30
- hash: 15424131
30
+ hash: 15424141
31
31
  segments:
32
32
  - 0
33
33
  - 10
34
34
  - 6
35
35
  - rc
36
- - 3
37
- version: 0.10.6.rc.3
36
+ - 4
37
+ version: 0.10.6.rc.4
38
38
  type: :runtime
39
39
  version_requirements: *id001
40
40
  description: |