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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/gobl/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a0eeb23e35c8e6a71e80538d5ea0416b0d3ce5cdfd1ab30a42bc96291450d1cb
4
- data.tar.gz: 6bf0d67871769486fd924c363c637e34dca14791e24df72e71c776b9ceca893d
3
+ metadata.gz: c6e15eff3d20e8534beb33114f596891fb6c9a57b775c278c20d625015f04c85
4
+ data.tar.gz: ad7b1a8659bdfafb043a934fea237609026dded294607c95bffd62f9515d9697
5
5
  SHA512:
6
- metadata.gz: 63d7f2fd50b76786c888101c0caeb3d978c875629253f3c300f6e9ab7d44489b7285906182a0430b54515ac108921f5a527b407df15118d0a45636626ec42d24
7
- data.tar.gz: d4878ff574e3c33c8014d560ff657b0d2f7d86b48eba12791e0627b95cec63405fadc1073db39741f4589bcc226d1cdb4684477eb8a01b9da4b7d13047f7d1ed
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/github/invopop/gobl.ruby
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/github/invopop/gobl.ruby/GOBL/Operations
257
- [6]: https://rubydoc.info/github/invopop/gobl.ruby/index
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GOBL
4
- VERSION = '0.7.2'
4
+ VERSION = '0.7.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gobl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Lilue