hermod 2.5.1 → 2.5.2

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: 1af9ca7e6027368f2615529ae3f56b58171ee2597ce575a88ffc63e127c2c623
4
- data.tar.gz: 36952a0ca5738aa2dcd1e449aef92a8d4b32b9eac5efa7fa5690f8fd8343b2bf
3
+ metadata.gz: 0e2919e2eb3dd30b37c9c0dd0f92f73f1bc80264c4369b41eebda30ae39558ac
4
+ data.tar.gz: d2c5e7a02e518c877c74c28df01325f226f0f6311fa844a1f510f20930ff5615
5
5
  SHA512:
6
- metadata.gz: af62bdb50c430197615ed0872d0c1bc9077167b7fcb4caedd7f7856064224b5c479a830dc1c756cf1f5bfe9e8d4d28edfbd8508fe0a951881fc2f921e484ba5d
7
- data.tar.gz: d167424a6e95f53df15188b30b84ee0b7a82b581286f7c2a06c66d2fb451dbfda8eea3c65c87cbe1b553f297171e6d4ad0b84891e720b1578a5c0715cbf1c6d7
6
+ metadata.gz: 941cfa8c61a04c983373a8e836eaa883f6926b13622b22f293519c9c19f3e42e6eed57d6ede51bccf98553dc994a43b5e5ad92807eb1e776a5b9096c7304516c
7
+ data.tar.gz: '01958d407297c78bc2d021f33cd6e9af667a563af5b0317138fc42ca5f66a0d267a3e58c6b102f257c56ca1aa0d6d6b693dfac4a2ee2a66d191693c91f3235f5'
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [2.5.2] - 2019-10-21
11
+ ### Added
12
+ - Links for homepage, changelog, issues and source code.
13
+
10
14
  ## [2.5.1] - 2019-08-26
11
15
  ### Added
12
16
  - Support Rails 6.0
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.description = %q{A Ruby library for talking to the HMRC Government Gateway.
13
13
  This provides a builder for creating classes that can generate the XML needed complete with type information and
14
14
  runtime validation.}
15
- spec.homepage = ""
15
+ spec.homepage = "https://github.com/fac/hermod"
16
16
  spec.license = "Apache License, Version 2.0"
17
17
 
18
18
  spec.files = `git ls-files -z`.split("\x0")
@@ -30,4 +30,11 @@ Gem::Specification.new do |spec|
30
30
  spec.add_development_dependency "minitest", "~> 5.3"
31
31
  spec.add_development_dependency "minitest-reporters", "~> 1.0", ">= 1.0.16"
32
32
  spec.add_development_dependency "nokogiri", "~> 1.5"
33
+
34
+ spec.metadata = {
35
+ "bug_tracker_uri" => "https://github.com/fac/hermod/issues",
36
+ "changelog_uri" => "https://github.com/fac/hermod/blob/master/CHANGELOG.md",
37
+ "source_code_uri" => "https://github.com/fac/hermod",
38
+ "wiki_uri" => "https://github.com/fac/hermod/wiki"
39
+ }
33
40
  end
@@ -1,3 +1,3 @@
1
1
  module Hermod
2
- VERSION = "2.5.1"
2
+ VERSION = "2.5.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hermod
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.1
4
+ version: 2.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Harry Mills
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-08-26 00:00:00.000000000 Z
11
+ date: 2019-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: libxml-ruby
@@ -190,10 +190,14 @@ files:
190
190
  - spec/hermod/xml_section_spec.rb
191
191
  - spec/hermod_spec.rb
192
192
  - spec/minitest_helper.rb
193
- homepage: ''
193
+ homepage: https://github.com/fac/hermod
194
194
  licenses:
195
195
  - Apache License, Version 2.0
196
- metadata: {}
196
+ metadata:
197
+ bug_tracker_uri: https://github.com/fac/hermod/issues
198
+ changelog_uri: https://github.com/fac/hermod/blob/master/CHANGELOG.md
199
+ source_code_uri: https://github.com/fac/hermod
200
+ wiki_uri: https://github.com/fac/hermod/wiki
197
201
  post_install_message:
198
202
  rdoc_options: []
199
203
  require_paths: