django-recipes 0.0.4 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
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