From 253549d2e7a5f693de2de66de26f7689c0a8862f Mon Sep 17 00:00:00 2001 From: James Coglan Date: Thu, 5 Jun 2014 21:43:46 +0100 Subject: [PATCH] Remove the trailing lines. --- .travis.yml | 1 - CHANGELOG.md | 1 - Makefile | 3 +-- README.md | 1 - package.json | 1 - spec/redis.conf | 1 - spec/runner.js | 1 - 7 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index f655837..9f68936 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,3 @@ before_script: - make env: TRAVIS=1 - diff --git a/CHANGELOG.md b/CHANGELOG.md index f2ab34a..26d1d19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,4 +21,3 @@ ### 0.1.0 / 2012-02-26 * Initial release: Redis backend for Faye 0.8 - diff --git a/Makefile b/Makefile index f90fa61..c7944b7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ prepare: git submodule update --init --recursive - cd vendor/faye && npm install + cd vendor/faye && npm install cd vendor/faye && ./node_modules/.bin/wake npm install - diff --git a/README.md b/README.md index 833bf01..e242490 100644 --- a/README.md +++ b/README.md @@ -63,4 +63,3 @@ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/package.json b/package.json index 87b640c..cafab30 100644 --- a/package.json +++ b/package.json @@ -19,4 +19,3 @@ , "url" : "git://github.com/faye/faye-redis-node.git" } } - diff --git a/spec/redis.conf b/spec/redis.conf index 0e6020e..64b0dff 100644 --- a/spec/redis.conf +++ b/spec/redis.conf @@ -39,4 +39,3 @@ list-max-ziplist-value 64 set-max-intset-entries 512 activerehashing yes - diff --git a/spec/runner.js b/spec/runner.js index cad2373..1d10ca7 100644 --- a/spec/runner.js +++ b/spec/runner.js @@ -5,4 +5,3 @@ require('../vendor/faye/spec/javascript/engine_spec') require('./faye_redis_spec') JS.Test.autorun() -