From 88f342e29681cbcb3c183bd47dfbb45965f42eb7 Mon Sep 17 00:00:00 2001 From: Zoltan Tombol Date: Tue, 1 Mar 2016 18:55:35 +0100 Subject: Rename repository to bats-support --- README.md | 19 ++++++++++++++----- package.json | 2 +- src/output.bash | 2 +- 3 files changed, 16 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4837ced..b7aed90 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,19 @@ -# bats-core +*__Important:__ `bats-core` has been renamed to `bats-support`. GitHub +automatically redirects all references, e.g. submodules and clones will +continue to work, but you are encouraged to [update][github-rename] +them. Version numbering continues where `bats-core` left off.* -[![GitHub license](https://img.shields.io/badge/license-CC0-blue.svg)](https://raw.githubusercontent.com/ztombol/bats-core/master/LICENSE) -[![Build Status](https://travis-ci.org/ztombol/bats-core.svg?branch=master)](https://travis-ci.org/ztombol/bats-core) +[github-rename]: https://help.github.com/articles/renaming-a-repository/ -`bats-core` is a supporting library providing common functions to test -helper libraries written for [Bats][bats]. +- - - - - + +# bats-support + +[![GitHub license](https://img.shields.io/badge/license-CC0-blue.svg)](https://raw.githubusercontent.com/ztombol/bats-support/master/LICENSE) +[![Build Status](https://travis-ci.org/ztombol/bats-support.svg?branch=master)](https://travis-ci.org/ztombol/bats-support) + +`bats-support` is a supporting library providing common functions to +test helper libraries written for [Bats][bats]. Features: - [output formatting](#output-formatting) diff --git a/package.json b/package.json index ca037b6..b04e7bd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "bats-core", + "name": "bats-support", "version": "0.1.0", "private": true } diff --git a/src/output.bash b/src/output.bash index e407a9a..c6cf6a6 100644 --- a/src/output.bash +++ b/src/output.bash @@ -1,5 +1,5 @@ # -# bats-core - Supporting library for Bats test helpers +# bats-support - Supporting library for Bats test helpers # # Written in 2016 by Zoltan Tombol # -- cgit v1.2.3