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 +1 -1
- data/lib/django-recipes.rb +1 -1
- data/lib/{recipes → django-recipes/recipes}/deploy.rb +0 -0
- data/lib/{recipes → django-recipes/recipes}/django.rb +0 -0
- data/lib/{templates → django-recipes/templates}/django_vhost.vhost.erb +0 -0
- data/lib/{templates → django-recipes/templates}/maintenance.html.erb +0 -0
- metadata +5 -5
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0
|
1
|
+
0.1.0
|
data/lib/django-recipes.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
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
|
+
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
|