Rakefile in reapal-0.2.2 vs Rakefile in reapal-0.3.0

- old
+ new

@@ -3,14 +3,10 @@ RSpec::Core::RakeTask.new(:spec) task :default => :spec -task :build do - puts `gem build reapal.gemspec` -end - task :push do - puts `gem push reapal-#{Reapal::VERSION}.gem` + puts `gem push pkg/reapal-#{Reapal::VERSION}.gem` end task :publish => [:build, :push]