encryption 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/Gemfile.lock +3 -3
- data/encryption.gemspec +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YTU5YjI2MWFiYjY1ODA4ZDU2YmQ5MDMyZjFlNTAyMGI3M2MzOTk0Yg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
Y2E3YmQwNWFjZGI4NWU2Yjc0YWYxMzYwZTRhNmFmZTg4MmE5YTBlZg==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
NjhhNjFhZTZmMjYwYTA4OTY0OWMxYjQxNzk2ZGY2NjdmZTI5MzdjNmRhNTYx
|
10
|
+
ODU4MGVhMjFjZDViMGRhNmI1YmViYWU2MDIzMjYxNDQ4YWM1MDFiZmRhNWM5
|
11
|
+
YzVkNzBkM2UxOWEzMWRlNWI3YmIyOGUwNzBmMTg4Y2U1YTIyNWU=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MzZmOGRiZWI2MmJlMDllZWQyZGM1MDcwNzhmN2E4ZjYzMTE5MzU1NGUxOGFj
|
14
|
+
ZDI1YzhmNTkyY2IzZmNjMmQwNjdjZGJjNGJhOGFmMTFlZDcyYmNiYjI4ZTVj
|
15
|
+
MDUwMTk1OGU4ODAxZGM0NzRkZTg4NzcyZWQ1MjIyMmVkYzFlODA=
|
data/Gemfile.lock
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
encryption (1.1.
|
4
|
+
encryption (1.1.6)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: https://rubygems.org/
|
8
8
|
specs:
|
9
|
-
diff-lcs (1.2.
|
9
|
+
diff-lcs (1.2.2)
|
10
10
|
rake (10.0.4)
|
11
11
|
rspec (2.13.0)
|
12
12
|
rspec-core (~> 2.13.0)
|
@@ -15,7 +15,7 @@ GEM
|
|
15
15
|
rspec-core (2.13.1)
|
16
16
|
rspec-expectations (2.13.0)
|
17
17
|
diff-lcs (>= 1.1.3, < 2.0)
|
18
|
-
rspec-mocks (2.13.
|
18
|
+
rspec-mocks (2.13.1)
|
19
19
|
|
20
20
|
PLATFORMS
|
21
21
|
ruby
|
data/encryption.gemspec
CHANGED
@@ -2,13 +2,13 @@ require 'date'
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = 'encryption'
|
5
|
-
s.version = '1.1.
|
5
|
+
s.version = '1.1.6'
|
6
6
|
s.date = Date.today.to_s
|
7
7
|
s.summary = 'A simple wrapper for the OpenSSL Cipher library'
|
8
8
|
s.description = 'Encryption provides a simple interface for symmetric / asymmetric encryption with the OpenSSL Cipher library'
|
9
9
|
s.authors = ['Itay Grudev']
|
10
10
|
s.email = ['itay.grudev@gmail.com']
|
11
|
-
s.homepage = '
|
11
|
+
s.homepage = 'http://itehnological.github.io/encryption/'
|
12
12
|
s.files = `git ls-files`.split("\n")
|
13
13
|
s.require_paths = ['lib']
|
14
14
|
s.license = "MIT"
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: encryption
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Itay Grudev
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-04-
|
11
|
+
date: 2013-04-08 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Encryption provides a simple interface for symmetric / asymmetric encryption
|
14
14
|
with the OpenSSL Cipher library
|
@@ -50,7 +50,7 @@ files:
|
|
50
50
|
- spec/encryption/symmetric_instance_spec.rb
|
51
51
|
- spec/helpers/string_spec.rb
|
52
52
|
- spec/spec_helper.rb
|
53
|
-
homepage:
|
53
|
+
homepage: http://itehnological.github.io/encryption/
|
54
54
|
licenses:
|
55
55
|
- MIT
|
56
56
|
metadata: {}
|