From b2557e4ebe24ef4d8660118a4c370dacbc6e1e88 Mon Sep 17 00:00:00 2001 From: Christian Williams Date: Tue, 14 Sep 2010 12:58:02 -0700 Subject: [PATCH] Build dist for 1.0.0. --- lib/jasmine-html.js | 2 +- lib/jasmine.js | 4 ++-- pages | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/jasmine-html.js b/lib/jasmine-html.js index b405821..c59f2de 100644 --- a/lib/jasmine-html.js +++ b/lib/jasmine-html.js @@ -34,7 +34,7 @@ jasmine.TrivialReporter.prototype.reportRunnerStarting = function(runner) { this.outerDiv = this.createDom('div', { className: 'jasmine_reporter' }, this.createDom('div', { className: 'banner' }, this.createDom('div', { className: 'logo' }, - "Jasmine", + this.createDom('a', { href: 'http://pivotal.github.com/jasmine/', target: "_blank" }, "Jasmine"), this.createDom('span', { className: 'version' }, runner.env.versionString())), this.createDom('div', { className: 'options' }, "Show ", diff --git a/lib/jasmine.js b/lib/jasmine.js index 3ace3bc..68baf53 100644 --- a/lib/jasmine.js +++ b/lib/jasmine.js @@ -2416,6 +2416,6 @@ jasmine.getGlobal().clearInterval = function(timeoutKey) { jasmine.version_= { "major": 1, "minor": 0, - "build": "0.rc1", - "revision": 1282853377 + "build": 0, + "revision": 1284494074 }; diff --git a/pages b/pages index 05a3ab4..866083b 160000 --- a/pages +++ b/pages @@ -1 +1 @@ -Subproject commit 05a3ab4054759ec2cb886e06efbcba07131b6789 +Subproject commit 866083b45c3113a33b07d696662eda3871d3ca4d