version bump
This commit is contained in:
parent
ae4203471b
commit
afb4a64142
@ -4,5 +4,4 @@
|
||||
.jshintignore
|
||||
.gitattributes
|
||||
test
|
||||
docs
|
||||
Gruntfile.js
|
||||
docs
|
@ -1,3 +1,7 @@
|
||||
v0.3.2:
|
||||
date: 2013-02-17
|
||||
changes:
|
||||
- Ensure Gruntfile.js is included on npm.
|
||||
v0.3.1:
|
||||
date: 2013-02-15
|
||||
changes:
|
||||
|
@ -199,6 +199,7 @@ for more information on the RequireJS template.
|
||||
|
||||
## Release History
|
||||
|
||||
* 2013-02-16 v0.3.2 Ensure Gruntfile.js is included on npm.
|
||||
* 2013-02-14 v0.3.1 First official release for Grunt 0.4.0.
|
||||
* 2013-01-21 v0.3.1rc7 Exposed phantom and sendMessage to templates
|
||||
* 2013-01-21 v0.3.0rc7 Updated dependencies for grunt v0.4.0rc6/rc7
|
||||
@ -212,4 +213,4 @@ for more information on the RequireJS template.
|
||||
|
||||
Task submitted by [Jarrod Overson](http://jarrodoverson.com)
|
||||
|
||||
*This file was generated on Fri Feb 15 2013 18:53:30.*
|
||||
*This file was generated on Sun Feb 17 2013 21:40:03.*
|
||||
|
16
junit/TEST-Player.xml
Normal file
16
junit/TEST-Player.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<testsuites>
|
||||
|
||||
<testsuite name="Player" errors="0" tests="2" failures="0" time="0.012" timestamp="2013-02-18T02:40:02.174Z">
|
||||
|
||||
<testcase assertions="2" classname="Player" name="should be able to play a Song" time="0.005">
|
||||
|
||||
</testcase>
|
||||
|
||||
<testcase assertions="1" classname="Player" name="tells the current song if the user has made it a favorite" time="0.001">
|
||||
|
||||
</testcase>
|
||||
|
||||
</testsuite>
|
||||
|
||||
</testsuites>
|
12
junit/TEST-Playerresume.xml
Normal file
12
junit/TEST-Playerresume.xml
Normal file
@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<testsuites>
|
||||
|
||||
<testsuite name="Player #resume" errors="0" tests="1" failures="0" time="0.001" timestamp="2013-02-18T02:40:02.173Z">
|
||||
|
||||
<testcase assertions="1" classname="Player #resume" name="should throw an exception if song is already playing" time="0.001">
|
||||
|
||||
</testcase>
|
||||
|
||||
</testsuite>
|
||||
|
||||
</testsuites>
|
16
junit/TEST-Playerwhensonghasbeenpaused.xml
Normal file
16
junit/TEST-Playerwhensonghasbeenpaused.xml
Normal file
@ -0,0 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<testsuites>
|
||||
|
||||
<testsuite name="Player when song has been paused" errors="0" tests="2" failures="0" time="0.002" timestamp="2013-02-18T02:40:02.170Z">
|
||||
|
||||
<testcase assertions="2" classname="Player when song has been paused" name="should indicate that the song is currently paused" time="0.001">
|
||||
|
||||
</testcase>
|
||||
|
||||
<testcase assertions="2" classname="Player when song has been paused" name="should be possible to resume" time="0.001">
|
||||
|
||||
</testcase>
|
||||
|
||||
</testsuite>
|
||||
|
||||
</testsuites>
|
36
junit/customTemplate/TEST-Player.xml
Normal file
36
junit/customTemplate/TEST-Player.xml
Normal file
@ -0,0 +1,36 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<testsuites>
|
||||
|
||||
<testsuite name="Player" errors="0" tests="2" failures="0" time="0.011" timestamp="2013-02-18T02:40:03.603Z">
|
||||
|
||||
<testcase assertions="2" classname="Player" name="should be able to play a Song" time="0.005">
|
||||
|
||||
</testcase>
|
||||
|
||||
<testcase assertions="1" classname="Player" name="tells the current song if the user has made it a favorite" time="0.001">
|
||||
|
||||
</testcase>
|
||||
|
||||
</testsuite>
|
||||
|
||||
<testsuite name="Player when song has been paused" errors="0" tests="2" failures="0" time="0.002" timestamp="2013-02-18T02:40:03.600Z">
|
||||
|
||||
<testcase assertions="2" classname="Player when song has been paused" name="should indicate that the song is currently paused" time="0.001">
|
||||
|
||||
</testcase>
|
||||
|
||||
<testcase assertions="2" classname="Player when song has been paused" name="should be possible to resume" time="0">
|
||||
|
||||
</testcase>
|
||||
|
||||
</testsuite>
|
||||
|
||||
<testsuite name="Player #resume" errors="0" tests="1" failures="0" time="0" timestamp="2013-02-18T02:40:03.602Z">
|
||||
|
||||
<testcase assertions="1" classname="Player #resume" name="should throw an exception if song is already playing" time="0">
|
||||
|
||||
</testcase>
|
||||
|
||||
</testsuite>
|
||||
|
||||
</testsuites>
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "grunt-contrib-jasmine",
|
||||
"description": "Run jasmine specs headlessly through PhantomJS.",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"homepage": "https://github.com/gruntjs/grunt-contrib-jasmine",
|
||||
"author": {
|
||||
"name": "Grunt Team",
|
||||
|
Loading…
Reference in New Issue
Block a user