updated for grunt v0.4.0rc7

This commit is contained in:
Jarrod Overson 2013-01-22 17:01:38 -08:00
parent 82393b94bf
commit c929d11e72
3 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,7 @@
v0.3.0rc7:
date: 2013-01-22
changes:
- Updated dependencies for grunt v0.4.0rc6/rc7
v0.3.0rc5:
date: 2013-01-08
changes:

View File

@ -204,6 +204,7 @@ for more information on the RequireJS template.
## Release History
* 2013-01-21v0.3.0rc7Updated dependencies for grunt v0.4.0rc6/rc7
* 2013-01-07v0.3.0rc5Updating to work with grunt v0.4.0rc5. Switching to this.filesSrc api. Added JUnit xml output (via Kelvin Luck @vitch) Passing console.log from browser to verbose grunt logging Support for templates as separate node modules Removed internal requirejs template (see grunt-template-jasmine-requirejs)
* 2012-12-02v0.2.0Generalized requirejs template config Added loader plugin Tests for templates Updated jasmine to 1.3.0
* 2012-11-23v0.1.2Updated for new grunt/grunt-contrib apis
@ -214,4 +215,4 @@ for more information on the RequireJS template.
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
*This file was generated on Wed Jan 09 2013 21:19:35.*
*This file was generated on Tue Jan 22 2013 17:01:08.*

View File

@ -1,7 +1,7 @@
{
"name": "grunt-contrib-jasmine",
"description": "Run jasmine specs headlessly through PhantomJS.",
"version": "0.3.0rc5",
"version": "0.3.0rc7",
"homepage": "https://github.com/gruntjs/grunt-contrib-jasmine",
"author": {
"name": "Grunt Team",
@ -29,13 +29,13 @@
},
"dependencies": {
"grunt-lib-phantomjs": "~0.1.0",
"grunt": "~0.4.0rc5",
"grunt": "0.4.0rc7",
"rimraf": "~2.0.3"
},
"devDependencies": {
"grunt-contrib-internal": "*",
"grunt-contrib-nodeunit": "~0.1.2rc5",
"grunt-contrib-jshint": "~0.1.1rc5"
"grunt-contrib-nodeunit": "0.1.2rc6",
"grunt-contrib-jshint": "0.1.1rc6"
},
"keywords": [
"gruntplugin",