Skip to content

Commit 4a7cf43

Browse files
committed
Merge branch 'develop'
2 parents 54785d8 + b104d8d commit 4a7cf43

File tree

4 files changed

+25
-12
lines changed

4 files changed

+25
-12
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- "0.9"
54
- "0.10"
65

76
services:
8-
- redis-server
7+
- redis-server

LICENSE

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2013 David Kudera
3+
Copyright (c) 2013 - 2015 David Kudera
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal
@@ -18,4 +18,5 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
21+
THE SOFTWARE.
22+

README.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1-
[![NPM version](https://badge.fury.io/js/cache-storage.png)](http://badge.fury.io/js/cache-storage)
2-
[![Dependency Status](https://gemnasium.com/sakren/node-cache-storage.png)](https://gemnasium.com/sakren/node-cache-storage)
3-
[![Build Status](https://travis-ci.org/sakren/node-cache-storage.png?branch=master)](https://travis-ci.org/sakren/node-cache-storage)
1+
[![NPM version](https://img.shields.io/npm/v/cache-storage.svg?style=flat-square)](http://badge.fury.io/js/cache-storage)
2+
[![Dependency Status](https://img.shields.io/gemnasium/Carrooi/Node-CacheStorage.svg?style=flat-square)](https://gemnasium.com/Carrooi/Node-CacheStorage)
3+
[![Build Status](https://img.shields.io/travis/Carrooi/Node-CacheStorage.svg?style=flat-square)](https://travis-ci.org/Carrooi/Node-CacheStorage)
44

55
# cache-storage
66

77
Advanced cache storage inspired by cache in [Nette framework](http://doc.nette.org/en/caching).
88

99
Can be also used in browser for example with [simq](https://npmjs.org/package/simq).
1010

11+
## Help
12+
13+
Unfortunately I don't have any more time to maintain this repository :-(
14+
15+
Don't you want to save me and this project by taking over it?
16+
17+
![sad cat](https://raw.githubusercontent.com/sakren/sakren.github.io/master/images/sad-kitten.jpg)
18+
1119
## Installing
1220

1321
```
@@ -211,6 +219,10 @@ $ npm test
211219

212220
## Changelog
213221

222+
* 2.0.1
223+
+ Move under Carrooi organization
224+
+ Abandon package
225+
214226
* 2.0.0
215227
+ Support for asynchronous storages
216228
+ Appended `Sync` to old storages' names (original names are deprecated)
@@ -272,4 +284,4 @@ $ npm test
272284

273285

274286
* 1.0.0
275-
+ Initial version
287+
+ Initial version

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "cache-storage",
3-
"description": "Advanced cache storage for node js",
4-
"version": "2.0.0",
3+
"description": "[ABANDONED] Advanced cache storage for node js",
4+
"version": "2.0.1",
55
"author": {
66
"name": "David Kudera",
7-
"email": "sakren@gmail.com"
7+
"email": "kudera.d@gmail.com"
88
},
99
"keywords": [
1010
"cache",
@@ -14,7 +14,7 @@
1414
],
1515
"repository": {
1616
"type": "git",
17-
"url": "git@github.com:sakren/node-cache-storage.git"
17+
"url": "git@github.com:Carrooi/Node-CacheStorage.git"
1818
},
1919
"license": "MIT",
2020
"engines": {
@@ -41,3 +41,4 @@
4141
"test-browser": "mocha-phantomjs ./test/browser/index.html"
4242
}
4343
}
44+

0 commit comments

Comments
 (0)