rbpass 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -1,3 +1,3 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- gemspec
3
+ gemspec
data/README.md CHANGED
@@ -23,7 +23,7 @@ Or install it yourself as:
23
23
 
24
24
  password_hasher = RbPass::PasswordHasher.new(8, false)
25
25
 
26
- # Hashing a password
26
+ # Password hashing
27
27
  password = 'somepasswordhere'
28
28
  password_hash = password_hasher.hash(password)
29
29
 
@@ -39,4 +39,4 @@ Or install it yourself as:
39
39
 
40
40
  ## Copyright
41
41
 
42
- Copyright © 2013 Pablo Elices. See [license](https://github.com/pabloelices/rbpass/blob/master/LICENSE.md) for details.
42
+ Copyright © 2013 Pablo Elices. See [license](https://github.com/pabloelices/rbpass/blob/master/LICENSE.txt) for details.
data/lib/rbpass.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  require File.expand_path('../rbpass/password_hasher', __FILE__)
2
2
 
3
3
  module RbPass
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  end
@@ -4,4 +4,4 @@ describe RbPass do
4
4
  it 'has a version number' do
5
5
  RbPass::VERSION.should_not be_nil
6
6
  end
7
- end
7
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbpass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: