Skip to content

Commit

Permalink
Merge pull request #118 from whomwah/dr-standard
Browse files Browse the repository at this point in the history
Add standard and sync core version
  • Loading branch information
whomwah committed Jul 1, 2021
2 parents 13d7713 + b1fe99d commit 146447b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Sync Gemfile.lock with `rqrcode_core.1.1.0`
- Add badge for Standard linting

### Changed

- Corrected method name referred to in CHANGELOG.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -18,7 +18,7 @@ GEM
rake (13.0.3)
regexp_parser (2.1.1)
rexml (3.2.5)
rqrcode_core (1.0.0)
rqrcode_core (1.1.0)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
Expand Down
1 change: 1 addition & 0 deletions README.md
@@ -1,6 +1,7 @@
# RQRCode

![](https://github.com/whomwah/rqrcode/actions/workflows/ruby.yml/badge.svg)
[![Ruby Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://github.com/testdouble/standard)


[RQRCode](https://github.com/whomwah/rqrcode) is a library for creating and rendering QR codes into various formats. It has a simple interface with all the standard QR code options. It was adapted from the Javascript library by Kazuhiko Arase.
Expand Down

0 comments on commit 146447b

Please sign in to comment.