From c42462ff0d632040b5d7851b97fdb85df7dc794d Mon Sep 17 00:00:00 2001 From: Shaun McCormick Date: Thu, 24 Feb 2022 12:40:10 -0600 Subject: [PATCH] Update badges, changelog --- CHANGELOG.md | 4 +++- README.md | 11 ++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e03d8..2616681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ ## Next Release Your contribution here. -* [#167](https://github.com/bigcommerce/bigcommerce-api-ruby/pull/000): Changes handling of HTTP response headers to handle lowercased titles. - [@bc-zachary](https://github.com/bc-zachary). +* [#168](https://github.com/bigcommerce/bigcommerce-api-ruby/pull/168): Move to CircleCI off of TravisCI - [@splittingred](https://github.com/splittingred) +* [#168](https://github.com/bigcommerce/bigcommerce-api-ruby/pull/168): Explicitly declare development dependencies in gemspec - [@splittingred](https://github.com/splittingred) +* [#167](https://github.com/bigcommerce/bigcommerce-api-ruby/pull/167): Changes handling of HTTP response headers to handle lowercased titles. - [@bc-zachary](https://github.com/bc-zachary). * [#000](https://github.com/bigcommerce/bigcommerce-api-ruby/pull/000): Brief description here. - [@username](https://github.com/username). ## 1.0.1 diff --git a/README.md b/README.md index 50b837f..f253b1d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # BigCommerce API Ruby [![Gem Version](https://badge.fury.io/rb/bigcommerce.svg)](https://rubygems.org/gems/bigcommerce) -[![Build Status](https://travis-ci.org/bigcommerce/bigcommerce-api-ruby.svg?branch=master)](https://travis-ci.org/bigcommerce/bigcommerce-api-ruby) -[![Dependency Status](https://gemnasium.com/bigcommerce/bigcommerce-api-ruby.svg?travis)](https://gemnasium.com/bigcommerce/bigcommerce-api-ruby) +[![CircleCI](https://circleci.com/gh/bigcommerce/bigcommerce-api-ruby/tree/master.svg?style=svg)](https://circleci.com/gh/bigcommerce/bigcommerce-api-ruby/tree/master) +[![Test Coverage](https://api.codeclimate.com/v1/badges/d1ba1b74a2a74a26e8b4/test_coverage)](https://codeclimate.com/github/bigcommerce/bigcommerce-api-ruby/test_coverage) +[![Maintainability](https://api.codeclimate.com/v1/badges/d1ba1b74a2a74a26e8b4/maintainability)](https://codeclimate.com/github/bigcommerce/bigcommerce-api-ruby/maintainability) This is the official BigCommerce API client to support our Stores API. You can find more information about becoming a BigCommerce developer here: [developer.bigcommerce.com](http://developer.bigcommerce.com). @@ -21,7 +22,8 @@ gem 'bigcommerce', '~> 1.0' ``` ## Requirements -- Ruby 2.0.0 or newer. Please refer to the `.travis.yml` to see which versions we officially support. + +- Ruby 2.0.0 or newer (Ruby 2.7+ is preferred) ## Getting Started To make requests to our API, you must register as a developer and have your credentials ready. @@ -174,3 +176,6 @@ Bigcommerce::System.raw_request(:get, 'time', connection: connection_legacy) ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md) + +## License +See [LICENSE.md](LICENSE.md)