devise_zxcvbn.gemspec in devise_zxcvbn-0.0.1 vs devise_zxcvbn.gemspec in devise_zxcvbn-1.0.0

- old
+ new

@@ -8,10 +8,10 @@ spec.version = DeviseZxcvbn::VERSION spec.authors = ["Matthew Ford"] spec.email = ["matt@bitzesty.com"] spec.description = %q{It adds password strength checking via ruby-zxcvbn to reject weak passwords } spec.summary = %q{Devise plugin to reject weak passwords} - spec.homepage = "" + spec.homepage = "https://github.com/bitzesty/devise_zxcvbn" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})