bcrypt-ruby 3.1.2.rc1-x86-mswin32-60 → 3.1.2-x86-mswin32-60

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 (4) hide show
  1. data/CHANGELOG +1 -1
  2. data/Gemfile.lock +1 -1
  3. data/bcrypt-ruby.gemspec +1 -1
  4. metadata +8 -12
data/CHANGELOG CHANGED
@@ -54,6 +54,6 @@
54
54
  3.1.1 Jul 10 2013
55
55
  - Remove support for Ruby 1.8 in compiled win32 binaries
56
56
 
57
- 3.1.2 Aug 23 2013
57
+ 3.1.2 Aug 26 2013
58
58
  - Add support for Ruby 1.8 and 2.0 (in addition to 1.9) in compiled Windows binaries
59
59
  - Add support for 64-bit Windows
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bcrypt-ruby (3.1.2.rc1)
4
+ bcrypt-ruby (3.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/bcrypt-ruby.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'bcrypt-ruby'
3
- s.version = '3.1.2.rc1'
3
+ s.version = '3.1.2'
4
4
 
5
5
  s.summary = "OpenBSD's bcrypt() password hashing algorithm."
6
6
  s.description = <<-EOF
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: 2560206937
5
- prerelease: 6
4
+ hash: 7
5
+ prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
9
  - 2
10
- - rc
11
- - 1
12
- version: 3.1.2.rc1
10
+ version: 3.1.2
13
11
  platform: x86-mswin32-60
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-23 00:00:00 Z
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
@@ -134,14 +132,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
134
132
  required_rubygems_version: !ruby/object:Gem::Requirement
135
133
  none: false
136
134
  requirements:
137
- - - ">"
135
+ - - ">="
138
136
  - !ruby/object:Gem::Version
139
- hash: 25
137
+ hash: 3
140
138
  segments:
141
- - 1
142
- - 3
143
- - 1
144
- version: 1.3.1
139
+ - 0
140
+ version: "0"
145
141
  requirements: []
146
142
 
147
143
  rubyforge_project: bcrypt-ruby