From 97c87ab4146f38ff6c110dcffdca57820c2345f6 Mon Sep 17 00:00:00 2001 From: Qi He Date: Tue, 4 Oct 2016 17:51:59 -0700 Subject: [PATCH] update readme --- .travis.yml | 5 +---- README.md | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 343d77b..0668713 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,4 @@ script: ./bin/rspec sudo: false rvm: - - 2.0 - - 2.1 - - 2.2 - - 2.3.1 + - 2.0.0 diff --git a/README.md b/README.md index 0d0273f..17f8a9f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,17 @@ Wechat Message Encryption Wrapper ======== - -[微信加密解密技术方案](https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419318482&token=6e18ec982b3bc11a95683a6b6045cd3cf373f09d&lang=zh_CN) +[![Build Status][travis-img]][travis] [![Coverage Status][coverage-img]][coverage] [![Gem Version][gem-img]][gem] [![License][license-img]][license] + +[coverage-img]: https://coveralls.io/repos/he9qi/we_whisper/badge.svg?branch=master&service=github +[coverage]: https://coveralls.io/github/he9qi/we_whisper?branch=master +[travis-img]: https://travis-ci.org/he9qi/we_whisper.svg?branch=master +[travis]: https://travis-ci.org/he9qi/we_whisper +[gem-img]: https://badge.fury.io/rb/we_whisper.svg +[gem]: https://rubygems.org/gems/we_whisper +[license-img]: http://img.shields.io/badge/license-MIT-brightgreen.svg +[license]: http://opensource.org/licenses/MIT + +> [微信加密解密技术方案](https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419318482&token=6e18ec982b3bc11a95683a6b6045cd3cf373f09d&lang=zh_CN) ### install gem ``` -- libgit2 0.21.0