README.md in password_strength-1.1.2 vs README.md in password_strength-1.1.3
- old
+ new
@@ -1,7 +1,9 @@
# Introduction
+Check password strength against several rules. Includes ActiveRecord/ActiveModel support.
+
<a href="https://travis-ci.org/fnando/password_strength"><img src="https://travis-ci.org/fnando/password_strength.svg" alt="Build Status" /></a>
Validates the strength of a password according to several rules:
* size
@@ -32,10 +34,16 @@
```ruby
gem "password_strength"
```
+The JavaScript code is also available as a NPM package.
+
+```
+npm install @fnando/password_strength --save
+```
+
If you want the source go to http://github.com/fnando/password_strength
## Usage
```ruby
@@ -210,10 +218,10 @@
## License
(The MIT License)
-Copyright © 2010-2014 Nando Vieira (http://simplesideias.com.br)
+Copyright © 2010-2016 Nando Vieira (http://nandovieira.com)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ‘Software’), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.