einvoice 1.2.19 → 1.2.21

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: ba329159535d005ea9b0551323bf471fb4be3785f78e8b2f19d3bbefd015cf63
4
+ data.tar.gz: 59fb065bbaf1afe3a4c43a7df212c67612601611f2c1e25c1f18c6c2348509f0
5
5
  SHA512:
6
- metadata.gz: ad93dab744bcf9b55ee248d66919b74d0dd6523d605ceba4a09b0b10aefd03b673b3b230091daf54fe8cf1800ea9aa30f572265350107bc5443ccbfb062277b0
7
- data.tar.gz: 37a47f0c4f9c8bfb78bd6eeff110df958c70c0806611a5e96130f1870061ae18b6633ed0ae63f1353b53ba7f74a72369bceb4e39ee7f0ab1867dbbab624572ae
6
+ metadata.gz: c3f89cbc74e67ae445cf43551447cd32850d70664059777039a61eb1d7db7a20026125881c8d3eb42c16ec5f666386c9e61a7e0192f124df235d9bafa4c19df4
7
+ data.tar.gz: 4459fb2981c6732903f5a0db194b5739cccf64e4056d7377ac2fcdfcea88fd6bdc6094027ea6d0b75e3c6182a48c9e563c6225fdece90ee6062bc1419a0697b9
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