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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 704cdbced174d1c9e81f21ad9f3719b76811c7d81771fddc25a70237df99b610
4
- data.tar.gz: 4078426ef1e0491aade1ca67c6d5aeeff835ca509577022c78e91c459b5644a4
3
+ metadata.gz: e7cf26d27c91579c7ef72503b6e8919bce02dbc9f359d39fec9f16fc845d2ebc
4
+ data.tar.gz: 91fb3eff04c39339300f1f301db463700bc551ab9a9bf9b67aba8f5e161a5fb3
5
5
  SHA512:
6
- metadata.gz: e34e45e2fa8f46671ad010f16dec7522bfacecf2a6606a3e3b32a2e83cafbc2db00207d11f66adcdbd3f808a9d89f706abb69dbe9926b24e410a170d52c056a7
7
- data.tar.gz: 7cbfb3c8bb72c7d3b65428b4b06419d6ab568e397ed57bb4d8ea7d68bb543e0f9beba6f6ddcf81ed1dc7e40aa45f701a9e914422055b864f52ea6369bc262a6a
6
+ metadata.gz: 6704638b9500f42412fad462d4fd2c4261f60f088ce9fcda249bc4d3b99454eed12553f9440d66e863159ae8ad3eb7992f593beaded4befda2b66cdaeb4d631c
7
+ data.tar.gz: 15fdb4d07a041a58c66e02872d6673b3e5f4aa118e321b51e4f1b871baaeee40e92237927ff70819f1d4d1c432a2f2b39576ef8ef5094bdb04da08738e18f694
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- uktt (0.2.14)
4
+ uktt (0.2.15)
5
5
  faraday
6
6
  nokogiri
7
7
  prawn
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', git: 'https://gitlab.bitzesty.com/open-source/uktt.git'
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
- Pull requests: https://gitlab.bitzesty.com/open-source/uktt/merge_requests.
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://gitlab.bitzesty.com/open-source/uktt/blob/master/CODE_OF_CONDUCT.md).
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
- Where it is not practicable to include information and requirements against the line of the Tariff these are shown as footnotes on the same page or 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.
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
@@ -1,3 +1,3 @@
1
1
  module Uktt
2
- VERSION = '0.2.14'.freeze
2
+ VERSION = '0.2.15'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uktt
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.14
4
+ version: 0.2.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bit Zesty