chef-solr 0.10.10.beta.1 → 0.10.10.rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.rdoc CHANGED
@@ -9,4 +9,4 @@ For more information, see the following pages on the Chef Wiki:
9
9
 
10
10
  == Copyright
11
11
 
12
- Copyright (c) 2009 Adam Jacob. See LICENSE for details.
12
+ Copyright (c) 2009-2012 Adam Jacob. See LICENSE for details.
@@ -1,6 +1,6 @@
1
1
  class Chef
2
2
  class Solr
3
- VERSION = '0.10.10.beta.1'
3
+ VERSION = '0.10.10.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,8 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-solr
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 15424231
4
5
  prerelease: 8
5
- version: 0.10.10.beta.1
6
+ segments:
7
+ - 0
8
+ - 10
9
+ - 10
10
+ - rc
11
+ - 1
12
+ version: 0.10.10.rc.1
6
13
  platform: ruby
7
14
  authors:
8
15
  - Adam Jacob
@@ -10,7 +17,7 @@ autorequire:
10
17
  bindir: bin
11
18
  cert_chain: []
12
19
 
13
- date: 2012-04-06 00:00:00 Z
20
+ date: 2012-04-30 00:00:00 Z
14
21
  dependencies:
15
22
  - !ruby/object:Gem::Dependency
16
23
  name: chef
@@ -20,7 +27,14 @@ dependencies:
20
27
  requirements:
21
28
  - - "="
22
29
  - !ruby/object:Gem::Version
23
- version: 0.10.10.beta.1
30
+ hash: 15424231
31
+ segments:
32
+ - 0
33
+ - 10
34
+ - 10
35
+ - rc
36
+ - 1
37
+ version: 0.10.10.rc.1
24
38
  type: :runtime
25
39
  version_requirements: *id001
26
40
  description: |
@@ -62,12 +76,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
76
  requirements:
63
77
  - - ">="
64
78
  - !ruby/object:Gem::Version
79
+ hash: 3
80
+ segments:
81
+ - 0
65
82
  version: "0"
66
83
  required_rubygems_version: !ruby/object:Gem::Requirement
67
84
  none: false
68
85
  requirements:
69
86
  - - ">"
70
87
  - !ruby/object:Gem::Version
88
+ hash: 25
89
+ segments:
90
+ - 1
91
+ - 3
92
+ - 1
71
93
  version: 1.3.1
72
94
  requirements: []
73
95