django-recipes 0.0.4 → 0.1.0

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
- 0.0.4
1
+ 0.1.0
@@ -1,4 +1,4 @@
1
1
  require 'capistrano'
2
2
  require 'django-recipes/helpers'
3
3
 
4
- Dir.glob("#{File.dirname(__FILE__)}/recipes/**/*.rb").each { |file| load file }
4
+ Dir.glob("#{File.dirname(__FILE__)}/django-recipes/recipes/**/*.rb").each { |file| load file }
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: 0.0.4
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Hawkins
@@ -27,10 +27,10 @@ files:
27
27
  - VERSION
28
28
  - lib/django-recipes.rb
29
29
  - lib/django-recipes/helpers.rb
30
- - lib/recipes/deploy.rb
31
- - lib/recipes/django.rb
32
- - lib/templates/django_vhost.vhost.erb
33
- - lib/templates/maintenance.html.erb
30
+ - lib/django-recipes/recipes/deploy.rb
31
+ - lib/django-recipes/recipes/django.rb
32
+ - lib/django-recipes/templates/django_vhost.vhost.erb
33
+ - lib/django-recipes/templates/maintenance.html.erb
34
34
  - readme.markdown
35
35
  has_rdoc: true
36
36
  homepage: http://github.com/Adman65/django-recipes