Skip to content

Commit

Permalink
Updated test suite version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wildhoney committed Aug 3, 2014
1 parent 0e05c99 commit 00fba3b
Show file tree
Hide file tree
Showing 7 changed files with 637 additions and 11 deletions.
6 changes: 3 additions & 3 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "ember-droplet",
"version": "0.5.4",
"version": "0.5.5",
"homepage": "https://github.com/Wildhoney/EmberDroplet",
"authors": [
"Adam Timberlake <adam.timberlake@gmail.com>"
Expand All @@ -15,8 +15,8 @@
],
"dependencies": {
"jquery": "~2.0.3",
"jasmine": "~1.3.1",
"ember": "~1.6.1",
"handlebars": "~1.3.0"
"handlebars": "~1.3.0",
"jasmine": "~2.0.1"
}
}
2 changes: 1 addition & 1 deletion dist/ember-droplet.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions docs/classes/EmberDropletController.html
Expand Up @@ -1257,7 +1257,8 @@ <h3 class="name"><code>deleteFile</code></h3>

<li class="arg">

<code>file!~YUIDOC_LINE~!Deletes</code>
<code>file
Deletes</code>

</li>

Expand Down Expand Up @@ -1316,7 +1317,8 @@ <h4>Parameters:</h4>

<li class="param">

<code class="param-name">file!~YUIDOC_LINE~!Deletes</code>
<code class="param-name">file
Deletes</code>
<span class="type">Object</span>


Expand Down
2 changes: 1 addition & 1 deletion docs/data.json
Expand Up @@ -192,7 +192,7 @@
"name": "deleteFile",
"params": [
{
"name": "file!~YUIDOC_LINE~!Deletes",
"name": "file\nDeletes",
"description": "a file from the collection."
}
],
Expand Down

0 comments on commit 00fba3b

Please sign in to comment.