unable to push to rubygems with the previous code
did
committed Apr 03, 2013
commit a393c78339d5505e6db1da1ec455903918fafe49
Showing 1
changed file with
1 additions
and 1 deletions
Rakefile
+1
-1
| @@ | @@ -22,7 +22,7 @@ end |
| desc 'build the gem and release it to rubygems.org' | |
| task release: :gem do | |
| - | sh 'gem push pkg/locomotivecms_wagon-#{gemspec.version}.gem' |
| + | sh "gem push pkg/locomotivecms_wagon-#{gemspec.version}.gem" |
| end | |
| namespace :development do | |