Remove geminstaller stuff.
This isn't a gem anymore, and geminstaller is deprecated.
This commit is contained in:
committed by
Christian Williams
parent
7d5ff6985f
commit
bb1928a75c
9
Rakefile
9
Rakefile
@@ -56,7 +56,7 @@ namespace :jasmine do
|
||||
end
|
||||
|
||||
desc 'Builds lib/jasmine from source'
|
||||
task :build => [:lint, 'gems:geminstaller'] do
|
||||
task :build => :lint do
|
||||
puts 'Building Jasmine from source'
|
||||
require 'json'
|
||||
|
||||
@@ -144,10 +144,3 @@ jasmine.version_= {
|
||||
end
|
||||
|
||||
task :jasmine => ['jasmine:server']
|
||||
|
||||
namespace :gems do
|
||||
desc "Run geminstaller."
|
||||
task :geminstaller do
|
||||
`geminstaller --sudo`
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user