bcrypt 3.1.3-java → 3.1.6-java
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +0 -0
- data/Gemfile.lock +1 -1
- data/bcrypt.gemspec +1 -1
- data/lib/bcrypt.rb +0 -0
- metadata +129 -116
data/CHANGELOG
CHANGED
Binary file
|
data/Gemfile.lock
CHANGED
data/bcrypt.gemspec
CHANGED
data/lib/bcrypt.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,131 +1,144 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: bcrypt
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
5
|
-
version: 3.1.
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
prerelease:
|
5
|
+
version: 3.1.6
|
6
6
|
platform: java
|
7
|
-
authors:
|
8
|
-
|
9
|
-
autorequire:
|
7
|
+
authors:
|
8
|
+
- Coda Hale
|
9
|
+
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
12
|
+
date: 2014-02-21 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
name: rake-compiler
|
16
|
+
version_requirements: !ruby/object:Gem::Requirement
|
17
|
+
requirements:
|
18
|
+
- - ~>
|
19
|
+
- !ruby/object:Gem::Version
|
20
|
+
version: 0.9.2
|
21
|
+
none: false
|
22
|
+
requirement: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ~>
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 0.9.2
|
27
|
+
none: false
|
28
|
+
prerelease: false
|
29
|
+
type: :development
|
30
|
+
- !ruby/object:Gem::Dependency
|
31
|
+
name: rspec
|
32
|
+
version_requirements: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - '>='
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '0'
|
37
|
+
none: false
|
38
|
+
requirement: !ruby/object:Gem::Requirement
|
39
|
+
requirements:
|
40
|
+
- - '>='
|
41
|
+
- !ruby/object:Gem::Version
|
42
|
+
version: '0'
|
43
|
+
none: false
|
44
|
+
prerelease: false
|
45
|
+
type: :development
|
46
|
+
- !ruby/object:Gem::Dependency
|
47
|
+
name: rdoc
|
48
|
+
version_requirements: !ruby/object:Gem::Requirement
|
49
|
+
requirements:
|
50
|
+
- - ~>
|
51
|
+
- !ruby/object:Gem::Version
|
52
|
+
version: '3.12'
|
53
|
+
none: false
|
54
|
+
requirement: !ruby/object:Gem::Requirement
|
55
|
+
requirements:
|
56
|
+
- - ~>
|
57
|
+
- !ruby/object:Gem::Version
|
58
|
+
version: '3.12'
|
59
|
+
none: false
|
60
|
+
prerelease: false
|
61
|
+
type: :development
|
62
|
+
description: |2
|
63
|
+
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
|
64
|
+
for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling
|
65
|
+
passwords.
|
49
66
|
email: coda.hale@gmail.com
|
50
67
|
executables: []
|
51
|
-
|
52
68
|
extensions: []
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
- lib/bcrypt_ext.jar
|
69
|
+
extra_rdoc_files:
|
70
|
+
- README.md
|
71
|
+
- COPYING
|
72
|
+
- CHANGELOG
|
73
|
+
- lib/bcrypt.rb
|
74
|
+
- lib/bcrypt/engine.rb
|
75
|
+
- lib/bcrypt/error.rb
|
76
|
+
- lib/bcrypt/password.rb
|
77
|
+
files:
|
78
|
+
- .gitignore
|
79
|
+
- .rspec
|
80
|
+
- .travis.yml
|
81
|
+
- CHANGELOG
|
82
|
+
- COPYING
|
83
|
+
- Gemfile
|
84
|
+
- Gemfile.lock
|
85
|
+
- README.md
|
86
|
+
- Rakefile
|
87
|
+
- bcrypt.gemspec
|
88
|
+
- ext/jruby/bcrypt_jruby/BCrypt.java
|
89
|
+
- ext/mri/bcrypt_ext.c
|
90
|
+
- ext/mri/crypt.c
|
91
|
+
- ext/mri/crypt.h
|
92
|
+
- ext/mri/crypt_blowfish.c
|
93
|
+
- ext/mri/crypt_gensalt.c
|
94
|
+
- ext/mri/extconf.rb
|
95
|
+
- ext/mri/ow-crypt.h
|
96
|
+
- ext/mri/wrapper.c
|
97
|
+
- lib/bcrypt.rb
|
98
|
+
- lib/bcrypt/engine.rb
|
99
|
+
- lib/bcrypt/error.rb
|
100
|
+
- lib/bcrypt/password.rb
|
101
|
+
- spec/TestBCrypt.java
|
102
|
+
- spec/bcrypt/engine_spec.rb
|
103
|
+
- spec/bcrypt/error_spec.rb
|
104
|
+
- spec/bcrypt/password_spec.rb
|
105
|
+
- spec/spec_helper.rb
|
106
|
+
- lib/bcrypt_ext.jar
|
92
107
|
homepage: https://github.com/codahale/bcrypt-ruby
|
93
|
-
licenses:
|
94
|
-
|
95
|
-
post_install_message:
|
96
|
-
rdoc_options:
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
require_paths:
|
104
|
-
|
105
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
108
|
+
licenses:
|
109
|
+
- MIT
|
110
|
+
post_install_message:
|
111
|
+
rdoc_options:
|
112
|
+
- --title
|
113
|
+
- bcrypt-ruby
|
114
|
+
- --line-numbers
|
115
|
+
- --inline-source
|
116
|
+
- --main
|
117
|
+
- README.md
|
118
|
+
require_paths:
|
119
|
+
- lib
|
120
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - '>='
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
segments:
|
125
|
+
- 0
|
126
|
+
hash: 2
|
127
|
+
version: '0'
|
106
128
|
none: false
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
129
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
130
|
+
requirements:
|
131
|
+
- - '>='
|
132
|
+
- !ruby/object:Gem::Version
|
133
|
+
segments:
|
134
|
+
- 0
|
135
|
+
hash: 2
|
136
|
+
version: '0'
|
115
137
|
none: false
|
116
|
-
requirements:
|
117
|
-
- - ">="
|
118
|
-
- !ruby/object:Gem::Version
|
119
|
-
hash: 2
|
120
|
-
segments:
|
121
|
-
- 0
|
122
|
-
version: "0"
|
123
138
|
requirements: []
|
124
|
-
|
125
|
-
rubyforge_project:
|
139
|
+
rubyforge_project:
|
126
140
|
rubygems_version: 1.8.25
|
127
|
-
signing_key:
|
141
|
+
signing_key:
|
128
142
|
specification_version: 3
|
129
143
|
summary: OpenBSD's bcrypt() password hashing algorithm.
|
130
144
|
test_files: []
|
131
|
-
|