zxcvbn 0.1.2 → 0.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Zxcvbn
4
- VERSION = "0.1.2"
4
+ VERSION = "0.1.7"
5
5
  end
data/zxcvbn.gemspec CHANGED
@@ -9,10 +9,10 @@ Gem::Specification.new do |spec|
9
9
  spec.email = ["formigarafa@gmail.com"]
10
10
 
11
11
  spec.summary = ""
12
- spec.description = "Ruby port of Dropbox's zxcvbn.js"
12
+ spec.description = "100% native Ruby 100% compatible port of Dropbox's zxcvbn.js"
13
13
  spec.homepage = "http://github.com/formigarafa/zxcvbn-rb"
14
14
  spec.license = "MIT"
15
- spec.required_ruby_version = Gem::Requirement.new(">= 2.4.0")
15
+ spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")
16
16
 
17
17
  spec.metadata["homepage_uri"] = spec.homepage
18
18
  spec.metadata["source_code_uri"] = spec.homepage
metadata CHANGED
@@ -1,16 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zxcvbn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rafael Santos
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-05-17 00:00:00.000000000 Z
11
+ date: 2021-06-12 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: Ruby port of Dropbox's zxcvbn.js
13
+ description: 100% native Ruby 100% compatible port of Dropbox's zxcvbn.js
14
14
  email:
15
15
  - formigarafa@gmail.com
16
16
  executables: []
@@ -46,7 +46,7 @@ metadata:
46
46
  homepage_uri: http://github.com/formigarafa/zxcvbn-rb
47
47
  source_code_uri: http://github.com/formigarafa/zxcvbn-rb
48
48
  changelog_uri: http://github.com/formigarafa/zxcvbn-rb/blob/HEAD/CHANGELOG.md
49
- post_install_message:
49
+ post_install_message:
50
50
  rdoc_options: []
51
51
  require_paths:
52
52
  - lib
@@ -54,15 +54,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - ">="
56
56
  - !ruby/object:Gem::Version
57
- version: 2.4.0
57
+ version: 2.5.0
58
58
  required_rubygems_version: !ruby/object:Gem::Requirement
59
59
  requirements:
60
60
  - - ">="
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  requirements: []
64
- rubygems_version: 3.0.3
65
- signing_key:
64
+ rubyforge_project:
65
+ rubygems_version: 2.7.6.3
66
+ signing_key:
66
67
  specification_version: 4
67
68
  summary: ''
68
69
  test_files: []