Rakefile in project-0.9.3 vs Rakefile in project-1.0.0

- old
+ new

@@ -4,10 +4,10 @@ begin require 'jeweler' Jeweler::Tasks.new do |gem| gem.name = "project" gem.summary = "A streamlined approach to working with multiple projects and tasks." - gem.description = "" + gem.description = "Project aims to make working with multiple projects as simple as possible. By registering projects with workflows you can quickly create a set of commands that will be run against each project." gem.email = "josh@josh-nesbitt.net" gem.homepage = "http://github.com/joshnesbitt/project" gem.authors = ["Josh Nesbitt"] gem.add_development_dependency "rspec", ">= 1.2.9" gem.executables << 'project'