Skip to content

Commit

Permalink
Update to version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
guylabs committed Apr 20, 2015
1 parent 268b3e5 commit cc066d9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 167 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-spring-data-rest",
"version": "0.4.0",
"version": "0.4.1",
"description": "An AngularJS module to ease the work with a Spring Data REST backend.",
"main": "./dist/angular-spring-data-rest.js",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions dist/angular-spring-data-rest.js
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
(function () {
(function() {

'use strict';

/**
* @module spring-data-rest
* @version 0.4.0
* @version 0.4.1
*
* An AngularJS module to ease the work with a Spring Data REST backend.
*/
angular.module("spring-data-rest", ["ngResource"]);

/**
* @module spring-data-rest
* @version 0.4.0
* @version 0.4.1
*
* Provider for the SpringDataRestAdapter which is the core of this module.
*/
Expand Down Expand Up @@ -335,7 +335,7 @@ angular.module("spring-data-rest").provider("SpringDataRestAdapter", function ()
});
/**
* @module spring-data-rest
* @version 0.4.0
* @version 0.4.1
*
* Provider for the interceptor which wraps the SpringDataRestAdapter around the response object.
*/
Expand Down
162 changes: 2 additions & 160 deletions dist/angular-spring-data-rest.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-spring-data-rest",
"version": "0.4.0",
"version": "0.4.1",
"description": "An AngularJS module to ease the work with a Spring Data REST backend.",
"keywords": [
"AngularJS",
Expand Down
1 change: 0 additions & 1 deletion test/angular-spring-data-rest-provider.fetch.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ describe("the fetch function", function () {
this.httpBackend.verifyNoOutstandingExpectation();
});


it("must process the fetched responses as all the other responses", function () {

var embeddedNewKey = this.config.embeddedNewKey;
Expand Down

0 comments on commit cc066d9

Please sign in to comment.