bcrypt-ruby 3.1.1.rc1-x86-mingw32 → 3.1.1-x86-mingw32

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.
Files changed (3) hide show
  1. data/Gemfile.lock +1 -1
  2. data/bcrypt-ruby.gemspec +1 -1
  3. metadata +8 -5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bcrypt-ruby (3.1.1.rc1)
4
+ bcrypt-ruby (3.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'bcrypt-ruby'
3
- s.version = '3.1.1.rc1'
3
+ s.version = '3.1.1'
4
4
 
5
5
  s.summary = "OpenBSD's bcrypt() password hashing algorithm."
6
6
  s.description = <<-EOF
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.rc1
5
- prerelease: 6
4
+ version: 3.1.1
5
+ prerelease:
6
6
  platform: x86-mingw32
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: -217007
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: 1.3.1
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