Rakefile in scoped_hash-0.1.0 vs Rakefile in scoped_hash-0.1.1

- old
+ new

@@ -11,8 +11,8 @@ ENV['COVERAGE'] = 'true' Rake::Task['test'].execute end task :build do - cmd="gem build smash.gemspec" + cmd="gem build scoped_hash.gemspec" exec cmd end