Skip to content

Commit cc066d9

Browse files
author
guylabs
committed
Update to version 0.4.1
1 parent 268b3e5 commit cc066d9

File tree

5 files changed

+8
-167
lines changed

5 files changed

+8
-167
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-spring-data-rest",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "An AngularJS module to ease the work with a Spring Data REST backend.",
55
"main": "./dist/angular-spring-data-rest.js",
66
"license": "MIT",

dist/angular-spring-data-rest.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
(function () {
1+
(function() {
22

33
'use strict';
44

55
/**
66
* @module spring-data-rest
7-
* @version 0.4.0
7+
* @version 0.4.1
88
*
99
* An AngularJS module to ease the work with a Spring Data REST backend.
1010
*/
1111
angular.module("spring-data-rest", ["ngResource"]);
1212

1313
/**
1414
* @module spring-data-rest
15-
* @version 0.4.0
15+
* @version 0.4.1
1616
*
1717
* Provider for the SpringDataRestAdapter which is the core of this module.
1818
*/
@@ -335,7 +335,7 @@ angular.module("spring-data-rest").provider("SpringDataRestAdapter", function ()
335335
});
336336
/**
337337
* @module spring-data-rest
338-
* @version 0.4.0
338+
* @version 0.4.1
339339
*
340340
* Provider for the interceptor which wraps the SpringDataRestAdapter around the response object.
341341
*/

dist/angular-spring-data-rest.min.js

Lines changed: 2 additions & 160 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-spring-data-rest",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "An AngularJS module to ease the work with a Spring Data REST backend.",
55
"keywords": [
66
"AngularJS",

test/angular-spring-data-rest-provider.fetch.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ describe("the fetch function", function () {
243243
this.httpBackend.verifyNoOutstandingExpectation();
244244
});
245245

246-
247246
it("must process the fetched responses as all the other responses", function () {
248247

249248
var embeddedNewKey = this.config.embeddedNewKey;

0 commit comments

Comments
 (0)