Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerian committed Nov 22, 2012
1 parent 5c45a92 commit 759148e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -15,13 +15,13 @@ def fixes

end

desc "Build and publish de gem"
desc "Build"
task "build" do
system("gem build bootstrap-datepicker-rails.gemspec")
end

desc "Build and publish de gem"
task "publish" do
desc "Build and publish the gem"
task :publish => :build do
require File.expand_path('../lib/bootstrap-datepicker-rails/version', __FILE__)
system("gem push bootstrap-datepicker-rails-#{BootstrapDatepickerRails::Rails::VERSION}.gem")
system("git push")
Expand Down

0 comments on commit 759148e

Please sign in to comment.