chef-server-api 0.8.6 → 0.8.8

Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'merb-core'
5
5
  require 'merb-core/tasks/merb'
6
6
 
7
7
  GEM_NAME = "chef-server-api"
8
- CHEF_SERVER_VERSION="0.8.6"
8
+ CHEF_SERVER_VERSION="0.8.8"
9
9
  AUTHOR = "Opscode"
10
10
  EMAIL = "chef@opscode.com"
11
11
  HOMEPAGE = "http://wiki.opscode.com/display/chef"
@@ -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
- - 6
9
- version: 0.8.6
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-04 00:00:00 -08:00
17
+ date: 2010-03-17 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency