bcrypt 3.1.10 → 3.1.16

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.
data/Gemfile.lock DELETED
@@ -1,40 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- bcrypt (3.1.10)
5
-
6
- GEM
7
- remote: https://rubygems.org/
8
- specs:
9
- diff-lcs (1.2.5)
10
- json (1.8.1)
11
- json (1.8.1-java)
12
- rake (10.1.0)
13
- rake-compiler (0.9.2)
14
- rake
15
- rdoc (3.12.2)
16
- json (~> 1.4)
17
- rspec (3.0.0)
18
- rspec-core (~> 3.0.0)
19
- rspec-expectations (~> 3.0.0)
20
- rspec-mocks (~> 3.0.0)
21
- rspec-core (3.0.2)
22
- rspec-support (~> 3.0.0)
23
- rspec-expectations (3.0.2)
24
- diff-lcs (>= 1.2.0, < 2.0)
25
- rspec-support (~> 3.0.0)
26
- rspec-mocks (3.0.2)
27
- rspec-support (~> 3.0.0)
28
- rspec-support (3.0.2)
29
-
30
- PLATFORMS
31
- java
32
- ruby
33
- x64-mingw32
34
- x86-mingw32
35
-
36
- DEPENDENCIES
37
- bcrypt!
38
- rake-compiler (~> 0.9.2)
39
- rdoc (~> 3.12)
40
- rspec (>= 3)