Skip to content

Commit

Permalink
Don't need write_gemspec rake task anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Jan 20, 2009
1 parent 44366b8 commit 202dac0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Rakefile
Expand Up @@ -21,14 +21,6 @@ Rake::GemPackageTask.new(spec) do |package|
package.gem_spec = spec package.gem_spec = spec
end 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"] CLEAN.include ["pkg", "*.gem", "doc", "ri", "coverage"]


desc 'Install the package as a gem.' desc 'Install the package as a gem.'
Expand Down

0 comments on commit 202dac0

Please sign in to comment.