pheme 3.1.0 → 3.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +1 -1
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/pheme/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ba47b903f807d38bc0ab2bcc26c84b5cdf80ae14b8b63408927c8fe72156266
|
4
|
+
data.tar.gz: 07e8426d2cb5fdeb04f34849e6f555964194f10bf95b32a5661ff8e2d7e97475
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz: '
|
6
|
+
metadata.gz: 60912eecc579e300d5ad97d0aed5979456763d4bc4f5743ca93190fd698e19fe183ce64b67a9c522f4224a56797f9e402b03fd6607c1f195b8aa2cd0614ec59c
|
7
|
+
data.tar.gz: '0184c0f070240253fb74520be53e2b16fb2f0b1c8541c6dcfbdf882165f8645182c07970f0c35e698fab7e903ab092479ca8a675c0ca08055ae441e743e119e1'
|
data/.circleci/config.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
5
5
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
6
6
|
|
7
|
+
## 3.1.1 - 2019-02-14
|
8
|
+
### Fixed
|
9
|
+
- Code coverage not reporting as expected, only report coverage on Ruby 2.5 build.
|
10
|
+
|
7
11
|
## 3.1.0 - 2019-02-14
|
8
12
|
### Added
|
9
13
|
- Code coverage tracker integration (coveralls.io).
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# pheme [![CircleCI](https://circleci.com/gh/wealthsimple/pheme.svg?style=svg&circle-token=76942be0b1712ac066627be264886ee18039ad11)](https://circleci.com/gh/wealthsimple/pheme) [![Coverage Status](https://coveralls.io/repos/github/wealthsimple/pheme/badge.svg
|
1
|
+
# pheme [![CircleCI](https://circleci.com/gh/wealthsimple/pheme.svg?style=svg&circle-token=76942be0b1712ac066627be264886ee18039ad11)](https://circleci.com/gh/wealthsimple/pheme) [![Coverage Status](https://coveralls.io/repos/github/wealthsimple/pheme/badge.svg)](https://coveralls.io/github/wealthsimple/pheme?branch=3.1.0-rc)
|
2
2
|
|
3
3
|
Ruby SNS publisher + SQS poller & message handler
|
4
4
|
|
data/lib/pheme/version.rb
CHANGED