|
@@ -82,7 +82,7 @@ task import: %w(bundle_install) do
|
|
end
|
|
end
|
|
|
|
|
|
task :bundle_install do
|
|
task :bundle_install do
|
|
- sh 'bundle install'
|
|
|
|
|
|
+ sh 'bundle check || bundle install'
|
|
end
|
|
end
|
|
|
|
|
|
task :clean do
|
|
task :clean do
|
|
@@ -100,7 +100,7 @@ task :lint do
|
|
.each do |link|
|
|
.each do |link|
|
|
case link.scan('->').length
|
|
case link.scan('->').length
|
|
when 0
|
|
when 0
|
|
- #puts("link contains no ->, probably not a problem")
|
|
|
|
|
|
+ #link contains no ->, probably not a problem
|
|
text = link
|
|
text = link
|
|
when 1
|
|
when 1
|
|
# no problem
|
|
# no problem
|