easy-crypto 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7bdfbd9e4e834ac62a97acaa8b04b1076070b47e360cd19969164adedfe72c43
4
- data.tar.gz: d3dd3dc7ca6c11d774d9ee2c8b090d5df3a175cd83bfa9d77567482780eb3b78
3
+ metadata.gz: 875e4cd1a90c091017a032229b07dd267f9a373c7b8eaaec513006c32d166a89
4
+ data.tar.gz: 6bb5b0d2ea5abc2ef28c72729a048dcc159c27a7b8595845eb9a24303b064771
5
5
  SHA512:
6
- metadata.gz: 2b4d70ca8890f3f9f330336e64ee7c77e6172e282fe06bc83d3a9320f72f89d2e6a7d4e101d63b5e1b6bc9f836b24a4833f78ab73984f655d6be36863729c213
7
- data.tar.gz: 3eb6abe3aa0f4eb81f5d7795eb83da5ada327d62c36719791f1e8cadcbbad3a5ed557a62f86c1379916e38a8db677cd756da73f24ceaee8ca68bd7a05d3cf5c7
6
+ metadata.gz: 2579314379dbe9db3b07762b4e9032271d3d41d037890bab738f909c836f796b42aeba9895355d3d0ba01d31148fd3da201b4f02a8239343619c767033a2409b
7
+ data.tar.gz: 44fe58636c58abbc931d35035a5c0bbcc6257f61b6c4bffdfe819e8eaa8e1708222ad4edf9ae77b3006632795b7581a5e9c5e65fc888d6d22c4b24583255c01d
data/Gemfile CHANGED
@@ -1,5 +1,5 @@
1
1
  source "https://rubygems.org"
2
2
  gemspec
3
3
 
4
- gem 'jruby-openssl', '~> 0.9', '>= 0.9', :platform => :jruby
5
- gem 'openssl', '~> 2.1.1', '>= 2.1.1', :platform => :ruby
4
+ gem 'jruby-openssl', '~> 0.9', :platform => :jruby
5
+ gem 'openssl', '~> 2.1.2', :platform => :ruby
@@ -1,28 +1,30 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- easy-crypto (0.2.1)
4
+ easy-crypto (0.2.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  diff-lcs (1.3)
10
+ ipaddr (1.2.2)
10
11
  jruby-openssl (0.10.2-java)
11
12
  openssl (2.1.2)
12
- rake (12.3.2)
13
- rspec (3.8.0)
14
- rspec-core (~> 3.8.0)
15
- rspec-expectations (~> 3.8.0)
16
- rspec-mocks (~> 3.8.0)
17
- rspec-core (3.8.0)
18
- rspec-support (~> 3.8.0)
19
- rspec-expectations (3.8.2)
13
+ ipaddr
14
+ rake (12.3.3)
15
+ rspec (3.9.0)
16
+ rspec-core (~> 3.9.0)
17
+ rspec-expectations (~> 3.9.0)
18
+ rspec-mocks (~> 3.9.0)
19
+ rspec-core (3.9.1)
20
+ rspec-support (~> 3.9.1)
21
+ rspec-expectations (3.9.0)
20
22
  diff-lcs (>= 1.2.0, < 2.0)
21
- rspec-support (~> 3.8.0)
22
- rspec-mocks (3.8.0)
23
+ rspec-support (~> 3.9.0)
24
+ rspec-mocks (3.9.1)
23
25
  diff-lcs (>= 1.2.0, < 2.0)
24
- rspec-support (~> 3.8.0)
25
- rspec-support (3.8.0)
26
+ rspec-support (~> 3.9.0)
27
+ rspec-support (3.9.2)
26
28
 
27
29
  PLATFORMS
28
30
  java
@@ -31,10 +33,10 @@ PLATFORMS
31
33
  DEPENDENCIES
32
34
  bundler (~> 1.16)
33
35
  easy-crypto!
34
- jruby-openssl (~> 0.9, >= 0.9)
35
- openssl (~> 2.1.1, >= 2.1.1)
36
+ jruby-openssl (~> 0.9)
37
+ openssl (~> 2.1.2)
36
38
  rake (~> 12.3)
37
39
  rspec (~> 3.0)
38
40
 
39
41
  BUNDLED WITH
40
- 1.16.1
42
+ 1.17.3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module EasyCrypto
4
- VERSION = '0.2.1'
4
+ VERSION = '0.2.2'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy-crypto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emarsys Security
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-12 00:00:00.000000000 Z
11
+ date: 2020-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -93,7 +93,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
93
93
  - !ruby/object:Gem::Version
94
94
  version: '0'
95
95
  requirements: []
96
- rubygems_version: 3.0.3
96
+ rubyforge_project:
97
+ rubygems_version: 2.7.7
97
98
  signing_key:
98
99
  specification_version: 4
99
100
  summary: Provides simple wrappers around openssl crypto implementation.