bcrypt-ruby 3.1.1.rc1-x86-mswin32-60 → 3.1.1-x86-mswin32-60
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +1 -1
- data/bcrypt-ruby.gemspec +1 -1
- metadata +8 -5
data/Gemfile.lock
CHANGED
data/bcrypt-ruby.gemspec
CHANGED
metadata
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bcrypt-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.1
|
5
|
-
prerelease:
|
4
|
+
version: 3.1.1
|
5
|
+
prerelease:
|
6
6
|
platform: x86-mswin32-60
|
7
7
|
authors:
|
8
8
|
- Coda Hale
|
@@ -124,13 +124,16 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
124
124
|
version: '0'
|
125
125
|
segments:
|
126
126
|
- 0
|
127
|
-
hash:
|
127
|
+
hash: 295284865
|
128
128
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
129
129
|
none: false
|
130
130
|
requirements:
|
131
|
-
- - ! '
|
131
|
+
- - ! '>='
|
132
132
|
- !ruby/object:Gem::Version
|
133
|
-
version:
|
133
|
+
version: '0'
|
134
|
+
segments:
|
135
|
+
- 0
|
136
|
+
hash: 295284865
|
134
137
|
requirements: []
|
135
138
|
rubyforge_project: bcrypt-ruby
|
136
139
|
rubygems_version: 1.8.25
|