ruby 2.1.2
This commit is contained in:
parent
47132f3e60
commit
19987594d6
2 changed files with 1 additions and 5 deletions
2
Gemfile
2
Gemfile
|
@ -1,5 +1,5 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
ruby '2.1'
|
ruby '2.1.2'
|
||||||
|
|
||||||
gem 'rails', '3.2.17'
|
gem 'rails', '3.2.17'
|
||||||
|
|
||||||
|
|
|
@ -44,10 +44,6 @@ page.open(url, function (status) {
|
||||||
}
|
}
|
||||||
});//document.on animationDone
|
});//document.on animationDone
|
||||||
});//page.evaluate
|
});//page.evaluate
|
||||||
|
|
||||||
setTimeout(function(){
|
|
||||||
phantom.exit();
|
|
||||||
}, 10000)
|
|
||||||
} else {
|
} else {
|
||||||
//failed to load
|
//failed to load
|
||||||
phantom.exit();
|
phantom.exit();
|
||||||
|
|
Loading…
Reference in a new issue