Fix for 'jasmine:ci' task failure with large numbers of src files

This commit is contained in:
ragaskar
2010-02-16 23:54:26 -08:00
parent 909d5e9a88
commit 7375b5279d
5 changed files with 20 additions and 17 deletions

View File

@@ -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.3"
s.version = "0.4.4"
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-01-28}
s.date = %q{2010-02-16}
s.default_executable = %q{jasmine}
s.description = %q{Javascript BDD test framework}
s.email = %q{ragaskar@gmail.com}