1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Description: Remove privacy breaching content
Gem uses build status, license info etc from travis in its README. Since it
downloads content from remote site, it falls under privacy-breach filter of
lintian. Removing those entries.
Author: Balasankar C <balasankarc@autistici.org>
Forwarded: not-needed
Last-Update: 2015-06-20
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/README.md
+++ b/README.md
@@ -1,10 +1,5 @@
# The Ruby One Time Password Library
-[](https://travis-ci.org/mdp/rotp)
-[](https://rubygems.org/gems/rotp)
-[](https://www.rubydoc.info/github/mdp/rotp/master)
-[](https://github.com/mdp/rotp/blob/master/LICENSE)
-
A ruby library for generating and validating one time passwords (HOTP & TOTP) according to [RFC 4226](http://tools.ietf.org/html/rfc4226) and [RFC 6238](http://tools.ietf.org/html/rfc6238).
ROTP is compatible with [Google Authenticator](https://github.com/google/google-authenticator) available for [Android](https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2) and [iPhone](https://itunes.apple.com/en/app/google-authenticator/id388497605) and any other TOTP based implementations.
@@ -145,8 +140,6 @@
Scan the following barcode with your phone, using Google Authenticator
-
-
Now run the following and compare the output
```ruby
|