Rakefile in csl-1.0.0.pre1 vs Rakefile in csl-1.0.0.pre2

- old
+ new

@@ -37,9 +37,9 @@ task :release do |t| system "gem build csl.gemspec" system "git tag #{CSL::VERSION}" system "git push --tags" - system "gem push csl-#{CSL::VERSION}" + system "gem push csl-#{CSL::VERSION}.gem" end task :default => [:spec, :cucumber]