Skip to content

Commit 15588a2

Browse files
authored
Merge pull request #42 from fac/version-3-0-0
Version 3.0.0
2 parents a4b184a + 8ec952d commit 15588a2

File tree

12 files changed

+19
-55
lines changed

12 files changed

+19
-55
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.3
1+
3.1.4

.travis.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [3.0.0] - 2023-04-19
11+
### Removed
12+
- Removed support for Ruby 2.0 - 2.4, minimum supported version is now 2.5
13+
- Removed Travis CI
14+
15+
### Changed
16+
- Changed project Ruby version to 3.1.4
17+
- Updated dependencies to versions supporting a minimum of Ruby 2.5
18+
1019
## [2.7.0] - 2022-05-25
1120
### Fixed
1221
- Added missing require in `Hermod::XmlSectionBuilder`

Gemfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,8 @@ source 'https://rubygems.org'
44
gemspec
55

66
group :test do
7-
gem "guard", "~> 2.13.0"
8-
gem "guard-minitest", "~> 2.4.4"
9-
gem "pry-byebug", "~> 3.3.0", platform: [:mri_20, :mri_21]
10-
gem "pry-debugger", "~> 0.2.3", platform: :mri_19
11-
gem "pry-doc", "~> 0.8.0"
12-
gem "bond", "~> 0.5.1"
7+
gem "guard", "~> 2.18.0"
8+
gem "guard-minitest", "~> 2.4.6"
9+
gem "pry-byebug", "~> 3.9.0"
10+
gem "pry-doc", "~> 1.4.0"
1311
end

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![Gem](https://github.com/fac/hermod/actions/workflows/freeagent-gem.yml/badge.svg)](https://github.com/fac/hermod/actions/workflows/freeagent-gem.yml)
44
[![Code
55
Climate](https://codeclimate.com/github/fac/hermod/badges/gpa.svg)](https://codeclimate.com/github/fac/hermod)
6-
[![Build Status](https://travis-ci.org/fac/hermod.svg?branch=master)](https://travis-ci.org/fac/hermod)
76

87
This gem makes it easier to talk to HMRC through the [Government Gateway][1] by
98
providing a DSL you can use to create Ruby classes to build the XML required in

gemfiles/activesupport-3.2

Lines changed: 0 additions & 6 deletions
This file was deleted.

gemfiles/activesupport-4.0

Lines changed: 0 additions & 6 deletions
This file was deleted.

gemfiles/activesupport-4.2

Lines changed: 0 additions & 6 deletions
This file was deleted.

gemfiles/activesupport-5.0

Lines changed: 0 additions & 6 deletions
This file was deleted.

gemfiles/activesupport-6.0

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)