chef-server-api 0.10.0 → 0.10.2

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.
@@ -30,6 +30,7 @@ class Cookbooks < Application
30
30
 
31
31
  before :authenticate_every
32
32
  before :params_helper
33
+ before :is_admin, :only => [ :update, :destroy ]
33
34
 
34
35
  attr_accessor :cookbook_name, :cookbook_version
35
36
 
@@ -1,3 +1,3 @@
1
1
  module ChefServerApi
2
- VERSION = '0.10.0'
2
+ VERSION = '0.10.2'
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: chef-server-api
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.10.0
5
+ version: 0.10.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Opscode
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-05-02 00:00:00 -07:00
13
+ date: 2011-06-29 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency