django-recipes 1.1.0 → 1.1.1

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/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.0
1
+ 1.1.1
@@ -44,6 +44,7 @@ Capistrano::Configuration.instance(:must_exist).load do
44
44
  desc "[internal] Chgrp -R of /shared/system writable by the apache group"
45
45
  task :writable_directories, :roles => :app do
46
46
  sudo "chown -R #{user}:#{apache_group} #{shared_path}/system"
47
+ sudo "chmod -R g+w #{shared_path}/system"
47
48
  end
48
49
 
49
50
  desc "Starts the application server"
@@ -63,7 +63,7 @@ Lets take an example application and the associated config file.
63
63
 
64
64
  ## Step 3: Prepare your cap file
65
65
 
66
- require 'django-recipes' # require django-recipes
66
+
67
67
  ### Set up your regular SCM settings
68
68
 
69
69
  ### Apache settings
@@ -87,6 +87,9 @@ Lets take an example application and the associated config file.
87
87
  set :media_root, "public"
88
88
  set :admin_media_root, "admin"
89
89
 
90
+ ### Add django-recipes
91
+ require 'django-recipes'
92
+
90
93
  ## Step 4: Deploy
91
94
 
92
95
  cap deploy:setup cap:deploy
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: django-recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Hawkins
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-11-08 00:00:00 -08:00
12
+ date: 2009-11-09 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies: []
15
15