bcrypt-ruby 3.1.2.rc1-x64-mingw32 → 3.1.2-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +1 -1
- data/Gemfile.lock +1 -1
- data/bcrypt-ruby.gemspec +1 -1
- metadata +8 -12
data/CHANGELOG
CHANGED
data/Gemfile.lock
CHANGED
data/bcrypt-ruby.gemspec
CHANGED
metadata
CHANGED
@@ -1,15 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bcrypt-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 7
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 3
|
8
8
|
- 1
|
9
9
|
- 2
|
10
|
-
|
11
|
-
- 1
|
12
|
-
version: 3.1.2.rc1
|
10
|
+
version: 3.1.2
|
13
11
|
platform: x64-mingw32
|
14
12
|
authors:
|
15
13
|
- Coda Hale
|
@@ -17,7 +15,7 @@ autorequire:
|
|
17
15
|
bindir: bin
|
18
16
|
cert_chain: []
|
19
17
|
|
20
|
-
date: 2013-08-
|
18
|
+
date: 2013-08-26 00:00:00 Z
|
21
19
|
dependencies:
|
22
20
|
- !ruby/object:Gem::Dependency
|
23
21
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|
@@ -132,14 +130,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
132
130
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
133
131
|
none: false
|
134
132
|
requirements:
|
135
|
-
- - "
|
133
|
+
- - ">="
|
136
134
|
- !ruby/object:Gem::Version
|
137
|
-
hash:
|
135
|
+
hash: 3
|
138
136
|
segments:
|
139
|
-
-
|
140
|
-
|
141
|
-
- 1
|
142
|
-
version: 1.3.1
|
137
|
+
- 0
|
138
|
+
version: "0"
|
143
139
|
requirements: []
|
144
140
|
|
145
141
|
rubyforge_project: bcrypt-ruby
|