bcrypt-ruby 2.1.0 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of bcrypt-ruby might be problematic. Click here for more details.
- data/CHANGELOG +3 -0
- data/Rakefile +2 -2
- data/ext/jruby/bcrypt_jruby/BCrypt.class +0 -0
- metadata +2 -2
data/CHANGELOG
CHANGED
data/Rakefile
CHANGED
@@ -7,7 +7,7 @@ require 'rake/rdoctask'
|
|
7
7
|
require "benchmark"
|
8
8
|
|
9
9
|
PKG_NAME = "bcrypt-ruby"
|
10
|
-
PKG_VERSION = "2.1.
|
10
|
+
PKG_VERSION = "2.1.1"
|
11
11
|
PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
|
12
12
|
PKG_FILES = FileList[
|
13
13
|
'[A-Z]*',
|
@@ -112,7 +112,7 @@ namespace :compile do
|
|
112
112
|
desc "Clean, then compile the JRuby extension"
|
113
113
|
task :jruby => :clean do
|
114
114
|
Dir.chdir('ext/jruby/bcrypt_jruby') do
|
115
|
-
sh "javac BCrypt.java"
|
115
|
+
sh "javac -source 1.4 -target 1.4 BCrypt.java"
|
116
116
|
end
|
117
117
|
end
|
118
118
|
end
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bcrypt-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.1.
|
4
|
+
version: 2.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Coda Hale
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date: 2009-08-
|
12
|
+
date: 2009-08-14 00:00:00 -07:00
|
13
13
|
default_executable:
|
14
14
|
dependencies: []
|
15
15
|
|