Skip to content

Commit 5c49e5c

Browse files
committed
Update rake build task.
[ci skip]
1 parent 3fb8d97 commit 5c49e5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'rspec/core/rake_task'
55
namespace :gem do
66
desc "Build the rdf-mongo-#{File.read('VERSION').chomp}.gem file"
77
task :build do
8-
sh "gem build .gemspec && mv rdf-mongo-#{File.read('VERSION').chomp}.gem pkg/"
8+
sh "gem build rdf-mongo.gemspec && mv rdf-mongo-#{File.read('VERSION').chomp}.gem pkg/"
99
end
1010

1111
desc "Release the rdf-mongo-#{File.read('VERSION').chomp}.gem file"

0 commit comments

Comments
 (0)