README.md in ndr_support-3.3.0 vs README.md in ndr_support-4.0.0
- old
+ new
@@ -1,12 +1,11 @@
# NdrSupport [![Build Status](https://travis-ci.org/PublicHealthEngland/ndr_support.svg?branch=master)](https://travis-ci.org/PublicHealthEngland/ndr_support)
This is the Public Health England (PHE) National Disease Registers (NDR) Support ruby gem, providing:
1. core ruby class extensions;
-2. additional time, regular expression, file security and encoding classes; and
-3. rake tasks to manage code auditing of ruby based projects.
+2. additional time, regular expression, file security and encoding classes.
## Installation
Add this line to your application's Gemfile:
@@ -51,29 +50,9 @@
To enable this add the following line to your code:
```ruby
include NdrSupport::YAML::SerializationMigration
```
-
-### Code Auditing Rake Tasks
-
-ndr_support also provides a mechanism to manage the state of routine code quality and security peer reviews. It should be used as part of wider quality and security policies.
-
-It provides rake tasks to help manage the process of persisting the state of security reviews.
-
-Once files have been reviewed as secure, the revision number for that file is stored in code_safety.yml. If used within a Rails app, this file is stored in the config/ folder, otherwise it is kept in the project's root folder.
-
-Note: This feature works with svn and git repositories and svn, git-svn and git working copies.
-
-To add code auditing to your project add this line to your application's Rakefile:
-
-```ruby
-require 'ndr_support/tasks'
-```
-
-For more details of the tasks available, execute:
-
- $ rake -T audit
## Contributing
1. Fork it ( https://github.com/PublicHealthEngland/ndr_support/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)