Sha256: 7d44f8fc736e522948567a900b62e5821667b4c7be118a43529e9f50308d5e4a

Contents?: true

Size: 586 Bytes

Versions: 8

Compression:

Stored size: 586 Bytes

Contents

# Rakefile
begin
  require 'jeweler'
  Jeweler::Tasks.new do |gemspec|
    gemspec.name = "django-recipes"
    gemspec.summary = "Set of capistrano recipies for deploying django applications."
    gemspec.description = "Set of capistrano recipies for deploying django applications."
    gemspec.email = "Adman1965@gmail.com"
    gemspec.homepage = "http://github.com/Adman65/django-recipes"
    gemspec.authors = ["Adam Hawkins"]
  end
  Jeweler::GemcutterTasks.new
rescue LoadError
  puts "Jeweler not available. Install it with: sudo gem install jeweler -s http://gemcutter.org"
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
django-recipes-1.1.1 Rakefile
django-recipes-1.1.0 Rakefile
django-recipes-1.0.0 Rakefile
django-recipes-0.1.0 Rakefile
django-recipes-0.0.4 Rakefile
django-recipes-0.0.3 Rakefile
django-recipes-0.0.2 Rakefile
django-recipes-0.0.1 Rakefile