From 273f4297546ad5bd8b581606e827b82380cda630 Mon Sep 17 00:00:00 2001 From: Rajan Agaskar Date: Wed, 24 Feb 2010 20:02:58 -0800 Subject: [PATCH] Bump version to 0.4.5 --- VERSION.yml | 2 +- jasmine.gemspec | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION.yml b/VERSION.yml index 5072c56..b875bb9 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,5 +1,5 @@ --- -:patch: 4 +:patch: 5 :major: 0 :build: :minor: 4 diff --git a/jasmine.gemspec b/jasmine.gemspec index 9c69d1f..02d7e6b 100644 --- a/jasmine.gemspec +++ b/jasmine.gemspec @@ -1,15 +1,15 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY -# Instead, edit Jeweler::Tasks in rakefile, and run the gemspec command +# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{jasmine} - s.version = "0.4.4" + s.version = "0.4.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Rajan Agaskar", "Christian Williams"] - s.date = %q{2010-02-16} + s.date = %q{2010-02-24} s.default_executable = %q{jasmine} s.description = %q{Javascript BDD test framework} s.email = %q{ragaskar@gmail.com} @@ -32,7 +32,7 @@ Gem::Specification.new do |s| "jasmine/contrib/ruby/run.html", "jasmine/lib/TrivialReporter.js", "jasmine/lib/consolex.js", - "jasmine/lib/jasmine-0.10.0.js", + "jasmine/lib/jasmine-0.10.1.js", "jasmine/lib/jasmine.css", "jasmine/lib/json2.js", "lib/jasmine.rb",