bottlerocket 0.0.6 → 0.0.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.
@@ -2,11 +2,10 @@
2
2
  %html{:lang => "en"}
3
3
  %head
4
4
  %meta{:charset => "utf-8"}
5
-
6
5
  /[if IE]
7
- %script{:src => " http://html5shiv.googlecode.com/svn/trunk/html5.js"}
8
-
6
+ %script{:src => "http://html5shiv.googlecode.com/svn/trunk/html5.js"}
9
7
  %title Bottlerocket
8
+ %link{:rel => "stylesheet", :href => "/admin/stylesheets/reset.css"}
10
9
  %link{:rel => "stylesheet", :href => "/admin/stylesheets/screen.css"}
11
10
 
12
11
  %body{:id => @page_id || ''}
@@ -1,4 +1,14 @@
1
- database_name: test
2
- database_host: localhost
3
- database_port: 27017
4
- content_types_file: content_types.yaml
1
+ content_types_file: content_type_test.yaml
2
+ users:
3
+ admin: admin
4
+ client: client
5
+
6
+ development:
7
+ database_name: bottlerocket_development
8
+ database_host: localhost
9
+ database_port: 27017
10
+
11
+ production:
12
+ database_name: bottlerocket_production
13
+ database_host: localhost
14
+ database_port: 27017
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: bottlerocket
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.6
5
+ version: 0.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Brett Goulder
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-05-05 00:00:00 -07:00
14
+ date: 2011-05-06 00:00:00 -07:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency