Sha256: 3fc6e3740c9ba9b0319dde6b9ff0c94e1b803d1d7f05023e4b6bd3816acdc8b5
Contents?: true
Size: 439 Bytes
Versions: 12
Compression:
Stored size: 439 Bytes
Contents
module Workbench class JSLibs def self.list { 'jquery' => 'http://code.jquery.com/jquery.js', # latest jQuery 'jquery-ui' => 'http://yandex.st/jquery-ui/1.8.16/jquery-ui.js', 'jquery-cookie' => 'http://yandex.st/jquery/cookie/1.0/jquery.cookie.js', 'jquery-easing' => 'http://yandex.st/jquery/easing/1.3/jquery.easing.js', 'json' => 'http://yandex.st/json2/2011-01-18/json2.js' } end end end
Version data entries
12 entries across 12 versions & 1 rubygems