chef-solr 0.9.0.a91 → 0.9.0.a92
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/lib/chef/solr/application/solr.rb +1 -2
- data/lib/chef/solr/version.rb +1 -1
- data/solr/solr-home.tar.gz +0 -0
- metadata +5 -5
@@ -126,8 +126,7 @@ class Chef
|
|
126
126
|
@logfile = File.new(Chef::Config[:log_location], "a")
|
127
127
|
end
|
128
128
|
|
129
|
-
|
130
|
-
Chef::Log.level = :debug
|
129
|
+
Chef::Log.level = Chef::Config[:log_level]
|
131
130
|
|
132
131
|
# Build up a client
|
133
132
|
node = Chef::Node.new
|
data/lib/chef/solr/version.rb
CHANGED
data/solr/solr-home.tar.gz
CHANGED
Binary file
|
metadata
CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
|
|
6
6
|
- 0
|
7
7
|
- 9
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.9.0.
|
9
|
+
- a92
|
10
|
+
version: 0.9.0.a92
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Adam Jacob
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-06-
|
18
|
+
date: 2010-06-11 00:00:00 -07:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -60,8 +60,8 @@ dependencies:
|
|
60
60
|
- 0
|
61
61
|
- 9
|
62
62
|
- 0
|
63
|
-
-
|
64
|
-
version: 0.9.0.
|
63
|
+
- a92
|
64
|
+
version: 0.9.0.a92
|
65
65
|
type: :runtime
|
66
66
|
version_requirements: *id003
|
67
67
|
description:
|