einvoice 1.2.19 → 1.2.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e36e5f35ec67d75d8b150d1ff8b1a69d3b5e2c279782d1cdfe8a104ce797d788
4
- data.tar.gz: 1523f730a0fc808ec607070817f0f674b672cf4cffbe7c1b1562512af14462ed
3
+ metadata.gz: 6d1646f0f0d3a5c8021d8b1db3f0fcbf5935ed51ef5d61485f271f1a6860374b
4
+ data.tar.gz: dd85ee3863847e8aa6ad5773a28b8a90572de9208fbbfe09d154678b733e70f7
5
5
  SHA512:
6
- metadata.gz: ad93dab744bcf9b55ee248d66919b74d0dd6523d605ceba4a09b0b10aefd03b673b3b230091daf54fe8cf1800ea9aa30f572265350107bc5443ccbfb062277b0
7
- data.tar.gz: 37a47f0c4f9c8bfb78bd6eeff110df958c70c0806611a5e96130f1870061ae18b6633ed0ae63f1353b53ba7f74a72369bceb4e39ee7f0ab1867dbbab624572ae
6
+ metadata.gz: f581913a90b6c783820f21ec832adf5b96c0e339bd9eba45e9d2fb0874525858aeabd59c50c5fd456769d2ed07677f965722e970da4243170ab7135679b6f019
7
+ data.tar.gz: 14498a7ef2ea9609f9ceb86e754bc3321c921b29d35f8c405ccc942dcee8e2bde01f91af19b841a8a0f37c4e68c8d8ee66413abe4bf356ab30ba7fa50de394ab
data/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # Einvoice
2
- [![Build Status](https://travis-ci.com/abookyun/einvoice.svg)](https://travis-ci.com/abookyun/einvoice)
2
+ [![Build Status](https://app.travis-ci.com/abookyun/einvoice.svg)](https://app.travis-ci.com/github/abookyun/einvoice)
3
3
  [![Code Climate](https://codeclimate.com/github/abookyun/einvoice/badges/gpa.svg)](https://codeclimate.com/github/abookyun/einvoice)
4
4
  [![Test Coverage](https://codeclimate.com/github/abookyun/einvoice/badges/coverage.svg)](https://codeclimate.com/github/abookyun/einvoice/coverage)
5
5