tasks/gem.rake in deathsyn-seedling-0.0.1 vs tasks/gem.rake in deathsyn-seedling-0.0.5

- old
+ new

@@ -1,4 +1,8 @@ +# Copyright (c) 2008-2009 The Rubyists, LLC (effortless systems) <rubyists@rubyists.com> +# Distributed under the terms of the MIT license. +# See the LICENSE file that accompanied this software for the full MIT License text +# require 'rake/gempackagetask' desc "make a gemspec" task :gemspec => [:manifest, :changelog, :authors] do gemspec_file = "#{GEMSPEC.name}.gemspec"