bcrypt-ruby 3.1.3-java → 3.1.4-java
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/bcrypt_ext.jar +0 -0
- metadata +123 -106
- data/ext/mri/extconf.rb +0 -17
data/lib/bcrypt_ext.jar
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,125 +1,142 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bcrypt-ruby
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
prerelease:
|
|
5
|
-
version: 3.1.
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
4
|
+
prerelease:
|
|
5
|
+
version: 3.1.4
|
|
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
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
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
|
+
- !ruby/object:Gem::Dependency
|
|
63
|
+
name: bcrypt
|
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
65
|
+
requirements:
|
|
66
|
+
- - '>='
|
|
67
|
+
- !ruby/object:Gem::Version
|
|
68
|
+
version: 3.1.3
|
|
69
|
+
none: false
|
|
70
|
+
requirement: !ruby/object:Gem::Requirement
|
|
71
|
+
requirements:
|
|
72
|
+
- - '>='
|
|
73
|
+
- !ruby/object:Gem::Version
|
|
74
|
+
version: 3.1.3
|
|
75
|
+
none: false
|
|
76
|
+
prerelease: false
|
|
77
|
+
type: :runtime
|
|
78
|
+
description: |2
|
|
79
|
+
bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project
|
|
80
|
+
for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling
|
|
81
|
+
passwords.
|
|
60
82
|
email: coda.hale@gmail.com
|
|
61
83
|
executables: []
|
|
62
|
-
|
|
63
84
|
extensions: []
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
- CHANGELOG
|
|
76
|
-
- lib/bcrypt_ext.jar
|
|
85
|
+
extra_rdoc_files:
|
|
86
|
+
- README.md
|
|
87
|
+
- COPYING
|
|
88
|
+
- CHANGELOG
|
|
89
|
+
- lib/bcrypt.rb
|
|
90
|
+
files:
|
|
91
|
+
- lib/bcrypt.rb
|
|
92
|
+
- README.md
|
|
93
|
+
- COPYING
|
|
94
|
+
- CHANGELOG
|
|
95
|
+
- lib/bcrypt_ext.jar
|
|
77
96
|
homepage: https://github.com/codahale/bcrypt-ruby
|
|
78
|
-
licenses:
|
|
79
|
-
|
|
80
|
-
post_install_message:
|
|
81
|
-
|
|
97
|
+
licenses:
|
|
98
|
+
- MIT
|
|
99
|
+
post_install_message: |2+
|
|
100
|
+
|
|
82
101
|
#######################################################
|
|
83
|
-
|
|
84
|
-
The bcrypt-ruby gem has changed
|
|
102
|
+
|
|
103
|
+
The bcrypt-ruby gem has changed its name to just bcrypt. Instead of
|
|
85
104
|
installing `bcrypt-ruby`, you should install `bcrypt`. Please update your
|
|
86
105
|
dependencies accordingly.
|
|
87
|
-
|
|
106
|
+
|
|
88
107
|
#######################################################
|
|
89
|
-
|
|
90
|
-
rdoc_options:
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
require_paths:
|
|
98
|
-
|
|
99
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
108
|
+
|
|
109
|
+
rdoc_options:
|
|
110
|
+
- --title
|
|
111
|
+
- bcrypt-ruby
|
|
112
|
+
- --line-numbers
|
|
113
|
+
- --inline-source
|
|
114
|
+
- --main
|
|
115
|
+
- README.md
|
|
116
|
+
require_paths:
|
|
117
|
+
- lib
|
|
118
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
119
|
+
requirements:
|
|
120
|
+
- - '>='
|
|
121
|
+
- !ruby/object:Gem::Version
|
|
122
|
+
segments:
|
|
123
|
+
- 0
|
|
124
|
+
hash: 2
|
|
125
|
+
version: '0'
|
|
100
126
|
none: false
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
127
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
128
|
+
requirements:
|
|
129
|
+
- - '>='
|
|
130
|
+
- !ruby/object:Gem::Version
|
|
131
|
+
segments:
|
|
132
|
+
- 0
|
|
133
|
+
hash: 2
|
|
134
|
+
version: '0'
|
|
109
135
|
none: false
|
|
110
|
-
requirements:
|
|
111
|
-
- - ">="
|
|
112
|
-
- !ruby/object:Gem::Version
|
|
113
|
-
hash: 2
|
|
114
|
-
segments:
|
|
115
|
-
- 0
|
|
116
|
-
version: "0"
|
|
117
136
|
requirements: []
|
|
118
|
-
|
|
119
|
-
rubyforge_project:
|
|
137
|
+
rubyforge_project:
|
|
120
138
|
rubygems_version: 1.8.25
|
|
121
|
-
signing_key:
|
|
139
|
+
signing_key:
|
|
122
140
|
specification_version: 3
|
|
123
141
|
summary: OpenBSD's bcrypt() password hashing algorithm.
|
|
124
142
|
test_files: []
|
|
125
|
-
|
data/ext/mri/extconf.rb
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
if RUBY_PLATFORM == "java"
|
|
2
|
-
# Don't do anything when run in JRuby; this allows gem installation to pass.
|
|
3
|
-
# We need to write a dummy Makefile so that RubyGems doesn't think compilation
|
|
4
|
-
# failed.
|
|
5
|
-
File.open('Makefile', 'w') do |f|
|
|
6
|
-
f.puts "all:"
|
|
7
|
-
f.puts "\t@true"
|
|
8
|
-
f.puts "install:"
|
|
9
|
-
f.puts "\t@true"
|
|
10
|
-
end
|
|
11
|
-
exit 0
|
|
12
|
-
else
|
|
13
|
-
require "mkmf"
|
|
14
|
-
have_header('ruby/util.h')
|
|
15
|
-
dir_config("bcrypt_ext")
|
|
16
|
-
create_makefile("bcrypt_ext")
|
|
17
|
-
end
|