rbpwdchecker 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/rbpwdchecker.rb +1 -1
- metadata +2 -2
data/lib/rbpwdchecker.rb
CHANGED
@@ -4,5 +4,5 @@ $:.unshift(File.dirname(__FILE__)) unless
|
|
4
4
|
require File.join(File.dirname(__FILE__), '..', 'ext', 'rbpwdchecker', 'rbpwdchecker') if File.exists?(File.join(File.dirname(__FILE__), '..', 'ext', 'rbpwdchecker', 'rbpwdchecker.so'))
|
5
5
|
|
6
6
|
module Rbpwdchecker
|
7
|
-
VERSION = '0.0.
|
7
|
+
VERSION = '0.0.2'
|
8
8
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rbpwdchecker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriel Medina (Rha7)
|
@@ -66,7 +66,7 @@ files:
|
|
66
66
|
- ext/rbpwdchecker/rbpwdchecker.so
|
67
67
|
- ext/rbpwdchecker/extconf.rb
|
68
68
|
has_rdoc: true
|
69
|
-
homepage: http://github.com
|
69
|
+
homepage: http://github.com/rha7dotcom/rbpwdchecker
|
70
70
|
licenses: []
|
71
71
|
|
72
72
|
post_install_message: PostInstall.txt
|