From 5ca2b62aaab627e4a6a4f720da4260c4c8cd9bf6 Mon Sep 17 00:00:00 2001 From: Brian Shand Date: Tue, 7 Jan 2025 10:00:18 +0000 Subject: [PATCH] Replace Public Health England naming with NHS England --- CHANGELOG.md | 1 + LICENSE.txt | 2 +- README.md | 6 +++--- ndr_support.gemspec | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d00233a..7048895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Fixed * Exclude unneeded files from gem package * Add 2027 bank holidays +* Replace Public Health England naming with NHS England ## 5.10.4 / 2024-11-13 ### Added diff --git a/LICENSE.txt b/LICENSE.txt index a40d4af..59dec98 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2011-2016 Public Health England +Copyright (c) 2011-2025 NHS England Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 041999e..f6c9b0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# 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) +# 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) -This is the Public Health England (PHE) National Disease Registers (NDR) Support ruby gem, providing: +This is the NHS England (NHS-E) National Disease Registration Service (NDRS) Support ruby gem, providing: 1. core ruby class extensions; 2. additional time, regular expression, file security, password checking/generation, and encoding classes. @@ -55,7 +55,7 @@ include NdrSupport::YAML::SerializationMigration ## Contributing -1. Fork it ( https://github.com/PublicHealthEngland/ndr_support/fork ) +1. Fork it ( https://github.com/NHSDigital/ndr_support/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) diff --git a/ndr_support.gemspec b/ndr_support.gemspec index ca56fa0..894ec9b 100644 --- a/ndr_support.gemspec +++ b/ndr_support.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.email = [] spec.summary = 'NDR Support library' spec.description = 'Provides NDR classes and class extensions' - spec.homepage = 'https://github.com/PublicHealthEngland/ndr_support' + spec.homepage = 'https://github.com/NHSDigital/ndr_support' spec.license = 'MIT' gem_files = %w[CHANGELOG.md CODE_OF_CONDUCT.md LICENSE.txt README.md