uktt 0.2.14 → 0.2.15
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +3 -5
- data/lib/uktt/export_cover_pdf.rb +1 -1
- data/lib/uktt/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: e7cf26d27c91579c7ef72503b6e8919bce02dbc9f359d39fec9f16fc845d2ebc
|
4
|
+
data.tar.gz: 91fb3eff04c39339300f1f301db463700bc551ab9a9bf9b67aba8f5e161a5fb3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6704638b9500f42412fad462d4fd2c4261f60f088ce9fcda249bc4d3b99454eed12553f9440d66e863159ae8ad3eb7992f593beaded4befda2b66cdaeb4d631c
|
7
|
+
data.tar.gz: 15fdb4d07a041a58c66e02872d6673b3e5f4aa118e321b51e4f1b871baaeee40e92237927ff70819f1d4d1c432a2f2b39576ef8ef5094bdb04da08738e18f694
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -16,7 +16,7 @@ The repository is here: __https://gitlab.bitzesty.com/open-source/uktt__
|
|
16
16
|
Add to your Gemfile:
|
17
17
|
|
18
18
|
```ruby
|
19
|
-
gem 'uktt'
|
19
|
+
gem 'uktt'
|
20
20
|
```
|
21
21
|
|
22
22
|
## Usage
|
@@ -292,9 +292,7 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
|
|
292
292
|
|
293
293
|
## Contributing
|
294
294
|
|
295
|
-
|
296
|
-
|
297
|
-
Issues list: https://gitlab.bitzesty.com/open-source/uktt/issues.
|
295
|
+
Code: https://github.com/bitzesty/uktt.
|
298
296
|
|
299
297
|
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
300
298
|
|
@@ -304,4 +302,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
|
|
304
302
|
|
305
303
|
## Code of Conduct
|
306
304
|
|
307
|
-
Everyone interacting in the `uktt` project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://
|
305
|
+
Everyone interacting in the `uktt` project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/bitzesty/uktt/blob/master/CODE_OF_CONDUCT.md).
|
@@ -215,7 +215,7 @@ class ExportCoverPdf
|
|
215
215
|
|
216
216
|
<b>2.8 - Footnotes and end of chapter information</b>
|
217
217
|
|
218
|
-
|
218
|
+
Footnotes are set out at the end of the Chapter in which they apply under the Commodity Code reference. This additional material has the same legal force as all other information in the Schedule.
|
219
219
|
|
220
220
|
<b>2.9 - Validity of Tariff information</b>
|
221
221
|
|
data/lib/uktt/version.rb
CHANGED