lib/phantomjs/platform.rb in phantomjs-1.9.7.1 vs lib/phantomjs/platform.rb in phantomjs-1.9.8.0

- old
+ new

@@ -96,11 +96,11 @@ def platform 'x86_64-linux' end def package_url - 'https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-x86_64.tar.bz2' + 'https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2' end end end class Linux32 < Platform @@ -112,11 +112,11 @@ def platform 'x86_32-linux' end def package_url - 'https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-linux-i686.tar.bz2' + 'https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-i686.tar.bz2' end end end class OsX < Platform @@ -128,11 +128,11 @@ def platform 'darwin' end def package_url - 'https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-macosx.zip' + 'https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-macosx.zip' end end end class Win32 < Platform @@ -152,10 +152,10 @@ File.expand_path File.join(Phantomjs.base_dir, platform, 'phantomjs.exe') end end def package_url - 'https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.7-windows.zip' + 'https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-windows.zip' end end end end end