Skip to content

Commit 326f754

Browse files
authored
Replace Public Health England naming with NHS England (#56)
1 parent fff9f57 commit 326f754

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
## Fixed
33
* Exclude unneeded files from gem package
44
* Add 2027 bank holidays
5+
* Replace Public Health England naming with NHS England
56

67
## 5.10.4 / 2024-11-13
78
### Added

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2011-2016 Public Health England
3+
Copyright (c) 2011-2025 NHS England
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# NdrSupport [![Build Status](https://github.com/publichealthengland/ndr_support/workflows/Test/badge.svg)](https://github.com/publichealthengland/ndr_support/actions?query=workflow%3Atest) [![Gem Version](https://badge.fury.io/rb/ndr_support.svg)](https://rubygems.org/gems/ndr_support)
1+
# NdrSupport [![Build Status](https://github.com/NHSDigital/ndr_support/workflows/Test/badge.svg)](https://github.com/NHSDigital/ndr_support/actions?query=workflow%3Atest) [![Gem Version](https://badge.fury.io/rb/ndr_support.svg)](https://rubygems.org/gems/ndr_support)
22

3-
This is the Public Health England (PHE) National Disease Registers (NDR) Support ruby gem, providing:
3+
This is the NHS England (NHS-E) National Disease Registration Service (NDRS) Support ruby gem, providing:
44

55
1. core ruby class extensions;
66
2. additional time, regular expression, file security, password checking/generation, and encoding classes.
@@ -55,7 +55,7 @@ include NdrSupport::YAML::SerializationMigration
5555

5656
## Contributing
5757

58-
1. Fork it ( https://github.com/PublicHealthEngland/ndr_support/fork )
58+
1. Fork it ( https://github.com/NHSDigital/ndr_support/fork )
5959
2. Create your feature branch (`git checkout -b my-new-feature`)
6060
3. Commit your changes (`git commit -am 'Add some feature'`)
6161
4. Push to the branch (`git push origin my-new-feature`)

ndr_support.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
99
spec.email = []
1010
spec.summary = 'NDR Support library'
1111
spec.description = 'Provides NDR classes and class extensions'
12-
spec.homepage = 'https://github.com/PublicHealthEngland/ndr_support'
12+
spec.homepage = 'https://github.com/NHSDigital/ndr_support'
1313
spec.license = 'MIT'
1414

1515
gem_files = %w[CHANGELOG.md CODE_OF_CONDUCT.md LICENSE.txt README.md

0 commit comments

Comments
 (0)