From 6f18595399abaa627aad74c591df296211c5fb90 Mon Sep 17 00:00:00 2001 From: ragaskar Date: Wed, 10 Mar 2010 22:31:15 -0800 Subject: [PATCH] Version bump to 0.4.6 --- VERSION.yml | 2 +- jasmine.gemspec | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION.yml b/VERSION.yml index b875bb9c..d8b983e0 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,5 +1,5 @@ --- -:patch: 5 +:patch: 6 :major: 0 :build: :minor: 4 diff --git a/jasmine.gemspec b/jasmine.gemspec index 02d7e6b9..8438f723 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.5" + s.version = "0.4.6" 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-24} + s.date = %q{2010-03-10} s.default_executable = %q{jasmine} s.description = %q{Javascript BDD test framework} s.email = %q{ragaskar@gmail.com}