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