gates_of_heaven 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c6fc181d97ae8cad92be668a0168e26880f7273c
4
- data.tar.gz: 5d931b8e06f957d841232dbd287f0926b6c3c138
3
+ metadata.gz: d5ee60715e3e7d7ab878280824973bb973d036b6
4
+ data.tar.gz: 9dd25b337b96e770791266c77e697088b92f8bff
5
5
  SHA512:
6
- metadata.gz: 8134925d24daa11c56c704a777f74cb82d81002c8c3d5a137d99357cbb4ab4b6c15286566764aaa53af7e55c6a14b63cec8240ffe8517a689ffc439b4aa0472d
7
- data.tar.gz: 0106ea7a0dd6235987371c75206d526c4deecde75de5e1107c684c2d10b32f986c9eab153cba4cbfabb1595cd3df3abdad904eb3ffcc07b777671a7ca9d89b29
6
+ metadata.gz: 483f08550bee7ffd0ccde31b0a95a85a83d8b62883a538d72549f9e3ac480437ad878e7451bb90cb9958e531989983785a4a16424c689f986a903ad7c9ab0c9f
7
+ data.tar.gz: ff3cd5c7dd91bcda91ec88ccd6e648966b87d32722efb57ffea0782bf62d06f39d3cc4b33c34675f325d5ca71b0c3a92a76c806717d5f7baa7fdce022a34ecba
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = GatesOfHeaven::VERSION
9
9
  spec.authors = ["Bobby Matson"]
10
10
  spec.email = ["bobby.matson@gmail.com"]
11
- spec.description = %q{This gem will tell you whether your password is garbage or not}
12
- spec.summary = %q{Check password strength ala ActiveRecord Validators}
11
+ spec.description = %q{Check password strength ala ActiveModel Validators}
12
+ spec.summary = %q{This gem hooks into ActiveModel::Validators to determine password strength. It is intended to be used with Ruby on Rails}
13
13
  spec.homepage = "http://www.github.com/bomatson/gates-of-heaven"
14
14
  spec.license = "MIT"
15
15
 
@@ -1,3 +1,3 @@
1
1
  module GatesOfHeaven
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gates_of_heaven
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bobby Matson
@@ -94,7 +94,7 @@ dependencies:
94
94
  - - '>='
95
95
  - !ruby/object:Gem::Version
96
96
  version: '0'
97
- description: This gem will tell you whether your password is garbage or not
97
+ description: Check password strength ala ActiveModel Validators
98
98
  email:
99
99
  - bobby.matson@gmail.com
100
100
  executables:
@@ -141,7 +141,8 @@ rubyforge_project:
141
141
  rubygems_version: 2.0.6
142
142
  signing_key:
143
143
  specification_version: 4
144
- summary: Check password strength ala ActiveRecord Validators
144
+ summary: This gem hooks into ActiveModel::Validators to determine password strength.
145
+ It is intended to be used with Ruby on Rails
145
146
  test_files:
146
147
  - features/doorman.feature
147
148
  - features/support/setup.rb