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.
@@ -126,8 +126,7 @@ class Chef
126
126
  @logfile = File.new(Chef::Config[:log_location], "a")
127
127
  end
128
128
 
129
- #Chef::Log.level = Chef::Config[:log_level]
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
@@ -1,5 +1,5 @@
1
1
  class Chef
2
2
  class Solr
3
- VERSION = '0.9.0.a91'
3
+ VERSION = '0.9.0.a92'
4
4
  end
5
5
  end
Binary file
metadata CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
6
6
  - 0
7
7
  - 9
8
8
  - 0
9
- - a91
10
- version: 0.9.0.a91
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-08 00:00:00 -07:00
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
- - a91
64
- version: 0.9.0.a91
63
+ - a92
64
+ version: 0.9.0.a92
65
65
  type: :runtime
66
66
  version_requirements: *id003
67
67
  description: