Skip to content

Commit

Permalink
Replace Public Health England naming with NHS England (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
bshand authored Jan 8, 2025
1 parent fff9f57 commit 326f754
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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`)
Expand Down
2 changes: 1 addition & 1 deletion ndr_support.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 326f754

Please sign in to comment.