diff --git a/Rakefile b/Rakefile index 86d2b25..e991d7d 100644 --- a/Rakefile +++ b/Rakefile @@ -21,14 +21,6 @@ Rake::GemPackageTask.new(spec) do |package| package.gem_spec = spec end -desc 'Show information about the gem.' -task :write_gemspec do - File.open("features2cards.gemspec", 'w') do |f| - f.write spec.to_ruby - end - puts "Generated: features2cards.gemspec" -end - CLEAN.include ["pkg", "*.gem", "doc", "ri", "coverage"] desc 'Install the package as a gem.'