2011-01-25 21:14:20 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< head >
< meta charset = 'utf-8' / >
< title > Jasmine: BDD for your JavaScript< / title >
< link href = 'favicon.ico' rel = 'shortcut icon' type = 'image/x-icon' / >
< link href = '/jasmine/css/screen.css' media = 'screen, projection' rel = 'stylesheet' type = 'text/css' / >
< link href = '/jasmine/css/pygments.css' media = 'screen, projection' rel = 'stylesheet' type = 'text/css' / >
< / head >
< body >
< img alt = 'Fork me on GitHub' class = 'github' src = 'http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png' style = 'position: absolute; top: 0; right: 0; border: 0;' / >
< div class = 'banner' >
< img alt = 'Jasmine: BDD for your JavaScript' src = '/jasmine/images/jasmine_logo.png' / >
2011-01-25 21:17:41 +00:00
< h3 > BDD for JavaScript< / h3 >
2011-01-25 21:14:20 +00:00
< / div >
< section class = 'content' >
< div class = 'copy' >
These files are for the standalone release, meant for inclusion on a static HTML page and manual management of files.
< / div >
< div class = 'copy' >
For a using Jasmine with Ruby on Rails, other Ruby frameworks, within continuous integration environments, or to gain more dynamic source and test file loading, see
< a href = "http://github.com/pivotal/jasmine/wiki." > Using the Jasmine Gem< / a >
< / div >
< table id = 'standalone-downloads' >
< tr >
< th > < / th >
< th > Version< / th >
< th > Size< / th >
< th > Date< / th >
< th > SHA1< / th >
< / tr >
< tr >
< td class = 'link' > < a href = "jasmine-standalone-1.0.1.zip" > downloads/jasmine-standalone-1.0.1.zip< / a > < / td >
< td class = 'version' > 1.0.1< / td >
< td class = 'size' > 20k< / td >
< td class = 'date' > 2010/10/05 13:37:01 PDT< / td >
< td class = 'sha' > b2b3d00a7cb8d5ccd65a3356bb5ae15775328119< / td >
< / tr >
< tr >
< td class = 'link' > < a href = "jasmine-standalone-1.0.0.zip" > downloads/jasmine-standalone-1.0.0.zip< / a > < / td >
< td class = 'version' > 1.0.0< / td >
< td class = 'size' > 20k< / td >
< td class = 'date' > 2010/09/14 12:54:38 PDT< / td >
< td class = 'sha' > 1866f654a3ad0ab9109393ce31d6613c77916607< / td >
< / tr >
< tr class = 'rc' >
< td class = 'link' > < a href = "jasmine-standalone-1.0.0.rc1.zip" > downloads/jasmine-standalone-1.0.0.rc1.zip< / a > < / td >
< td class = 'version' > 1.0.0.rc1< / td >
< td class = 'size' > 19k< / td >
< td class = 'date' > 2010/08/26 13:09:41 PDT< / td >
< td class = 'sha' > 20e7da22bc7ce3433331a5ad44eb199f4ff34065< / td >
< / tr >
< tr >
< td class = 'link' > < a href = "jasmine-standalone-0.11.1.zip" > downloads/jasmine-standalone-0.11.1.zip< / a > < / td >
< td class = 'version' > 0.11.1< / td >
< td class = 'size' > 18k< / td >
< td class = 'date' > 2010/06/25 16:05:30 PDT< / td >
< td class = 'sha' > 26998c7ca047e47f84c382a4efeb1dc5cb8661a6< / td >
< / tr >
< / table >
< / section >
2011-01-25 21:19:36 +00:00
< hr >
< span class = 'small' > Powered by < / span >
< a href = 'http://pivotallabs.com' target = '_blank' >
< img alt = 'Pivotal Labs, Inc.' src = '/jasmine/images/pivotal_logo.gif' / >
< / a >
< / hr >
2011-01-25 21:14:20 +00:00
< / body >