--- !ruby/object:Gem::Specification name: password_strength version: !ruby/object:Gem::Version version: 0.2.0 platform: ruby authors: - Nando Vieira autorequire: bindir: bin cert_chain: [] date: 2010-07-27 00:00:00 -03:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: activesupport type: :runtime version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 2.3.5 version: description: | Validates the strength of a password according to several rules: * size * 3+ numbers * 2+ special characters * uppercased and downcased letters * combination of numbers, letters and symbols * password contains username * sequences (123, abc, aaa) email: fnando.vieira@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.rdoc files: - CHANGELOG.rdoc - README.rdoc - javascripts/jquery.strength.js - javascripts/password_strength.js - lib/password_strength.rb - lib/password_strength/active_record.rb - lib/password_strength/active_record/ar2.rb - lib/password_strength/active_record/ar3.rb - lib/password_strength/base.rb - lib/password_strength/version.rb - locales/en.yml - locales/pt.yml - test/active_record_test.rb - test/jquery-1.4.2.js - test/jquery_strength_test.html - test/jquery_strength_test.js - test/jsunittest/jsunittest.js - test/jsunittest/unittest.css - test/password_strength_test.html - test/password_strength_test.js - test/password_strength_test.rb - test/schema.rb - test/test_helper.rb - test/user.rb has_rdoc: true homepage: http://github.com/fnando/password_strength licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: Check password strength against several rules. Includes ActiveRecord support. test_files: - test/active_record_test.rb - test/password_strength_test.rb - test/schema.rb - test/test_helper.rb - test/user.rb