Skip to content

Commit 90a646f

Browse files
committed
'Rakefile' nearing perfection
1 parent 8fed15c commit 90a646f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ task :build do
1010
end
1111

1212
task :release => :build do
13-
system "gem push #{gemfile}"
13+
system "gem push pkg/#{gemfile}"
1414
end
1515

1616
task :gem => :build

0 commit comments

Comments
 (0)