We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb8d97 commit 5c49e5cCopy full SHA for 5c49e5c
1 file changed
Rakefile
@@ -5,7 +5,7 @@ require 'rspec/core/rake_task'
5
namespace :gem do
6
desc "Build the rdf-mongo-#{File.read('VERSION').chomp}.gem file"
7
task :build do
8
- sh "gem build .gemspec && mv rdf-mongo-#{File.read('VERSION').chomp}.gem pkg/"
+ sh "gem build rdf-mongo.gemspec && mv rdf-mongo-#{File.read('VERSION').chomp}.gem pkg/"
9
end
10
11
desc "Release the rdf-mongo-#{File.read('VERSION').chomp}.gem file"
0 commit comments