chef-server-api 0.10.0.beta.8 → 0.10.0.beta.9

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/config/init.rb CHANGED
@@ -65,6 +65,7 @@ end
65
65
 
66
66
  unless Merb::Config.environment == "test"
67
67
  # create the couch design docs for nodes, roles, and databags
68
+ Chef::CouchDB.new.create_db
68
69
  Chef::CouchDB.new.create_id_map
69
70
  Chef::Node.create_design_document
70
71
  Chef::Role.create_design_document
@@ -1,3 +1,3 @@
1
1
  module ChefServerApi
2
- VERSION = '0.10.0.beta.8'
2
+ VERSION = '0.10.0.beta.9'
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: 7
5
- version: 0.10.0.beta.8
5
+ version: 0.10.0.beta.9
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-04-08 00:00:00 -07:00
13
+ date: 2011-04-10 00:00:00 -07:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency