gobl 0.7.2 → 0.7.3
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 +4 -4
- data/README.md +3 -3
- data/lib/gobl/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: c6e15eff3d20e8534beb33114f596891fb6c9a57b775c278c20d625015f04c85
|
|
4
|
+
data.tar.gz: ad7b1a8659bdfafb043a934fea237609026dded294607c95bffd62f9515d9697
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: beb4d9ef4b4280fc845b86ca79e398192fb896b7b3e61dcdb65beda215ee650c95755ad7b41d8ea4e6eb72a6b591e5ab413076eda2b9c6f9afdb3921665fa4d4
|
|
7
|
+
data.tar.gz: de5f8711b8607a294ca3e1edd95d076d220512699455e797832bdbbd922a90f49be937a99f1f0673b2ffd42237c790a343ec53b3f4b02d3c9f72b4b9500b8b89
|
data/README.md
CHANGED
|
@@ -249,9 +249,9 @@ The command `mage console` spins up an IRB session with the library required.
|
|
|
249
249
|
|
|
250
250
|
The library is fully documented using YARD. You can spin up a YARD server with the command `mage yardserver`.
|
|
251
251
|
|
|
252
|
-
[1]: https://rubydoc.info/
|
|
252
|
+
[1]: https://www.rubydoc.info/gems/gobl
|
|
253
253
|
[2]: https://docs.gobl.org/
|
|
254
254
|
[3]: https://gobl.org/
|
|
255
255
|
[4]: https://github.com/invopop/gobl.cli
|
|
256
|
-
[5]: https://rubydoc.info/
|
|
257
|
-
[6]: https://rubydoc.info/
|
|
256
|
+
[5]: https://www.rubydoc.info/gems/gobl/GOBL/Operations
|
|
257
|
+
[6]: https://www.rubydoc.info/gems/gobl/index
|
data/lib/gobl/version.rb
CHANGED