Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix rake gem:release task
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Nov 8, 2012
1 parent 343c667 commit 5c4b958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace :gem do
end

task release: :build do
system "gem push jquery-turbolinks-#{Bunder::VERSION}"
system "gem push jquery-turbolinks-#{JqueryTurbolinks::VERSION}.gem"
end
end

Expand Down

0 comments on commit 5c4b958

Please sign in to comment.