From c6020b05fb2000264f003805c45b5add47a60e66 Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Fri, 19 Mar 2021 10:11:41 +1300 Subject: [PATCH] Add rake to bundle, for CI, and switch build badge --- Gemfile | 1 + Gemfile.lock | 2 ++ README.md | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 0890e19..bf59941 100644 --- a/Gemfile +++ b/Gemfile @@ -4,4 +4,5 @@ gem "pg_query", ">= 1.0", "< 3" group :development do gem "rspec" + gem "rake" end diff --git a/Gemfile.lock b/Gemfile.lock index d98a4b6..c3a136c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,6 +5,7 @@ GEM google-protobuf (3.15.6) pg_query (2.0.1) google-protobuf (~> 3.15.5) + rake (13.0.3) rspec (3.10.0) rspec-core (~> 3.10.0) rspec-expectations (~> 3.10.0) @@ -24,6 +25,7 @@ PLATFORMS DEPENDENCIES pg_query (>= 1.0, < 3) + rake rspec BUNDLED WITH diff --git a/README.md b/README.md index 29112f0..7d6407d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/purcell/sqlint.svg?branch=master)](https://travis-ci.org/purcell/sqlint) +[![Build Status](https://github.com/purcell/sqlint/workflows/CI/badge.svg)](https://github.com/purcell/sqlint/actions) [ ![](https://img.shields.io/gem/v/sqlint.svg)](https://rubygems.org/gems/sqlint) [ ![](https://img.shields.io/gem/dt/sqlint.svg)](https://rubygems.org/gems/sqlint) Support me