ppp 0.1.2.alpha → 0.1.3.alpha

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/ppp/version.rb +1 -1
  2. metadata +5 -14
@@ -1,3 +1,3 @@
1
1
  module Ppp
2
- VERSION = '0.1.2.alpha'
2
+ VERSION = '0.1.3.alpha'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ppp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2.alpha
4
+ version: 0.1.3.alpha
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors:
@@ -11,17 +11,8 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-02-20 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: ! " At grc.com/ppp.htm Steve Gibson describes a system for generating
15
- one-time passcodes. The rational for such a sytem is\n given:\n \"The trouble
16
- with a username and password is that they never change. We create them, write them
17
- down or memorize them, then\n use them over and over again. What has been needed
18
- is an inexpensive system that provides something which changes everytime\n it
19
- is used. GRC's Perfect Paper Passwords system offers a simple, safe and secure,
20
- free and well documented solution that\n is being adopted by a growing number
21
- of security-conscious Internet facilities to provide their users with state-of-the-art\n
22
- \ cryptographic logon security.\"\n\n John Graham-Cumming has provided an open-source
23
- implementation of this system in C (http://www.jgc.org/blog/pppv3-c.zip),\n released
24
- under the BSD license.\n\n This gem is a ruby interface to that C implementation.\n"
14
+ description: Ruby-PPP is a Ruby language binding of PPP (Perfect Paper Passwords).
15
+ PPP is a library designed to create one-time passwords, described at http://grc.com/ppp.htm
25
16
  email:
26
17
  - jon@ertt.ca
27
18
  executables: []
@@ -68,6 +59,6 @@ rubyforge_project: ppp
68
59
  rubygems_version: 1.8.15
69
60
  signing_key:
70
61
  specification_version: 3
71
- summary: Ruby interface for John Graham-Cumming's implementation of GRC's Open, Ultra-High
72
- Security, One Time Password System
62
+ summary: Ruby bindings for John Graham-Cumming's implementation of GRC's Perfect Paper
63
+ Passwords
73
64
  test_files: []