chef-server-api 0.8.6 → 0.8.8
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/Rakefile +1 -1
- data/app/controllers/application.rb +1 -1
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
#
|
|
2
|
+
#
|
|
2
3
|
# Author:: Adam Jacob (<adam@opscode.com>)
|
|
3
4
|
# Author:: Christopher Brown (<cb@opscode.com>)
|
|
4
5
|
# Copyright:: Copyright (c) 2008 Opscode, Inc.
|
|
@@ -167,7 +168,6 @@ class ChefServerApi::Application < Merb::Controller
|
|
|
167
168
|
else
|
|
168
169
|
raise ArgumentError, "segment must be one of :attributes, :recipes, :definitions, :remote_files, :template_files, :resources, :providers or :libraries"
|
|
169
170
|
end
|
|
170
|
-
Chef::Log.error(files_list.inspect)
|
|
171
171
|
files_list
|
|
172
172
|
end
|
|
173
173
|
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 8
|
|
8
|
-
-
|
|
9
|
-
version: 0.8.
|
|
8
|
+
- 8
|
|
9
|
+
version: 0.8.8
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Opscode
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2010-03-
|
|
17
|
+
date: 2010-03-17 00:00:00 -07:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|